snapjay / ngCart

Really simple shopping cart for AngularJS
http://ngcart.snapjay.com
380 stars 236 forks source link

'bower' is not recognised as an internal or external command during npm install #76

Open nathanosdev opened 8 years ago

nathanosdev commented 8 years ago

It only works if Bower is installed globally before the NPM install, which is not ideal given that I'm installing through NPM instead of Bower. The postinstall script should be able to use the locally installed version of Bower. https://github.com/snapjay/ngCart/issues/71

nathanosdev commented 8 years ago

also Module not found: Error: Cannot resolve module 'ngCart' in. This can be fixed by pushing the changes you made here: https://github.com/snapjay/ngCart/issues/73 to NPM.