问题:

npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! vuedatabase@1.0.0 dev: `webpack-dev-server --inline --progress --config build/
onf.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the vuedatabase@1.0.0 dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging ou
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

解决方案:

指定到当前目录,安装依赖
npm install

相关文章:

  • 2021-12-03
  • 2021-10-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
  • 2021-11-14
  • 2021-04-27
猜你喜欢
  • 2021-09-19
  • 2021-06-04
  • 2021-10-13
  • 2022-12-23
  • 2021-11-04
  • 2021-09-28
相关资源
相似解决方案