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

Please update Node dependency to include v10 #21

Closed
digitalclover opened this issue May 7, 2018 · 2 comments
Closed

Please update Node dependency to include v10 #21

digitalclover opened this issue May 7, 2018 · 2 comments

Comments

@digitalclover
Copy link

digitalclover commented May 7, 2018

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?

@JeffJacobson
Copy link

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.

@digitalclover
Copy link
Author

My bad. Updating the lock file fixed this issue. Thanks!

bryphe pushed a commit to onivim/oni that referenced this issue Dec 14, 2018
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants