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
While running yarn install (or yarn add <mod>) in compat mode, there are some little chance when fs.mkdir fails to set the directory permission correctly. This fails yarn install sometimes (the probability of failure is very high for modules with many dependencies)
In the above screenshot, npm-debug-2.6.9-5d128515df134ff327e90a4c93f4e077a536341f-integrity and npm-mime-types-2.1.34-5a712f9ec1503511a945803640fafe09d3793c24-integrity are created with wrong dir permission (0o000).
This happens for random directories for each attempt
While running
yarn install
(oryarn add <mod>
) in compat mode, there are some little chance when fs.mkdir fails to set the directory permission correctly. This failsyarn install
sometimes (the probability of failure is very high for modules with many dependencies)In the above screenshot,
npm-debug-2.6.9-5d128515df134ff327e90a4c93f4e077a536341f-integrity
andnpm-mime-types-2.1.34-5a712f9ec1503511a945803640fafe09d3793c24-integrity
are created with wrong dir permission (0o000
).This happens for random directories for each attempt
part of denoland/deno#13420
The text was updated successfully, but these errors were encountered: