1. 程式人生 > >npm run dev 報錯 run `npm audit fix` to fix them, or `npm audit` for details

npm run dev 報錯 run `npm audit fix` to fix them, or `npm audit` for details

.... 指令 依據 http 需要 them 分享 技術 install

技術分享圖片

前幾天寫的直接運行npm run dev還是ok的,突然不行了,前面報錯是css-loader沒有,刪除style標簽上的lang=‘scss‘就好了,先不需要這個依賴。這個先不管。

只是後面的 run `npm audit fix` to fix them, or `npm audit` for details,來回依據指令好幾次,依然是這樣....

解決:運行 npm audit fix --force。。npm install。。貌似解決了

npm run dev 報錯 run `npm audit fix` to fix them, or `npm audit` for details