Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switching dev dependencies to use the github: protocol #247

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

varun27896
Copy link

@varun27896 varun27896 commented Apr 22, 2022

When I try to install the dependencies on my local machine using npm i , it would fail with the following error
The unauthenticated git protocol on port 9418 is no longer supported.

git:// protocol is not supported anymore for unauthenticated GitHub requests
This PR changes the all the devDependencies to use the github:

@hthetiot
Copy link
Contributor

I think it be better to use http Instead of git because it may require npm and nodejs specific version to support github schema.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants