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

Node.js version issues. #25

Open
arthurkhlghatyan opened this issue Jul 17, 2019 · 9 comments
Open

Node.js version issues. #25

arthurkhlghatyan opened this issue Jul 17, 2019 · 9 comments

Comments

@arthurkhlghatyan
Copy link

Hi Guys,

I see this error when trying to install the package.

'The engine "node" is incompatible with this module. Expected version "^6.7.0". Got "8.16.0"'

Do you think this can be fixed?

Thanks.

@azizali
Copy link
Owner

azizali commented Jul 17, 2019 via email

@arthurkhlghatyan
Copy link
Author

Thanks @azizali

@Dragsbaek
Copy link

Any updates on this? Im having the same problem

@guifeliper
Copy link

Same problem here

@grigy
Copy link

grigy commented Oct 20, 2019

Anyone was able to fix the problem?

@jarlah
Copy link

jarlah commented Oct 24, 2019

I am using this module on latest node with no issues

@Nick-bcm
Copy link

I am using this module on latest node with no issues

How do you install it? When i install it from npm, i have problem. And i see in installed node_modules/react-super-treeview/package.json:

  "engines": {
    "node": "^6.7.0",
    "npm": "^4.0.0"
  },

but it's old version. ^ -> => changed in new.

@gabrielnic
Copy link

It's a yarn issue but I was able to bypass the error with this:

yarn add react-super-treeview --save --ignore-engines

tmm1 added a commit to tmm1/react-super-treeview that referenced this issue Mar 23, 2021
@tmm1
Copy link

tmm1 commented Mar 23, 2021

This was fixed in #33.

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.

9 participants