Open n3ps opened 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.
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.