老师,npm run dev出现问题
来源:4-4 项目基础框架搭建(上)

复java_n
2021-09-29
输入正文
Failed at the litemall-vue@0.1.0 dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\win10\AppData\Roaming\npm-cache\_logs\2021-09-29T14_20_48_782Z-debug.log
解决如下:
1、查看npm是否安装好 npm-v 能够正常运行
2、百度搜索问题后按照
(12条消息) npm ERR! xd_demo@0.1.0 serve: `vue-cli-service serve`_牧牛人Alec-CSDN博客
这个解决依旧报错,
写回答
1回答
-
檀梵
2021-10-13
先执行下npm install试试
00
相似问题