mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1552] Error When install on centos 7 #494
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#494
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 @culunvb on GitHub (Mar 20, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1552
npm ERR! code 1
npm ERR! path /home/hoppscotch/node_modules/deasync
npm ERR! command failed
npm ERR! command sh -c node ./build.js
npm ERR!
linux-x64-node-15exists; testingnpm ERR! Problem with the binary; manual build incoming
npm ERR! stdout=
npm ERR! err=Error: Command failed: /usr/bin/node quick-test.js
npm ERR! /home/hoppscotch/node_modules/bindings/bindings.js:135
npm ERR! throw err;
npm ERR! ^
npm ERR!
@liyasthomas commented on GitHub (Mar 21, 2021):
@culunvb can you use the Bug report issue template to report an issue
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
@culunvb commented on GitHub (Mar 21, 2021):
Ooo, i'm sorry not given information error details. here's for detail Information.
Additional Context
I found error when I execute the command "npm install" in hoppscotch folder
ScreenShot

@liyasthomas commented on GitHub (Mar 21, 2021):
Thanks for the detailed info. This doesn't look like an issue with Hoppscotch alone. Can you clean your npm cache
npm cache cleanand try installing dependencies againnpm i@liyasthomas commented on GitHub (Mar 23, 2021):
Try deleting the
package-lock.jsonfile beforenpm i.Feel free to re-open this issue if the issue still persists.