Permission Denied - Weird Permissions #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
curl -fsL bit.ly/node-installer | bash
Solution
Weird Permissions - Solved, filed for reference.to Permission Denied - Weird Permissions - Solved, filed for reference.I do want to fix this.
What you you added a check to see if the directory was writable and if the directory isn't writable print an error message about setting
NODE_PATH=$HOME/.local/opt/node/lib/node_modules
?Also, I've been working on a better installer: https://git.coolaj86.com/coolaj86/optify.go
I haven't documented it yet (the README is just some thought vomit), but it actually does install node and correctly set
PATH
correctly.https://git.coolaj86.com/coolaj86/optify.go/src/branch/master/pkgs/node/install.go
Ok.
Permission Denied - Weird Permissions - Solved, filed for reference.to Permission Denied - Weird PermissionsThey were fake errors. I silenced them.
That's good.