失败的可选依赖项/ chokidar / fsevents:
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了失败的可选依赖项/ chokidar / fsevents:相关的知识,希望对你有一定的参考价值。
我正在通过npm安装“cordova-plugin-geolocation”但是“cordova-plugin-geolocation”无法安装。我看到以下警告:
npm WARN可选跳过失败的可选依赖项/ chokidar / fsevents:
npm WARN notsup与您的操作系统或体系结构不兼容:fsevents@1.0.14
有没有可能的解决方案?
答案
我使用以下命令使用参数NO-OPTIONAL安装NPM依赖项
npm install --no-optional
来源:https://github.com/ariesjia/grunt-riot/issues/16
另一答案
用里面的.npmignore
制作
node_modules
chokidar/fsevents
以上是关于失败的可选依赖项/ chokidar / fsevents:的主要内容,如果未能解决你的问题,请参考以下文章