Answer the question
In order to leave comments, you need to log in
Errors while running Gulp?
Good afternoon! Can you please tell me what to do. I'm trying to run a gulp project but it doesn't work.
I open cmd in the project folder, write "npm i", then "gulp firstrun", after which it gives the error "throw err".
Tried to reinstall node.js, didn't work. I installed version 8.9.4 first, then 9.4.0, the throw err error remains, only the value of module.js : 557 changes to another (it stands above throw err). Tell me what to do?
-------------------------------------------------- ------------------
Answer the question
In order to leave comments, you need to log in
You did not have all the dependencies written in the package, so
the error text is the same: Cannot find module "socket.io-client"npm i --save socket.io-client
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question