diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2025-10-30 17:46:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-30 17:46:05 +0100 |
| commit | aa28af772cb2dc85a4e34806874088bdd9236c8f (patch) | |
| tree | 8bcdbeb4c5ee46914a854d6db894ad2df979cada /manage | |
| parent | 9c2b8f2f9362dc18f576afc7baccad2912072aad (diff) | |
[fix] ./manage dev.env - nvm is not installed by nvm.env (#5399)
To complete a SearXNG developer environment, nvm needs to be
installed (ensured). Without this patch::
$ LANG=C ./manage dev.env
...
./utils/lib_nvm.sh: line 27: .nvm/nvm.sh: No such file or directory
./utils/lib_nvm.sh: line 28: .nvm/bash_completion: No such file or directory
...
(dev.env)$
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'manage')
| -rwxr-xr-x | manage | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ EOF dev.env() { go.env.dev - nvm.env + nvm.ensure node.env.dev export GOENV |