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

Incompatible with Node.js v10 #14

Closed
mririgoyen opened this issue Apr 24, 2018 · 20 comments · Fixed by #15
Closed

Incompatible with Node.js v10 #14

mririgoyen opened this issue Apr 24, 2018 · 20 comments · Fixed by #15

Comments

@mririgoyen
Copy link

When installing upath under the newly released Node.js v10, the following error is displayed:

error upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9".
error Found incompatible module
@Jessidhia
Copy link

This is an indirect dependency of webpack (webpack -> watchpack -> chokidar -> upath), so the current engines flag prevents any webpack user from upgrading to node 10.

@mathmarques
Copy link

mathmarques commented Apr 25, 2018

A workaround is to use the flag --ignore-engines like:
yarn install --ignore-engines

@ArikEpstein
Copy link

ArikEpstein commented Apr 25, 2018

thanks @mathmarques yarn --ignore-engines works !!!

misund added a commit to dbmedialab-archive/shiny that referenced this issue Apr 25, 2018
We indirectly depend on anodynos/upath via webpack. upath specifically states it does not support node > 9.

Stable should be added back in as soon as our dependency graph has updated to address this – hopefully it will not be too long.

See anodynos/upath#14
See anodynos/upath#15
misund added a commit to dbmedialab-archive/shiny that referenced this issue Apr 25, 2018
We indirectly depend on anodynos/upath via webpack. upath specifically states it does not support node > 9.

Stable should be added back in as soon as our dependency graph has updated to address this – hopefully it will not be too long.

See anodynos/upath#14
See anodynos/upath#15
@trylovetom
Copy link

same here

@rcalabro
Copy link

+1

@gusdecool
Copy link

@mathmarques typo, should be install instead of intall 👍

@mririgoyen
Copy link
Author

Pinging @anodynos about this issue.

ragesoss added a commit to WikiEducationFoundation/WikiEduDashboard that referenced this issue Apr 26, 2018
Apparently, a dependency of webpacker, upath, requires a node version less than 10: anodynos/upath#14
@fengerzh
Copy link

Please solve this ASAP, it blocked a lot of users.

@jankeromnes
Copy link

FYI this is fixed in #15.

Also please never ever purposefully break forward compatibility by enforcing something like node <= X.

@schliflo
Copy link

You can temporarily work around this issue by setting ignore-engines to true golablly with yarn config set ignore-engines true -g
As this is obviously not an ideal solution remember to unset this after #15 is merged (yarn config delete ignore-engines -g)

maximerety added a commit to TankerHQ/quickstart-examples that referenced this issue Apr 27, 2018
Webpack requires 'upath' which is not yet declared compatible with
Node.js 10.0+, see: anodynos/upath#14
@orefalo
Copy link

orefalo commented Apr 27, 2018

same issue, damn it

@MrCheater
Copy link

+1

1 similar comment
@kobezzza
Copy link

+1

@nickserv
Copy link

If you have this issue, please upvote the description and subscribe, commenting notifies everyone in the thread unnecessarily.

@niemyjski
Copy link

Currently blocked on this. Any idea when a new package will be pushed.

@orefalo
Copy link

orefalo commented Apr 27, 2018

+10000000000

@manigandham
Copy link

cc'ing @realityking who has recent commits...

@realityking
Copy link
Contributor

While I do have a couple commits in, I don't have push access to this repo. Gotta wait for Angelos to merge #15.

@anodynos
Copy link
Owner

Hi everyone, sorry for the wait! I'll merge PR #15 which should fix all :-)

@wilk
Copy link

wilk commented May 3, 2018

Maybe this can help: yarnpkg/yarn#5727 (comment)

josephfrazier added a commit to josephfrazier/reported-web that referenced this issue May 6, 2018
This was done with:

    yarn upgrade chokidar
    yarn upgrade lint-staged

Relevant issues:

* anodynos/upath#14
* lint-staged/lint-staged#432
josephfrazier added a commit to josephfrazier/react-starter-kit that referenced this issue May 13, 2018
This was done with:

    yarn upgrade chokidar
    yarn upgrade lint-staged

Relevant issues:

* anodynos/upath#14
* lint-staged/lint-staged#432

Fixes kriasoft#1609
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

Successfully merging a pull request may close this issue.