Closed raul1991 closed 8 years ago
When npm install
completed. Did you run gulp
command? This command will build the library code and start the server. and then you can browse the example at http://localhost:3000
Actually it did not complete. It sort of hanged after that.
It seems hanged. But it takes a while to download all the dependencies. Once it completes, it lists all the downloaded modules. The downloading time may depend upon the network speed.
Try using normal cmd. Git bash cmd may be giving some issues with npm install procedure.
Started correctly on mac. Have to find a way to run it on MINGW32
I tried it on MINGW64 however, it was working fine. Make sure you get the latest version of npm.
my stack was: node - 4.1.0 npm - 3.3.4 cmd - MINGW64
I am closing this issue. Since its working on normal cmd window, MINGW64 and mac as reported with above software stack details.
Steps to reproduce
npm install
Nothing happens after that (few dependencies are downloaded though )Note : It is showing no errors on the console.
Dev Environment
node - 4.6.0 npm - 2.15.9 cmd - MINGW32