Closed sanchobouillant closed 8 years ago
It looks like this is somehow being loaded as a bower
component? Try loading this as a node module (npm
, etc)?
I installed gulp-ngconfig with npm.
npm install gulp-ng-config --save
bower install
I have the same issue with npm test
I remove gulp-ng-config and i reinstall it with npm install gulp-ng-angular
.
Everything is working fine ...
Hello,
I installed gulp-ng-config with the command "npm install gulp-ng-config; bower install".
When i run "gulp test", i got:
Any ideas ?