mirror of
https://github.com/searxng/searxng
synced 2024-10-30 21:20:28 +00:00
[mod] NVM: pin Node.js to v16.13.0
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
3e2f3900b8
commit
6b4cad768d
@ -154,12 +154,12 @@ nvm.status() {
|
|||||||
info_msg "NVM is installed at ${NVM_DIR}"
|
info_msg "NVM is installed at ${NVM_DIR}"
|
||||||
else
|
else
|
||||||
warn_msg "NVM is not installed"
|
warn_msg "NVM is not installed"
|
||||||
info_msg "to install NVM and Node.js (LTS) use: ${main_cmd} nvm install --lts"
|
info_msg "to install NVM and Node.js (LTS) use: ${main_cmd} nvm.nodejs"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
nvm.nodejs() {
|
nvm.nodejs() {
|
||||||
nvm install --lts
|
nvm install
|
||||||
nvm.status
|
nvm.status
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user