Private repository doesn't support "whoami"
Hello!
Thank you for this great tool!
However, we are using private Nexus Repository to store our npm packages and it seems that it doesn't support whoami command. It makes np to fail with an error that we can't fix on our side.
Does this tool really need to execute this command? Would it be possible to provide another way to specify the username?
Thanks!
Any ideas which commands it supports? We have np using whoami for authenticating if user is logged in to the npm registry. I do not think adding a quick fix for a private repo sounds feasible.
I've similar issue, I would suggest to add a flag for skipping registry authentication checks. I'm using a workaround by setting NODE_ENV=test, but would be great to have a proper flag for that.
@developit what do you think about?
it seems that it doesn't support whoami command
Sounds like an issue with your provider. npm whoami exists since at least npm v1
Duplicate of https://github.com/sindresorhus/np/issues/420 anyway