Skip to content
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

Installation fails if there is a dot in the home folder #306

Open
etienne-dldc opened this issue Oct 2, 2024 · 0 comments
Open

Installation fails if there is a dot in the home folder #306

etienne-dldc opened this issue Oct 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@etienne-dldc
Copy link

Version: Deno v1.46.3 - OS: MacOS

Hi, I tried to install Deno using the curl -fsSL https://deno.land/install.sh | sh command but the script failed with a permissions error on the mkdir of the .deno folder.

I think this was caused by the fact that my HOME folder contains a dot: etienne.deladonchamps and for some reason the install script was trying to install in /Users/etienne/.deno instead of /Users/etienne.deladonchamps/.deno.

FYI. I bypassed the issue by downloading the script and hardcoding the install path.

@littledivy littledivy added the bug Something isn't working label Oct 2, 2024
@littledivy littledivy transferred this issue from denoland/deno Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants