angular——線上競拍錯誤集錦(一)

張凱超—Zachary發表於2019-03-05

一、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 packages
  run `npm audit fix` to fix 1 of them.

向上滾動 檢視終端輸出 資訊
在這裡插入圖片描述
找到Run 開始段,複製
終端執行。

三、刪除node_modules資料夾

在這裡插入圖片描述

相關文章