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
When I try to install using
curl -fsSL https://deno.land/install.sh | sh
I get
Warning: Failed to open the file /home/jesper/.deno/bin/deno.zip: Permission Warning: denied 0.0%curl: (23) Failure writing output to destination
The text was updated successfully, but these errors were encountered:
Turns out snap curl is useless.
This fixed it for me:
sudo snap remove curl sudo apt install curl
I'll leave this open in case someone wants to add a warning when this happens. Feel free to close otherwise.
Sorry, something went wrong.
address denoland#256
04b0509
wget
Successfully merging a pull request may close this issue.
When I try to install using
I get
The text was updated successfully, but these errors were encountered: