F
F
furcifer2018-01-30 17:21:22
Node.js
furcifer, 2018-01-30 17:21:22

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?
5a707f55af669908087806.png
-------------------------------------------------- ------------------
5a707f5dc3560581421935.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Egor Zhivagin, 2018-01-30
@furcifer

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

A
Andrey Burov, 2018-01-30
@BuriK666

It's written

Cannot find module 'socket.io-client'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question