You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
upath - the module that glob-watcher depends on has the following setting specified in package.json:
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.
The text was updated successfully, but these errors were encountered: