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

Won't install with node v16.14 #16

Closed
lukebussey opened this issue May 17, 2022 · 3 comments · Fixed by #17
Closed

Won't install with node v16.14 #16

lukebussey opened this issue May 17, 2022 · 3 comments · Fixed by #17

Comments

@lukebussey
Copy link

When using node v16.14, it won't install.

yarn add @doist/react-interpolate
yarn add v1.22.18
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
error @doist/[email protected]: The engine "node" is incompatible with this module. Expected version "16.13". Got "16.14.2"
error Found incompatible module.
@henningmu
Copy link
Contributor

Thank you for filing this issue @lukebussey. The error is somewhat expected, as we explicitly specify to use node 16.13 in our .nvmrc and package.json. I agree that this is not necessary, and created a PR to use any minor version of node 16. This should fix your problem.
Please let me know if you run into any other problems 🙌

@edzis
Copy link

edzis commented Jun 20, 2022

@henningmu Could you, please, publish a release with this change?

@henningmu
Copy link
Contributor

Released as v0.3.9 ✅

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.

3 participants