add unsafe note
This commit is contained in:
Родитель
085977a71b
Коммит
ba8e6d68d6
|
@ -26,6 +26,12 @@ The rest of this page is for developers of the `jacdac-ts` library.
|
|||
sudo npm install -g jacdac-cli
|
||||
```
|
||||
|
||||
If the native module installation fails, try adding `--unsafe`
|
||||
|
||||
```bash
|
||||
sudo npm install -g jacdac-cli --unsafe
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
### `jacdac parse`
|
||||
|
|
Загрузка…
Ссылка в новой задаче