npm install出現問題:run 'npm audit fix' to fix them, or 'npm audit' for details

在下載npm包時忽然出現這個錯誤,解決方法以下 1.多是沒有package.json文件,若是沒有該文件,使用npm init初始化建立該文件 2.運行下面的命令node npm audit fix npm audit fix --force npm audit npm i 3.刪除node_modules和package-lock.json後再執行上面的命令 若是node_modules沒法刪除
相關文章
相關標籤/搜索