InjectiveLabs / injective-helix-demo

Decentralized Derivatives Trading. Any Market. Anytime. Anywhere.
Apache License 2.0
101 stars 74 forks source link

Yarn is trying to unpack in the same destination #1008

Open WebthreeDev opened 1 year ago

WebthreeDev commented 1 year ago

When Running Yarn install Error - _Pattern ["@injectivelabs/token-metadata@next"] is trying to unpack in the same destination "/home/codespace/.cache/yarn/v6/npm-@injectivelabs-token-metadata-1.11.0-beta.16-01c375e3396812733f15caa5b11976c592cdf1bc-integrity/node_modules/@injectivelabs/token-metadata" as pattern ["@injectivelabs/token-metadata@^1.11.0-beta.16","@injectivelabs/token-metadata@^1.11.0-beta.16"]. This could result in non-deterministic behavior, skipping To Reproduce `yarn install `Expected behavior expect it to install the dependencies properly

Using Github codespaces, as work space.

bangjelkoski commented 1 year ago

Can you try removing node_modules and installing again?

WebthreeDev commented 1 year ago

Yes, will do thank you.