Skip to content

Instantly share code, notes, and snippets.

@aalemayhu
Created April 24, 2022 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aalemayhu/7e5f0cbcef0d5a03c259767517272962 to your computer and use it in GitHub Desktop.
Save aalemayhu/7e5f0cbcef0d5a03c259767517272962 to your computer and use it in GitHub Desktop.
How to fix npm notice Beginning October 4, 2021, all connections to the npm registry - including for package installation - must use TLS 1.2 or higher. You are currently using plaintext http to connect. Please visit the GitHub blog for more information: https://github.blog/2021-08-23-npm-registry-deprecating-tls-1-0-tls-1-1/
npm set registry=https://registry.npmjs.org/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment