K
K
Konstantin Shishmarev2020-06-05 16:12:34
Node.js
Konstantin Shishmarev, 2020-06-05 16:12:34

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: 5eda43e4359a5940581661.jpeg.
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

1 answer(s)
P
Polina Titova, 2020-06-05
@Konstantin_Shi

To fix it you need to update your event-streampackage.
Delete the node_modulesfolder.
Delete the package-lock.jsonfile.
Run npm install.
https://stackoverflow.com/questions/53578201/npm-e...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question