Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

node version > 9 is incompatible with upath #11

Open
Shrimpstronaut opened this issue Oct 3, 2018 · 0 comments · May be fixed by #12
Open

node version > 9 is incompatible with upath #11

Shrimpstronaut opened this issue Oct 3, 2018 · 0 comments · May be fixed by #12

Comments

@Shrimpstronaut
Copy link

Description

When running yarn install the process throws the following error:

[3/5] Fetching packages...
...
error upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9". Got "10.9.0"
error Found incompatible module

Environment

OS: Fedora 28
node: 10.9.0
yarn: 1.10.1
npm: 6.2.0

Fix

After searching around I stumbled upon the following issue enzymejs/enzyme#1637.

The following comment enzymejs/enzyme#1637 (comment) suggests removing the entry for upath from the yarn.lock file.

After removing the entry I was able to run yarn install successfully.

Shrimpstronaut added a commit to Shrimpstronaut/ithubbs that referenced this issue Oct 3, 2018
Shrimpstronaut added a commit to Shrimpstronaut/ithubbs that referenced this issue Oct 3, 2018
@Shrimpstronaut Shrimpstronaut linked a pull request Oct 3, 2018 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant