Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to start #3

Open
mauriciorossetto opened this issue Aug 11, 2016 · 5 comments
Open

Not able to start #3

mauriciorossetto opened this issue Aug 11, 2016 · 5 comments
Assignees

Comments

@mauriciorossetto
Copy link

When I run the npm start, I'm getting this error

npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "start"
npm ERR! node v6.3.1
npm ERR! npm v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: gulp serve --env dev
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'gulp serve --env dev'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the Ani-Angular2 package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! gulp serve --env dev
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs Ani-Angular2
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls Ani-Angular2
npm ERR! There is likely additional logging output above.

@sanketsahu
Copy link

Do you have gulp installed globally?

@nkmdev
Copy link
Collaborator

nkmdev commented Sep 13, 2016

Steps for windows:
1: MSBuild Tool 2013 use https://www.microsoft.com/en-in/download/confirmation.aspx?id=40760
2: ts-node installed globally npm install -g ts-node
3: Run the Command Prompt with administrator privileges.
4: npm install —msvs_version=2013(or 2015 whatever you have)
5: npm start

@Haewk
Copy link

Haewk commented Oct 11, 2016

I got an error on running it as well on windows but it told me it was due to a dependency on HighCharts that it couldn't find. This is the free version right? Why does it have a dependency in "project.config.ts" on HighCharts? As far as I can tell HighCharts is not used in the free version.

jbeck8176 added a commit to jbeck8176/ani-angular-2 that referenced this issue Oct 26, 2016
@f4bb1o
Copy link

f4bb1o commented Mar 31, 2017

i have the same issue with macOs Sierra. Any suggestion?
Thank you.

@nkmdev
Copy link
Collaborator

nkmdev commented Mar 31, 2017

this theme usages old version of angular, try https://github.com/start-angular/SB-Admin-BS4-Angular-2 which is written in angular4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants