search

Home  >  Q&A  >  body text

npm install warning - Stack Overflow

Installation Warning

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
漂亮男人漂亮男人2794 days ago743

reply all(3)I'll reply

  • 我想大声告诉你

    我想大声告诉你2017-05-16 13:24:56

    In fact, the prompt message in the second warning has already given us the answerfsevents@1.1.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    The operating system we want to rely on fsevents is darwin. Darwin is the operating system component of the MacOSX operating environment, and there is no limit to the processor. And your current operating system is a 32-bit windows operating system, based on x64 processor.
    In short, fsevent can only be used under MacOSX environment. A warning will appear when used under windows or linux. Just ignore it.

    reply
    0
  • 为情所困

    为情所困2017-05-16 13:24:56

    This warning should be because your system is not a MAC, but this warning should have no impact

    reply
    0
  • 黄舟

    黄舟2017-05-16 13:24:56

    You should go to the official website to review the instructions of package.json

    reply
    0
  • Cancelreply