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

Npm throw EUNSUPPORTEDPROTOCOL error while installing dependencies #486

Closed
shivam-sharma7 opened this issue Dec 31, 2024 · 4 comments
Closed

Comments

@shivam-sharma7
Copy link

I got the following error while installing dependency

PS C:\Users\shivam sharma\Desktop\My Project\open-source\zudoku\website> npm i
npm error code EUNSUPPORTEDPROTOCOL
npm error Unsupported URL Type "catalog:": catalog:

Caused by #432

Line

"react": "catalog:",

cc @dan-lee @ntotten

Solution
Replace it with a valid version

Copy link

linear bot commented Dec 31, 2024

@AdrianMachado
Copy link
Contributor

Hey @shivam-sharma7 - I believe the contributing guide mentions using pnpm - have you tried that?

@ntotten
Copy link
Member

ntotten commented Jan 3, 2025

What @AdrianMachado said is correct. We use pnpm for development with this project. End-users can use whatever they want, but if you are contributing to the repo, you will need to use pnpm.

@ntotten ntotten closed this as completed Jan 3, 2025
@shivam-sharma7
Copy link
Author

@AdrianMachado @ntotten Yes, this is resolve with pnpm by root. Now working fine

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

No branches or pull requests

3 participants