天天看点

卸载某个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.      

解决方案

继续阅读