Open mauriciorossetto opened 8 years ago
Do you have gulp installed globally?
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
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.
i have the same issue with macOs Sierra. Any suggestion? Thank you.
this theme usages old version of angular, try https://github.com/start-angular/SB-Admin-BS4-Angular-2
which is written in angular4
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! Ani-Angular2@0.0.0 start:
gulp serve --env dev
npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the Ani-Angular2@0.0.0 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.