Hi Cozy team.
I can't install dependencies (using yarn or npm) :
~/Dev/cozy-konnector | master > yarn install
yarn install v1.12.3
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
error upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9". Got "11.5.0"
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
I found this issue which seems related. Deleting the same lines in my local yarn.lock fixes the issue :
upath@^1.0.0:
version "1.0.4"
resolved "https://registry.yarnpkg.com/upath/-/upath-1.0.4.tgz#ee2321ba0a786c50973db043a50b7bcba822361d"
integrity sha512-d4SJySNBXDaQp+DPrziv3xGS6w3d2Xt69FijJr86zMPBy23JEloMCEOUBBzuN7xCtjLCnmB9tI/z7SBCahHBOw==
Hi Cozy team.
I can't install dependencies (using
yarnornpm) :I found this issue which seems related. Deleting the same lines in my local
yarn.lockfixes the issue :