Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NODEMON SKIPPING OPTIONAL DEPENDENDENCY "fsevents" #1973

Closed
Onwurah121 opened this issue Jan 26, 2022 · 2 comments
Closed

NODEMON SKIPPING OPTIONAL DEPENDENDENCY "fsevents" #1973

Onwurah121 opened this issue Jan 26, 2022 · 2 comments

Comments

@Onwurah121
Copy link

  • Versions: Node Version: 14.18.1
  • nodemon -v: 2.0.15
  • Operating system/terminal environment (powershell, gitshell, etc): Win(10) OS/Hyper terminal
  • Using Docker? What image: No
  • Command you ran: "npm i -g nodemon"

Expected behaviour

Installation complete

Actual behaviour

nodemon@2.0.15 postinstall C:\Users\Edmund Obinna\AppData\Roaming\npm\node_modules\nodemon
node bin/postinstall || exit 0

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules\nodemon\node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

  • nodemon@2.0.15
    added 116 packages from 53 contributors in 46.372s

Steps to reproduce


If applicable, please append the --dump flag on your command and include the output here ensuring to remove any sensitive/personal details or tokens.

@remy
Copy link
Owner

remy commented Jan 26, 2022

The issue described is "installation completes", yet it does. The warning is to let you know the optional dep wasn't installed - for the reasons it gave (which I can see is it's used for a different OS). So, as per the log from npm, this isn't an issue.

@remy remy closed this as completed Jan 26, 2022
@Onwurah121
Copy link
Author

The issue described is "installation completes", yet it does. The warning is to let you know the optional dep wasn't installed - for the reasons it gave (which I can see is it's used for a different OS). So, as per the log from npm, this isn't an issue.

Okay!
Thank You very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants