mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 09:05:55 +03:00
[GH-ISSUE #254] Install problem on Ubuntu 18 #206
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#206
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 @SlaSerX on GitHub (Nov 1, 2020).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/254
Hello i have this prroblem
➜ ~ npm install -g log.io
/usr/local/bin/log.io-server -> /usr/local/lib/node_modules/log.io/bin/log.io-server
/usr/local/lib
└── log.io@0.4.16
npm WARN ws@7.3.1 requires a peer of bufferutil@^4.0.1 but none was installed.
npm WARN ws@7.3.1 requires a peer of utf-8-validate@^5.0.2 but none was installed.
➜ ~
➜ ~ npm install -g bufferutility
/usr/local/lib
└── bufferutility@2.1.0
➜ ~ npm install -g utf-8-validate
/usr/local/lib
└── utf-8-validate@5.0.3
@myluna08 commented on GitHub (Jan 25, 2021):
@SlaSerX You should need upgrade Nodejs see this topic
https://websiteforstudents.com/how-to-install-node-js-10-11-12-on-ubuntu-16-04-18-04-via-apt-and-snap/