天天看點

解除安裝某個npm包重新安裝之後報找不到錯誤

問題背景

更新某個npm包,先解除安裝,然後安裝了最新的。結果顯示以下錯誤。

報錯資訊

ERROR  Failed to compile with 3 errors          16:54:00

These dependencies were not found:

(node:46156) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: ENOENT: no such file or directory, stat '/.VolumeIcon.icns'
(node:46156) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.      

解決方案

繼續閱讀