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
某草草2017-05-02 09:50:21
It’s node-sass not gulp-sass
Use cnpm to install, if you have not circumvented the firewall
cnpm install node-sass --save-dev