Answers for "all connections to the npm registry - including for package installation - must use TLS 1.2 or higher"

0

all connections to the npm registry - including for package installation - must use TLS 1.2 or higher

Run 
npm config set registry https://registry.npmjs.org/
npm install -g https://tls-test.npmjs.com/tls-test-1.0.0.tgz

Some computers are still running with http://registry.npmjs.org/ which is not
going to be allowed anymore for security reasons.
Posted by: Guest on August-31-2021

Code answers related to "all connections to the npm registry - including for package installation - must use TLS 1.2 or higher"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language