How to solve npm install throwing fsevents warning on non-MAC OS?

前端 未结 15 2008
眼角桃花
眼角桃花 2020-11-28 04:07

Following warning is being thrown on npm install command -

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules\\rea
ct-         


        
15条回答
  •  情书的邮戳
    2020-11-28 04:48

    Yes, it works when with the command npm install --no-optional
    Using environment:

    • iTerm2
    • macos login to my vm ubuntu16 LTS.

提交回复
热议问题