nlf
nlf
the tty command works now, i'll have a new build released today with that fix. as for why ssh was failing, this sounds like more of a networking or vm...
good idea! feel free to submit a pull request. otherwise i'll get to it when i have a few minutes
seems reasonable to me, we can make it configurable
correct, the downloads currently do not respect proxies. we should definitely fix that!
> think of all the CI systems that will get to drop a few dozen dependencies and all the supply chain attacks that will save us from just for perspective...
AFAIK the existing file ownership changes are so that things like `sudo npm install` in a directory that's owned by your user doesn't write a bunch of files owned by...
potentially, but that wouldn't stop things like a user elevating their permissions to root manually and installing there. we absolutely can't explode when npm is run as root unconditionally, as...
a suggestion: what if `npm doctor` can help diagnose this class of problem? i.e. if some other npm command errors with something related to filesystem permissions, our error output can...
after actually _running_ `npm doctor` myself for the first time in quite a while, it already does permissions checks ``` Perms check on cached files ok Perms check on local...
adding this as another data point https://github.com/npm/cli/issues/4312