mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #1744] npm install => npm run dev ,problems occurred。 npm 7.20.0 ,help me!!! #550
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#550
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 @MeBetterMan on GitHub (Jul 19, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1744
Originally assigned to: @AndrewBastin on GitHub.
`` ERROR [BABEL] Note: The code generator has deoptimised the styling of D:\github-projects\hoppscotch\node_modules\ace-builds\src-noconflict\ace.js as it exceeds the max of 500KB.
ERROR [BABEL] Note: The code generator has deoptimised the styling of D:\github-projects\hoppscotch\node_modules\ace-builds\src-noconflict\worker-javascript.js as it exceeds the max of 500KB.
ERROR [BABEL] Note: The code generator has deoptimised the styling of D:\github-projects\hoppscotch\node_modules\ace-builds\src-noconflict\worker-xquery.js as it exceeds the max of 500KB.
ERROR [BABEL] Note: The code generator has deoptimised the styling of D:\github-projects\hoppscotch\node_modules\ace-builds\src-noconflict\mode-php.js as it exceeds the max of 500KB.
ERROR [BABEL] Note: The code generator has deoptimised the styling of D:\github-projects\hoppscotch\node_modules\ace-builds\src-noconflict\mode-php_laravel_blade.js as it exceeds the max of 500KB.`


`
@liyasthomas commented on GitHub (Jul 19, 2021):
Can you delete the node cache along with
node_modulesfolder and then runnpm iagain.rm -rf node_modulesnpm inpm run devLet me know if this solved your issue.
@MeBetterMan commented on GitHub (Jul 19, 2021):
i delete all folders,and regit Hoppscotch . useless . i tried two days . hopeless.
@MeBetterMan commented on GitHub (Jul 19, 2021):
happens always on Win7. how to solve it?
@liyasthomas commented on GitHub (Jul 19, 2021):
Please share the screenshot of the browser console log (press F12 for Chrome browser).
Also, let me know the system's memory, processor, and RAM specifications.
@MeBetterMan commented on GitHub (Jul 19, 2021):
other users encountered the problems before
@liyasthomas commented on GitHub (Jul 19, 2021):
Thanks for sharing the screenshot, we're looking into this issue.
Thanks for your patience.
@MeBetterMan commented on GitHub (Jul 19, 2021):
Mac OS,same problem.


@liyasthomas commented on GitHub (Jul 19, 2021):
Hi @MeBetterMan, thank you for your patience.
I was able to reproduce your issue. It has been due to the incorrect setup of environment variables for the local development server.
In the developing instructions section, there's a step 0: Update
.env.examplefile found in repository's root directory with your own keys and rename it to.env.Please rename
.env.examplefile found in root director to.envand restart the local server to fix this issue.Let me know if this solves your issue.
@MeBetterMan commented on GitHub (Jul 20, 2021):
ok ,solve the browser ‘’logEvent‘’ problem ,although the ‘’it exceeds the max of 500KB.‘’Error still exists
@AndrewBastin commented on GitHub (Jul 20, 2021):
That error won't cause any issues if you run it actually. It is just an error from the optimizer and ace-editor code just messing up. You should still be able to access the site successfully.