Created
April 24, 2022 08:15
-
-
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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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