[GH-ISSUE #2934] npm install error #950

Closed
opened 2026-03-16 17:48:08 +03:00 by kerem · 3 comments
Owner

Originally created by @whyisthatyou on GitHub (Feb 28, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2934

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

when i clone the responsibility and run "npm install" ,return the error:
npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type "workspace:": workspace:^0.4.4

Steps to reproduce

npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type "workspace:": workspace:^0.4.4

Environment

Production

Version

Cloud

Originally created by @whyisthatyou on GitHub (Feb 28, 2023). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2934 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior when i clone the responsibility and run "npm install" ,return the error: npm ERR! code EUNSUPPORTEDPROTOCOL npm ERR! Unsupported URL Type "workspace:": workspace:^0.4.4 ### Steps to reproduce npm ERR! code EUNSUPPORTEDPROTOCOL npm ERR! Unsupported URL Type "workspace:": workspace:^0.4.4 ### Environment Production ### Version Cloud
kerem 2026-03-16 17:48:08 +03:00
Author
Owner

@AndrewBastin commented on GitHub (Feb 28, 2023):

Please look into the README instructions carefully.

An excerpt from the Developing section:

  1. Install pnpm using npm by running npm install -g pnpm.
  2. Install dependencies by running pnpm install within the directory that you cloned (probably hoppscotch).

Please follow these steps and do a pnpm install instead of npm install.

<!-- gh-comment-id:1447570740 --> @AndrewBastin commented on GitHub (Feb 28, 2023): Please look into the README instructions carefully. An excerpt from the [Developing](https://github.com/hoppscotch/hoppscotch#developing) section: > 2. Install pnpm using npm by running `npm install -g pnpm`. > 3. Install dependencies by running `pnpm install` within the directory that you cloned (probably hoppscotch). Please follow these steps and do a `pnpm install` instead of `npm install`.
Author
Owner

@whyisthatyou commented on GitHub (Feb 28, 2023):

pnpm install is ok ,now "pnpm run dev " does not work,error message:

packages/hoppscotch-web do-dev$ pnpm run dev
│ > @hoppscotch/web@0.0.0 dev C:\Users\whyisthatyou\Desktop\hoppscotch-main\packages\hoppscotch-web
│ 'vite' �����ڲ����ⲿ���Ҳ���ǿ����еij���
│ ���������ļ���
│  ELIFECYCLE  Command failed with exit code 1.
└─ Failed in 2s at C:\Users\whyisthatyou\Desktop\hoppscotch-main\packages\hoppscotch-web

<!-- gh-comment-id:1447649175 --> @whyisthatyou commented on GitHub (Feb 28, 2023): pnpm install is ok ,now "pnpm run dev " does not work,error message: packages/hoppscotch-web do-dev$ pnpm run dev │ > @hoppscotch/web@0.0.0 dev C:\Users\whyisthatyou\Desktop\hoppscotch-main\packages\hoppscotch-web │ 'vite' �����ڲ����ⲿ���Ҳ���ǿ����еij��� │ ���������ļ��� │  ELIFECYCLE  Command failed with exit code 1. └─ Failed in 2s at C:\Users\whyisthatyou\Desktop\hoppscotch-main\packages\hoppscotch-web
Author
Owner

@AndrewBastin commented on GitHub (Feb 28, 2023):

Is this the output you exactly received ?
The garbled output is really weird.

<!-- gh-comment-id:1447956845 --> @AndrewBastin commented on GitHub (Feb 28, 2023): Is this the output you exactly received ? The garbled output is really weird.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#950
No description provided.