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

Cannot install/run nodemon #723

Closed
davetropeano opened this issue Aug 3, 2016 · 5 comments
Closed

Cannot install/run nodemon #723

davetropeano opened this issue Aug 3, 2016 · 5 comments

Comments

@davetropeano
Copy link

davetropeano commented Aug 3, 2016

nodemon is a common hot reloader for node applications. When I do an npm install -g nodemon I get the following:

npm WARN optional Skipping failed optional dependency /nodemon/chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14

I am running node v6.3.1, and npm v3.10.3.

Even though fsevents is listed as optional when I run nodemon I get an error:

[nodemon] 1.10.0
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `node ./bin/www`
[nodemon] Internal watch failed: watch /mnt/c/Users/Dave/dev/c2 EPERM
@dethoma
Copy link

dethoma commented Aug 3, 2016

This is likely dupe of #216 because we don't have inotify support plumbed yet. This is definitely on our list.

@YasharF
Copy link

YasharF commented Aug 15, 2016

@bitcrazed bitcrazed added the fixed label Oct 7, 2016
@bitcrazed
Copy link
Contributor

This should now work in Windows 10 Insider builds >= 14942.

Closing here as this is also a dupe of #216

@computersarecool
Copy link

I am running the absolute latest version of Windows 10 (170424-221 atm) and I still have issues, in Bash as well I get:

npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

@OverStruck
Copy link

OverStruck commented Nov 16, 2018

I'm getting this on Windows 10 1809 (Built: 17763.134)

`npm WARN optional Skipping failed optional dependency /react-scripts/fsevents:

npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.4

npm WARN optional Skipping failed optional dependency /chokidar/fsevents:

npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.4

npm WARN optional Skipping failed optional dependency /webpack-dev-server/chokidar/fsevents:

npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.4

npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none was installed.`

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

No branches or pull requests

6 participants