Gulp how to remove unnecessary dependencies from package.json?
Please tell me how to remove unnecessary dependencies gulp from the package.json
1 answer
Maybe removing the module?! Then npm uninstall modulename
And from package.json is just a string with the dependency and erase everything.
Find more questions by tags Gulp.jsnpm