We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do you want to request a feature or report a bug? Bug
What is the current behavior? If yarn need to write in a read-only directory, it hangs forever.
If the current behavior is a bug, please provide the steps to reproduce.
mkdir -m 500 bar && cd bar yarn init -y
Then yarn says it successfully has written package.json, but just hangs forever.
What is the expected behavior? For yarn to report the missing write access and exit.
Please mention your node.js, yarn and operating system version. node v6.9.1; yarn from source; official node docker image.
The text was updated successfully, but these errors were encountered:
Seems to have been solved by #1592 and this can be closed.
Sorry, something went wrong.
No branches or pull requests
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
If yarn need to write in a read-only directory, it hangs forever.
If the current behavior is a bug, please provide the steps to reproduce.
Then yarn says it successfully has written package.json, but just hangs forever.
What is the expected behavior?
For yarn to report the missing write access and exit.
Please mention your node.js, yarn and operating system version.
node v6.9.1; yarn from source; official node docker image.
The text was updated successfully, but these errors were encountered: