mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #2934] npm install error #950
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#950
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
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
@AndrewBastin commented on GitHub (Feb 28, 2023):
Please look into the README instructions carefully.
An excerpt from the Developing section:
Please follow these steps and do a
pnpm installinstead ofnpm install.@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
@AndrewBastin commented on GitHub (Feb 28, 2023):
Is this the output you exactly received ?
The garbled output is really weird.