[GH-ISSUE #164] log.io on RaspberryPi B+ #133

Closed
opened 2026-02-26 05:31:25 +03:00 by kerem · 2 comments
Owner

Originally created by @akrv on GitHub (Sep 4, 2015).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/164

Hi,
I tried to install with the instructions and fails on the RPi B+ with this on the logs
cake ensure:configuration

following is the error: i tried to run as root also replacing ubuntu with pi

> cake ensure:configuration

wCreating ~/.log.io/ for configuration files.
If this fails, run npm using a specific user: npm install -g log.io --user 'ubuntu'
fs.js:747
  return binding.mkdir(pathModule._makeLong(path),
                 ^
Error: EACCES, permission denied '/root/.log.io/'
    at Error (native)
    at Object.fs.mkdirSync (fs.js:747:18)
    at Object.action (/usr/local/lib/node_modules/log.io/Cakefile:79:10)
    at helpers.extend.invoke (/usr/local/lib/node_modules/log.io/node_modules/coffee-script/lib/coffee-script/cake.js:44:26)
    at Object.exports.run (/usr/local/lib/node_modules/log.io/node_modules/coffee-script/lib/coffee-script/cake.js:69:21)
    at Object.<anonymous> (/usr/local/lib/node_modules/log.io/node_modules/coffee-script/bin/cake:7:38)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
Originally created by @akrv on GitHub (Sep 4, 2015). Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/164 Hi, I tried to install with the instructions and fails on the RPi B+ with this on the logs cake ensure:configuration following is the error: i tried to run as root also replacing ubuntu with pi ``` > cake ensure:configuration wCreating ~/.log.io/ for configuration files. If this fails, run npm using a specific user: npm install -g log.io --user 'ubuntu' fs.js:747 return binding.mkdir(pathModule._makeLong(path), ^ Error: EACCES, permission denied '/root/.log.io/' at Error (native) at Object.fs.mkdirSync (fs.js:747:18) at Object.action (/usr/local/lib/node_modules/log.io/Cakefile:79:10) at helpers.extend.invoke (/usr/local/lib/node_modules/log.io/node_modules/coffee-script/lib/coffee-script/cake.js:44:26) at Object.exports.run (/usr/local/lib/node_modules/log.io/node_modules/coffee-script/lib/coffee-script/cake.js:69:21) at Object.<anonymous> (/usr/local/lib/node_modules/log.io/node_modules/coffee-script/bin/cake:7:38) at Module._compile (module.js:460:26) at Object.Module._extensions..js (module.js:478:10) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) ```
kerem closed this issue 2026-02-26 05:31:25 +03:00
Author
Owner

@ColtraneNadler commented on GitHub (Oct 31, 2015):

the user you are trying to install it with- does not have permission to edit certain directories that need to be edited in order to install this. run as root- or edit your permissions. :)

<!-- gh-comment-id:152780845 --> @ColtraneNadler commented on GitHub (Oct 31, 2015): the user you are trying to install it with- does not have permission to edit certain directories that need to be edited in order to install this. run as root- or edit your permissions. :)
Author
Owner

@msmathers commented on GitHub (Jan 12, 2020):

v0.4.3 is a full rewrite that uses node.js 12 and no longer requires root/sudo, so this issue should be resolved.

<!-- gh-comment-id:573445554 --> @msmathers commented on GitHub (Jan 12, 2020): v0.4.3 is a full rewrite that uses node.js 12 and no longer requires root/sudo, so this issue should be resolved.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#133
No description provided.