mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-26 01:25:55 +03:00
[GH-ISSUE #175] Fail in load home at linux #143
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#143
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 @next-josemanuelrincon on GitHub (Mar 15, 2016).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/175
When launch log.io-harvester with other non root user or supervisor, dont load correctly home
I have changed this in bin/log.io-harvester
+osenv=require('osenv')
-homeDir = process.env[(process.platform == 'win32') ? 'USERPROFILE' : 'HOME'];
+homeDir=osenv.home()
This changes, fixed the problem above
@msmathers commented on GitHub (Jan 12, 2020):
v0.4.3 no longer requires root/sudo to install, so that should address this issue.