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
There is an issue trying to execute npm install you will get the following error:
npm ERR! git fetch -a origin (git://github.com/squizlabs/HTML_CodeSniffer.git) fatal: remote error:
npm ERR! git fetch -a origin (git://github.com/squizlabs/HTML_CodeSniffer.git) The unauthenticated git protocol on port 9418 is no longer supported.
To solve this issue is needed to change the git:// to https:// or to github://
The text was updated successfully, but these errors were encountered:
There is an issue trying to execute
npm install
you will get the following error:To solve this issue is needed to change the
git://
tohttps://
or togithub://
The text was updated successfully, but these errors were encountered: