首页 文章

安装Angular时,我收到了fsevents@1.2.4错误的不支持平台 . 怎么解决?

提问于
浏览
0

C:\ Users \ vivek> npm install -g @ angular / cli C:\ Users \ vivek \ AppData \ Roaming \ npm \ ng - > C:\ Users \ vivek \ AppData \ Roaming \ npm \ node_modules \ @angular \ cli \ bin \ ng npm WARN可选SKIPPING OPTIONAL DEPENDENCY:fsevents@1.2.4(node_modules \ @angular \ cli \ node_modules \ fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY:不支持的fsevents@1.2.4平台:want {“os “:”darwin“,”arch“:”any“}(当前:{”os“:”win32“,”arch“:”x64“})@ angular / cli @ 7.0.6从205个贡献者中添加了265个包131.235s C:\ Users \ vivek> node -v v11.1.0

1 回答

  • 0

    如果您在WINDOWS OS中工作,则会出现此警告 . 仅在MAC OS中支持fsevents npm库 .

    这只是一个警告 . 你可以忽略它 .

相关问题