johnpapa / ng-demos

variety of angular demos
MIT License
1.7k stars 961 forks source link

cc-bmean's npm install script fails on Windows #54

Open n3ps opened 9 years ago

n3ps commented 9 years ago

On line 16 of package.json, the following multiple commands fails:

"install": "bower install; gulp clean"

As suggested here, using "&&" might be a cross-platform way to do this.