ashish-chopra / angular-gauge

A reusable gauge directive for Angular 1.x apps and dashboards
https://ashish-chopra.github.io/angular-gauge/
MIT License
95 stars 36 forks source link

Deployment : Code deployment fails #11

Closed raul1991 closed 8 years ago

raul1991 commented 8 years ago

Steps to reproduce

  1. Clone the repo
  2. Install node.js
  3. Run 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

ashish-chopra commented 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

raul1991 commented 8 years ago

Actually it did not complete. It sort of hanged after that.

ashish-chopra commented 8 years ago

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.

raul1991 commented 8 years ago

image

ashish-chopra commented 8 years ago

Try using normal cmd. Git bash cmd may be giving some issues with npm install procedure.

raul1991 commented 8 years ago

Started correctly on mac. Have to find a way to run it on MINGW32

ashish-chopra commented 8 years ago

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

ashish-chopra commented 8 years ago

I am closing this issue. Since its working on normal cmd window, MINGW64 and mac as reported with above software stack details.