-
Notifications
You must be signed in to change notification settings - Fork 32
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
Incompatiable with Node v10 #31
Comments
@goyney This looks like it'll now work, based on the CI reporting that nodeV10 is now supported. Please let us know. |
Hi there! It looks like I'm still getting this error with yarn while trying to install v0.4.0
|
I'll take a look at this later today.
…On Thu, Jan 24, 2019 at 12:08 AM Aditya ***@***.***> wrote:
Hi there! It looks like I'm still getting this error with yarn while
trying to install v0.4.0
error ***@***.***: The engine "node" is incompatible with this
module. Expected version "^1.2.0". Got "10.13.0"
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABWN7yOm-qDLs-V-wPWYJ17lTJdc0m9dks5vGPmEgaJpZM4TzcLz>
.
|
@andylockran The yarn issue mentioned above is just the |
Any chance this ancient issue gets resolved? |
- fix tests under windows using [cross-env](https://www.npmjs.com/package/cross-env), and also this [problem + solution](https://stackoverflow.com/a/41236179/5578474) - address ["engines" problem](izaakschroeder#24, izaakschroeder#31) by relaxing restrictions on nodejs versions
When installing this module, the following error is returned.
error [email protected]: The engine "node" is incompatible with this module. Expected version "^1.2.0".
If installed with the
--ignore-engines
flag, it works without issue. Please relax your node engines restrictions in the package.json file.The text was updated successfully, but these errors were encountered: