mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 09:05:55 +03:00
[GH-ISSUE #181] Error while installing on Debian 8 #150
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#150
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 @Jonn3y on GitHub (Jul 25, 2016).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/181
Heyho,
i compiled nodejs 6.3.1 and installed the last npm (v3.10.5)
then i created a new user: logio
then i tried
/usr/local/bin/npm install -g log.io --user "logio"as rootNeed help :(
here is the npm-debug.log
@tylercd100 commented on GitHub (Jul 25, 2016):
Have you tried running the command while being logged in as 'logio'?
@tylercd100 commented on GitHub (Jul 25, 2016):
also, does 'logio' have a home directory?
@Jonn3y commented on GitHub (Jul 25, 2016):
sure, it has
yes, same problem.
i tried
/usr/local/bin/npm install -g log.io --user "root"This was the only solution it worked.
But Log.io isn't the perfect solution to me yet. Additionally I need a whole-file-view
@msmathers commented on GitHub (Jan 12, 2020):
v0.4.3 uses node.js 12+ and doesn't require root/sudo access, so hopefully that should solve this issue.