You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
We've seen two errors with yarn install when Yarn is at version 0.17.
Using `0.16.1 fixes the issues.
Even though there's an error, the install might still be successful (lets confirm this)
Error 1: npm-workerjs
error An unexpected error occurred: "ENOENT: no such file or directory,
lstat '/Users/santosh.v04/Library/Caches/Yarn/npm-workerjs-0.1.1-6c53f106c5664d4691c241ab2f43c5afe4d74fa8'".
/home/ubuntu/.yarn/bin/yarn.js:47
throw err;
^
Error: ENOENT: no such file or directory, open '/home/ubuntu/.cache/yarn/.roadrunner.json'
at Error (native)
at Object.fs.openSync (fs.js:640:18)
at Object.fs.writeFileSync (fs.js:1333:33)
at /home/ubuntu/.yarn/node_modules/roadrunner/index.js:25:6
at /home/ubuntu/.yarn/node_modules/roadrunner/index.js:12:12
at emitOne (events.js:101:20)
at process.emit (events.js:188:7)
at processEmit [as emit] (/home/ubuntu/.yarn/node_modules/signal-exit/index.js:140:35)
at process.exit (internal/process.js:146:15)
at Command.<anonymous> (/home/ubuntu/.yarn/node_modules/commander/index.js:825:13)
> Yarn was installed, but doesn't seem to be working :(.