zoukankan      html  css  js  c++  java
  • 解决npm WARN Local package.json exists, but node_modules missing, did you mean to install?问题

    问题:

    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

    优秀不够,你是否无可替代

    软件测试交流QQ群:721256703,期待你的加入!!

    欢迎关注我的微信公众号:软件测试君


  • 相关阅读:
    js 实现图片上传
    关于IOS不能使用JQUERY的ON事件
    js实现复制
    订单列表倒计时
    小程序实现倒计时
    微信小程序服务消息推送
    python爬虫七
    python爬虫六
    python爬虫五
    python爬虫四
  • 原文地址:https://www.cnblogs.com/longronglang/p/15670734.html
Copyright © 2011-2022 走看看