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

Commit e1a3fcf

Browse files
author
Edin Jusupovic
committed
set "--unsafe-perm=true" flag for new installations.
1 parent 119285b commit e1a3fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A Litecoin full node for building applications and services with Node.js. A node
1010
## Install
1111

1212
```bash
13-
npm install -g litecore-node
13+
npm install -g litecore-node --unsafe-perm=true
1414
litecore-node start
1515
```
1616

0 commit comments

Comments
 (0)