简体   繁体   English

npm WARN可选dep失败,继续fsevents@0.3.6

[英]npm WARN optional dep failed, continuing fsevents@0.3.6

I am install browserSync npm install browser-sync 我安装了browserSync npm install browser-sync

but have a problem npm WARN optional dep failed, continuing fsevents@0.3.6 但有问题npm WARN optional dep failed, continuing fsevents@0.3.6

What is this error and how it can be solved ? 这个错误是什么以及如何解决?

gulp does not start gulp没有开始

PS: It worked before . PS:之前有用过。 Already 2 project so created. 已经创建了2个项目。 clear cache - not help 清除缓存 - 没有帮助

Hi fsevents is an API available only on OSX. 嗨fsevents是一个仅在OSX上可用的API。 So if you're using another OS like Windows as do I. Normally software that wants to use fsevents will provide an alternative or make it optional as your message reads. 因此,如果您像使用Windows一样使用其他操作系统。通常,想要使用fsevents的软件将提供替代方案,或者在您的消息读取时将其设置为可选。 To my knowledge it will not stop gulp from running. 据我所知,它不会阻止gulp运行。 I hope this can at least solve your problem or help you towards a solution. 我希望这至少可以解决您的问题或帮助您找到解决方案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 npm警告可选的跳过选择性依赖:fsevents@1.2.7 - npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 npm WARN notsup 跳过可选依赖:fsevents 不受支持的平台 - npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents 依赖关系 - 未安装错误(npm WARN可选SKIPPING OPTIONAL DEPENDENCY:fsevents@^1.0.0(node_modules \ chokidar \ node_modules \ fsevents) - Dependencies - not installed error (npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents) npm WARN 已弃用 fsevents@1.2.4:fsevents 1 将在节点 v14+ 上中断 - npm WARN deprecated fsevents@1.2.4: fsevents 1 will break on node v14+ npm 安装失败并显示“git dep 准备失败” - npm install failing with "git dep preparation failed" NPM安装失败-fsevents - NPM Install fails - fsevents npm install fsevents 错误 - npm install fsevents errors npm安装错误fsevents 1和fsevents 2如何解决? - how to solve the npm installation error fsevents 1 and fsevents 2? npm WARN安装无法安装可选依赖项:不支持 - npm WARN install Couldn't install optional dependency: Unsupported 创建一个新的 angular 项目记录 NPM 警告:npm WARN optional SKIPPING OPTIONAL DEPENDENCY - Create a new angular project logs NPM Warnings: npm WARN optional SKIPPING OPTIONAL DEPENDENCY
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM