search

Home  >  Q&A  >  body text

git - moving a project under one folder to another folder, gulp reports an error


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_u1582phpcn_u15822790 days ago742

reply all(2)I'll reply

  • 某草草

    某草草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

    reply
    0
  • 高洛峰

    高洛峰2017-05-02 09:50:21

    Can you post how to write gulpflie.js?

    reply
    0
  • Cancelreply