You seem to not be depending on @angular/core. This is an error.
程序开发
2023-09-04 08:48:18
前言
运行项目时使用npm install
遇到You seem to not be depending on "@angular/core". This is an error.
原因
先解释第一个报红,你第一个是说node_modules是空的,需要npm install(npm 安装)
node_modules appears empty, you may need to run `npm install`
你执行了这个npm install
,出现了第二个报红
这是因为没有进项目,所以npm install
找不到package.json
文件,不知道下载什么
解决
进入目录
cd C:Users19686DesktopBPMQDstrategyapp
cd 项目
npm install 或 npm i
标签:
上一篇:
jquery修改 type 为radio的input 默认属性值
下一篇:
相关文章
-
无相关信息