问题描述
我正在安装 browserSync npm install browser-sync
I am install browserSync npm install browser-sync
但是有问题npm WARN optional dep failed, continue [email protected]
这个错误是什么以及如何解决?
What is this error and how it can be solved ?
gulp 没有启动
P.S:它之前工作过.已经创建了 2 个项目.清除缓存 - 无济于事
P.S: It worked before . Already 2 project so created. clear cache - not help
推荐答案
fsevents 是一个仅在 OSX 上可用的 API.因此,如果您像我一样使用像 Windows 这样的其他操作系统.通常,想要使用 fsevents 的软件将提供替代方案或使其成为可选的,因为您的消息读取.据我所知,它不会阻止 gulp 运行.我希望这至少可以解决您的问题或帮助您找到解决方案.
Hi fsevents is an API available only on OSX. 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. To my knowledge it will not stop gulp from running. I hope this can at least solve your problem or help you towards a solution.
这篇关于npm WARN 可选 dep 失败,继续 [email protected]的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!