Answer the question
In order to leave comments, you need to log in
After fetching data from a remote Git project, does Gulp stop working?
Good afternoon!
Work on the project is carried out from two computers - from a netbook and a laptop.
Got project from remote repository to laptop (git clone and git fetch).
Upon entering the project, Gulp stopped working. No Sass, no Livereload... well, nothing...
The console outputs this:
and the second part:
As far as I'm guessing, Galp doesn't like different versions of the win-32 and win-64 nodes (laptop and netbook).
Is this the problem? Or in something else?
How do I get gulf in the project to work again?
Thank you.
Answer the question
In order to leave comments, you need to log in
Delete the node_modules folder and reinstall. Add the node_modules folder to .gitignore.
node-sass and gulp-sass - manually remove from node_modules
if after the npm i command it didn’t work then install them manually
npm install node-sass --save
npm install gulp-sass --save
well, as noted above, add the node_modules folder to the .gitignore list
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question