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
Installed npm using nvm. Then installed tldr without sudo
tldr should not throw up any error while running tldr -u
An error when running tldr -u or tldr tar.
Error: EACCES: permission denied, mkdir '/tmp/tldr/33329d79aee50ac92ca85fdad4dad834'
node --version
tldr --version
The text was updated successfully, but these errors were encountered:
Hi, Sorry for the late reply. Do you still have this issue?
If so, can you try clearing the cache first with tldr --clear-cache then try updating it using tldr --update or tldr -u.
tldr --clear-cache
tldr --update
tldr -u
Sorry, something went wrong.
No branches or pull requests
Installed npm using nvm. Then installed tldr without sudo
Expected behavior
tldr should not throw up any error while running tldr -u
Actual behavior
An error when running tldr -u or tldr tar.
Log, debug output
Error: EACCES: permission denied, mkdir '/tmp/tldr/33329d79aee50ac92ca85fdad4dad834'
Environment
node --version
) tested in 6.14.16 & 9.4.0tldr --version
) 3.3.8The text was updated successfully, but these errors were encountered: