-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error An unexpected error occurred: "ENOENT: no such file or directory, lstat '/Users/xxx/Library/Caches/Yarn/npm-webpack-stream-3.2.0-d679c2f1f964b5abae4c1f29d5cb695115deec7b'". #1836
Comments
Reverting to yarn |
Locking to |
More up to date versions seem to have problems resolving certain dependencies. See: yarnpkg/yarn#1836
OsX after running npm uninstall -g yarn and npm i -g [email protected] was getting the following error:
fixed by going to |
👍 reverting to 0.16.1 fixed it for me thanks |
More up to date versions seem to have problems resolving certain dependencies. See: yarnpkg/yarn#1836
Or you could remove the |
I can confirm this. Happens for me with a github dependency. Here is the error.log: Reverting to 0.16.1 fixed this as well. |
👍 reverting to 0.16.1 give no error |
Same issue here with yarn 0.17. Reverting back to 0.16.1 and deleting |
Same issue with yarn 0.17.2 |
This is a duplicate of #1834 |
this issue still occurs from time to time in the 16.x and 17.x version of yarn.. haven't found a reliable and reproducible way to demonstrate it. And even worse - haven't found a proper solution to fix / address this issue.. |
Use yarn at wsl debian and 2/3 installs had this error v1.17.3. |
Same happened here on v1.19.1 |
I tried @jomiojeda advice but to no avail :( |
I'm having this issue, and |
got this issue when multiple agents were running builds at once and the cache directory was shared (AppData). Solved by changing the cache directory into the agents working directory. |
Also having this issue when multiple agents run builds simultaneously (envoyer.io). Separating cache directories with |
having this now |
hitting this very often on our gh runner |
Still have this issue. Using yarn 1.22.19 with node v18.17.1 on Mac |
Same on |
This bug happens now on both Linux and OsX.
OsX
node v6.0.0
npm 3.8.8
yarn 0.17.0
Linux
node 6.9.1
npm 3.10.8
yarn 0.17.0
I simply perform a
yarn install
package.json
Error trace:
The text was updated successfully, but these errors were encountered: