npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path E:\00lhw\第三个月\mpvue\1day\package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'E:\00lhw\第三个月\mpvue\1day\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\Administrator\AppData\Roaming\npm-cache\_logs\2020-08-25T00_55_56_482Z-debug.log
PS E:\00lhw\第三个月\mpvue\1day> npm start
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path E:\00lhw\第三个月\mpvue\1day\package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'E:\00lhw\第三个月\mpvue\1day\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\Administrator\AppData\Roaming\npm-cache\_logs\2020-08-25T00_56_58_229Z-debug.log
PS E:\00lhw\第三个月\mpvue\1day>
当出现这种报错的时候,只需要在删除文件里的node_modules文件再重新 npm install一下就好了