Give credentials to npm login command line
I found an npm package for this: Install npm-cli-login and in the terminal/scripts use it as below: npm-cli-login -u testUser -p testPass -e test@example.com I found two other ways to pass the credentials without the need to use an external command, but be aware that these commands might not work in environments such as Jenkins. … Read more