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

Update the upath dependency: the current version is not compatible with node >=10 #37

Closed
wujekbogdan opened this issue Apr 30, 2018 · 2 comments

Comments

@wujekbogdan
Copy link

upath - the module that glob-watcher depends on has the following setting specified in package.json:

"engines": {
    "node": ">=4 <=9"
  },

This setting prevents it from being installed when the local version of node is newer than 9. This problem has been fixed already in upath v1.0.5, so please update your package.json

Thanks.

@yocontra
Copy link
Member

Not a direct dependency of ours - this will get pulled in automatically, just run npm update.

@wujekbogdan
Copy link
Author

Not a direct dependency of ours - this will get pulled in automatically

True. My bad. I didn't notice it's a dependency of chokidar.

just run npm update.

Or yarn upgrade :)

chocolateboy added a commit to chocolateboy/babel-plugin-source-map-support that referenced this issue Aug 23, 2018
error:

    error upath@1.0.2: The engine "node" is incompatible with this module.
    Expected version ">=4 <=9".

upath is required via:

    $ yarn why upath
    gulp#glob-watcher#chokidar#upath

which had an "engines" entry in its package.json which prevented it
working on node v10

1) the issue has been fixed in upath:

    anodynos/upath#15

2) chokidar has been updated to point to the updated upath:

    paulmillr/chokidar#717

3) glob-watcher has not been updated to point to the updated chokidar:

    gulpjs/glob-watcher#37
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