react-super-treeview icon indicating copy to clipboard operation
react-super-treeview copied to clipboard

Node.js version issues.

Open arthurkhlghatyan opened this issue 4 years ago • 9 comments

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.

arthurkhlghatyan avatar Jul 17 '19 14:07 arthurkhlghatyan

Yes I can fix this. Will look into it today.

On Wed, Jul 17, 2019, 9:56 AM Arthur Khlghatyan [email protected] wrote:

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.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/azizali/react-super-treeview/issues/25?email_source=notifications&email_token=AAT6QLAWRQW5ODGQ3OBUYTLP74XLPA5CNFSM4IERKEEKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G7YP3YQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAT6QLFA2SIUZXYB6AO7B4DP74XLPANCNFSM4IERKEEA .

azizali avatar Jul 17 '19 15:07 azizali

Thanks @azizali

arthurkhlghatyan avatar Jul 17 '19 15:07 arthurkhlghatyan

Any updates on this? Im having the same problem

Dragsbaek avatar Aug 06 '19 11:08 Dragsbaek

Same problem here

guifeliper avatar Sep 05 '19 14:09 guifeliper

Anyone was able to fix the problem?

grigy avatar Oct 20 '19 05:10 grigy

I am using this module on latest node with no issues

jarlah avatar Oct 24 '19 05:10 jarlah

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.

Nick-bcm avatar Oct 31 '19 08:10 Nick-bcm

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

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

gabrielnic avatar Jan 16 '20 09:01 gabrielnic

This was fixed in #33.

tmm1 avatar Mar 23 '21 23:03 tmm1