retejs / module-plugin

4 stars 10 forks source link

Peer dependency on outdated rete 1.1.0 #23

Open JannikGM opened 2 years ago

JannikGM commented 2 years ago

I get the following error when installing this plugin:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
[...]
npm ERR! Found: rete@1.4.5
npm ERR! node_modules/rete
npm ERR!   rete@"^1.4.5" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer rete@"1.1.0" from rete-module-plugin@0.4.1
npm ERR! node_modules/rete-module-plugin
npm ERR!   rete-module-plugin@"*" from the root project

This is caused by this peer dependency which explicitly lists rete 1.1.0: https://github.com/retejs/module-plugin/blob/e214690b3ae2fcf38a7757e34c7cf2e8d6599b27/package.json#L19

However, the latest rete is already at 1.4.5 at the time of writing.

Ni55aN commented 2 years ago

updated

Rishabh-Kapri commented 2 years ago

Has this been fixed, using the latest npm release still gives this error?