git - moving a project under one folder to another folder, gulp reports an error
phpcn_u15822017-05-02 09:48:21
0
2
736
Move the project to another folder. Gulp reports an error that the gulp-sass plug-in is not found. However, when reinstalling, it shows that gulp-sass has been installed. When gulp is used again, Still getting the same error
It’s node-sass not gulp-sass
Use cnpm to install, if you have not circumvented the firewall
Can you post how to write gulpflie.js?