git - moving a project under one folder to another folder, gulp reports an error
phpcn_u1582
phpcn_u1582 2017-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

phpcn_u1582
phpcn_u1582

reply all(2)
某草草

It’s node-sass not gulp-sass

Use cnpm to install, if you have not circumvented the firewall

cnpm install node-sass --save-dev
小葫芦

Can you post how to write gulpflie.js?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template