diff options
| author | easion101 <87601093+easion101@users.noreply.github.com> | 2021-07-18 17:58:31 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-18 17:58:31 +0800 |
| commit | e2f129d46d8c6f63ab6bc060f388b065c06accd6 (patch) | |
| tree | 4f2a365afc83cfa64f99c9dcd968637eb89afb66 /autoload | |
| parent | d7ad230e014c4c3544b991b2e0a982f783fe6f8d (diff) | |
failed to install Node
1. line 99 tries to extract a zipped file which would be downloaded later(at line 105), and then line 112 will extract that file again, except that it's using a wrong argument "zxvf".
fix: comment out line 99, fix line 112 args from "zxvf" to "xvf"
2. typo at line 116, I think it should be "NODE_DIR", it was "NVIM_DIR", which hasn't be installed yet.
Diffstat (limited to 'autoload')
0 files changed, 0 insertions, 0 deletions
