You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/uniread on master ⨯ sudo npm install -g
npm ERR! code 128
npm ERR! Command failed: /usr/bin/git clone --depth=1 -q -b zipread https://github.com/nemanjan00/epub.git /root/.npm/_cacache/tmp/git-clone-257f0870
npm ERR! fatal: could not create leading directories of '/root/.npm/_cacache/tmp/git-clone-257f0870': Permission denied
npm ERR!
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2018-10-10T14_45_47_348Z-debug.log
Manjaro, latest npm
Suffix 257f0870 is random every time.
Either NPM or Git is dropping privileges, while preventing me to set permissive flags on _cacache (chmod 777).
Use "epub": "nemanjan00/epub#zipread", which seems to work for some strange reason, but is a bit undocumented, and may be insecure if julien-c has push privilege to that branch.
Use "epub": "^1.1.0", but I haven't checked if its licensing issues have been resolved.
The text was updated successfully, but these errors were encountered:
Manjaro, latest npm
Suffix
257f0870
is random every time.Either NPM or Git is dropping privileges, while preventing me to set permissive flags on
_cacache
(chmod 777
).Possible solutions
"epub": "nemanjan00/epub#zipread"
, which seems to work for some strange reason, but is a bit undocumented, and may be insecure if julien-c has push privilege to that branch."epub": "^1.1.0"
, but I haven't checked if its licensing issues have been resolved.The text was updated successfully, but these errors were encountered: