Commit 5c5f746
authored
Fix install.sh, also try npm
Fix 1:
`yarn --cwd ${LIBDIR}`
Fails if there are spaces in the path. So that's quotes now.
Also added a check if npm is installed, and if so, try using it.
If neither are found, echoes a warning.1 parent 3b88595 commit 5c5f746
1 file changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments