You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this error because of the legacy git:// protocol in the package.json:
20220111 06:36:57 : RC=0
�[91mnpm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
�[0m�[91mnpm WARN deprecated [email protected]: this library is no longer supported
�[0m�[91mnpm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
�[0m�[91mnpm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
�[0m�[91mnpm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t git://github.com/IBM/markdown-it-attrs.git
npm ERR!�[0m�[91m
npm ERR!�[0m�[91m fatal: remote error:
npm �[0m�[91mERR! The unauthenticated git protocol on port 9418 is no longer supported.
npm �[0m�[91mERR!�[0m�[91m Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
�[0m�[91mnpm�[0m�[91m ERR!�[0m�[91m
npm �[0m�[91mERR!�[0m�[91m exited with error code: 128
�[0m�[91m
npm �[0m�[91mERR! A complete log of this run can be found in:
I'm thinking this line should be changed to use https://?
The text was updated successfully, but these errors were encountered:
Getting this error because of the legacy git:// protocol in the package.json:
I'm thinking this line should be changed to use
https://
?The text was updated successfully, but these errors were encountered: