angular——在线竞拍错误集锦(一)
程序开发
2023-09-03 20:06:42
一、error TS2307: Cannot find module ‘rxjs-compat/Observable’
解决:
npm install --save rxjs-compat
二、use npm audit fix --force
to install breaking changes; or refer to npm audit
for steps to fix these manually
解决:
1.输入 npm audit fix
根据提示输入
2.输入npm audit fix --force
查看控制台输出
显示 found 0 vulnerabilities 成功解决
提示
found 1 high severity vulnerability in 31887 scanned packagesrun `npm audit fix` to fix 1 of them.
向上滚动 查看终端输出 信息
找到Run 开始段,复制
终端执行。
三、删除node_modules文件夹
标签:
上一篇:
nginx 部署vue项目,路由模式为history时,页面刷新404问题
下一篇:
相关文章
-
无相关信息