Open codeclown opened 4 years ago
There should be no reason to ever use sudo to install a global npm package. If sudo is needed, file permissions are messed up on the machine.
Further, if people blindly copy-paste the command from this repo, there's a chance it'll mess up their file permissions even if they weren't already.
There should be no reason to ever use sudo to install a global npm package. If sudo is needed, file permissions are messed up on the machine.
Further, if people blindly copy-paste the command from this repo, there's a chance it'll mess up their file permissions even if they weren't already.