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

文章目录

报错信息

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

解决方案

查看终端路径下是否有package.json
在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/xiaohua616/article/details/129940404