【发布时间】:2016-06-14 17:57:05
【问题描述】:
从存储库克隆项目代码后,我正在尝试安装 npm 以更新包含的包和插件。使用的命令是:
npm install
它适用于以前的克隆。但是现在它显示以下错误:
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.12
npm WARN appname@ No repository field.
npm WARN appname@ No license field.
当我尝试使用 --verbose 安装 fsevents 时,据说支持的操作系统是 Darwin。但它在以前的克隆中有效。为什么不是现在?
【问题讨论】:
标签: ionic-framework npm-install fsevents notsupportedexception