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

Commit 30db888

Browse files
Merge pull request #1226 from PragmaticCypher/update-install-instructions
docs: Suggest building from source
2 parents 740aca4 + a695a30 commit 30db888

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/INSTALL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ With npm:
5757
npm install
5858
```
5959

60+
If you receive 'No native build found' errors, try instead:
61+
62+
```shell
63+
npm install --build-from-source
64+
```
65+
6066
With yarn:
6167

6268
```shell

0 commit comments

Comments
 (0)