PS D:\Company—project\xxxxxxx\rz_ny\xxxxxxxxxxx> npm run dev npm ERR! code ENOE npm ERR! errno -4058

Article directory

error message

PS D:\Company—project\xxxxxxxxxxx\rz_ny\xxxxxxxxxxxx-master> npm run dev
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path D:\Company—project\xxxxx\rz_ny\xxxxxxxx-master/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open ‘D:\Company—project\xxxxxxxxxxxx\xxxxxxxx-Vue-master\package.json’
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

solution

Check if there is in the terminal path package.json,
insert image description here

Supongo que te gusta

Origin blog.csdn.net/xiaohua616/article/details/129940404
Recomendado
Clasificación