npm - Facing trouble with Gulp package installation -


{   "name": "school",   "version": "1.0.0",   "devdependencies": {     "gulp": "latest",     "gulp-ruby-sass": "latest",     "gulp-util": "latest",     "gulp-rename": "latest",     "map-stream": "latest",     "gulp-livereload": "latest",     "gulp-concat": "latest",     "gulp-uglify": "latest",     "gulp-watch": "latest"   } } 

and when run gulp command on cmd there error saying cannot find module 'gulp-rename' , on...can please me this?

maybe need use npm install before run gulp

run npm install install devdependencies.


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -