mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 22:25:55 +03:00
[GH-ISSUE #69] NPM error when trying to install Web Application #107
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#107
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 @daggr8 on GitHub (Aug 25, 2020).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/69
So when i run "npm run production" i get an error i cant figure out. Anything i missed?
npm-debug.log contains
@daggr8 commented on GitHub (Aug 26, 2020):
Reinstalled on a new machine and got a new error while running "composer install && npm install"
npm-debug.log
@daggr8 commented on GitHub (Aug 26, 2020):
Resolved by running "nvm install 12.18.3".
@willbrowningme commented on GitHub (Aug 26, 2020):
Have you tried updating to a newer version of node e.g. v12.18.3? Deleting node_modules folder and package-lock.json and trying again?
@daggr8 commented on GitHub (Aug 26, 2020):
Haha. You answered at the same time i found it out :). Thanks!
@willbrowningme commented on GitHub (Aug 26, 2020):
Great, just commented at the same time!