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

Incompatible Node Versions #145

Closed
royhodge opened this issue Jul 4, 2021 · 5 comments
Closed

Incompatible Node Versions #145

royhodge opened this issue Jul 4, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@royhodge
Copy link

royhodge commented Jul 4, 2021

Bug Description
It is pretty difficult to get create-eth-app generated without a very specific version of node.

Steps to Reproduce

  1. Attempt 'yarn create eth-app'
  2. With any random version of Node..

Expected Behavior
The engine "node" is incompatible with this module. Expected version ">=12". Got "10.16.0"
^ Or erhaps some other nodejs building error during your yarn create process somewhere.. I have also ran into errors fetching specifics heads with other node versions..

To resolve this; nvm install v12.22.2 && nvm use 12.22.2
then npm install -g yarn and u should be good to do 'yarn create eth-app' without error. Just submitting this to an issue as requested per @PaulRBerg

@royhodge royhodge added the bug Something isn't working label Jul 4, 2021
@PaulRBerg
Copy link
Collaborator

Thanks for reporting, @royhodge! I'll either update the README or fix the node incompatibility issue.

@royhodge
Copy link
Author

royhodge commented Jul 6, 2021

no problem. Happy to help.

@PaulRBerg
Copy link
Collaborator

As explained by @mljlynch, the minimum version of node.js required is now v14:

error ipfs-http-client@50.1.2: The engine "node" is incompatible with this module. Expected version ">=14.0.0". Got "12.19.0

@mljlynch
Copy link
Contributor

Happy to take care of updating the README for you if you would like

@PaulRBerg
Copy link
Collaborator

Just took care of this in f99416b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants