Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

npm install -g litecore-node on Centos 7 #13

Open
Comer2020 opened this issue Jul 19, 2018 · 1 comment
Open

npm install -g litecore-node on Centos 7 #13

Comer2020 opened this issue Jul 19, 2018 · 1 comment

Comments

@Comer2020
Copy link

npm install -g litecore-node

[email protected] preinstall /usr/lib/node_modules/litecore-node
./scripts/download

Downloading litecoin: https://github.com/litecoin-project/litecore-litecoin/releases/download/v0.13.2.1-litecore-rc2/litecoin-0.13.2-x86_64-linux-gnu.tar.gz
./scripts/download:行44: litecoin-0.13.2-x86_64-linux-gnu.tar.gz: no privileges
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] preinstall: ./scripts/download
npm ERR! Exit status 1

@backcopy
Copy link

Try running it with the --unsafe-perm=true flag.

For eg -
npm install -g litecore-node --unsafe-perm=true

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants