我正在安装" cordova-plugin-geolocation"通过npm但是" cordova-plugin-geolocation"无法安装。我看到以下警告:
npm WARN可选跳过失败的可选依赖项/ chokidar / fsevents:
npm WARN notsup与您的操作系统或架构不兼容:fsevents@1.0.14
有没有可能的解决方案?
答案 0 :(得分:1)
我使用以下命令使用参数NO-OPTIONAL
安装NPM依赖项npm install --no-optional
答案 1 :(得分:0)
使用.npmignore
<{1}}里面
答案 2 :(得分:0)
运行gulp命令时出现此错误
Error: watch node_modules/bootstrap/scss/bootstrap.scss ENOSPC
at _errnoException (util.js:1022:11)
at FSWatcher.start (fs.js:1382:19)
at Object.fs.watch (fs.js:1408:11)
at createFsWatchInstance
我运行了它,对我有用
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p