npm installIn freshly created mean folder
cdYou will probably first see&& npm install
├── UNMET PEER DEPENDENCY jshint@2.xError and then at the very end
npm WARN EPEERINVALID gulp-jshint@2.0.0 requires a peer of jshint@2.x but none was installed.In order to fix this issue you need to run
npm install --save-dev jshint gulp-jshintIt will show some invalid operations in a console
But at the end it will work.
No comments:
Post a Comment