运行npm run start报错,以下是错误信息
来源:7-1 Vue项目首页 - header区域开发
Nicole9046
2019-12-19
$ npm run start
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users\w\Desktop\xiao_cha_cha\package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\w\Desktop\xiao_cha_cha\package.json’
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\w\AppData\Roaming\npm-cache_logs\2019-12-19T08_17_06_308Z-debug.log
写回答
3回答
-
加_油
2020-02-19
问题解决了吗
00 -
Dell
2019-12-22
把node_modules删了之后,重新npm install
012020-11-12 -
呀呀呀亚歌
2019-12-19
没有有关的配置文件,进入项目目录之后,需要有一个package.json的文件,里面有有关的配置,然后npm install安装所有的模块,安装完成之后再试一下能不能运行
00
相似问题