Answer the question
In order to leave comments, you need to log in
How to fix an error while installing Gulp?
Hello sages. I don't understand what I'm doing wrong. I install node.js. Installing gulp globally ( npm i gulp -g ) and trying to install gulp in the project folder ( npm install gulp --save-dev ). The command line gives an error: .
What can be done in such a case?
Thank you for your attention and understanding.
Answer the question
In order to leave comments, you need to log in
To fix it you need to update your event-stream
package.
Delete the node_modules
folder.
Delete the package-lock.json
file.
Run npm install
.
https://stackoverflow.com/questions/53578201/npm-e...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question