ani-angular-2 icon indicating copy to clipboard operation
ani-angular-2 copied to clipboard

Not able to start

Open mauriciorossetto opened this issue 9 years ago • 5 comments

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.

mauriciorossetto avatar Aug 11 '16 12:08 mauriciorossetto

Do you have gulp installed globally?

sanketsahu avatar Aug 12 '16 05:08 sanketsahu

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

nkmdev avatar Sep 13 '16 09:09 nkmdev

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.

Haewk avatar Oct 11 '16 03:10 Haewk

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

f4bb1o avatar Mar 31 '17 10:03 f4bb1o

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

nkmdev avatar Mar 31 '17 10:03 nkmdev