-
Notifications
You must be signed in to change notification settings - Fork 16
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
Please update Node dependency to include v10 #21
Comments
Looking through the other issues when I encountered this, it looks like this has already been fixed (#15). You need to delete the "lock" file and then run install again and it will work. |
My bad. Updating the lock file fixed this issue. Thanks! |
bryphe
pushed a commit
to onivim/oni
that referenced
this issue
Dec 14, 2018
See this issue for details: anodynos/upath#21
bryphe
pushed a commit
to onivim/oni
that referenced
this issue
Dec 15, 2018
* Temporary fix for yarn complaining about upath See this issue for details: anodynos/upath#21 * Fix #2675: cannot open a new file Made a minor change to browser/src/App.ts to only filter files if they exists and pass them through otherwise.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since Node recently released version 10, I'm receiving the following error when trying to install upath.
The engine "node" is incompatible with this module. Expected version ">=4 <=9".
Can you update the compatibility to include
<=10
?The text was updated successfully, but these errors were encountered: