searxng/utils
Markus Heiser 3e2f3900b8 [fix] nvm.install: add missing popd / node.env exit with error (254)
Issue::

    $ make clean node.env
    ...
    CLEAN     [NVM] drop .nvm/
    ...
    INFO:  install Node.js by NVM
    ...
    Now using node v16.13.0 (npm v8.1.0)
    ...
    INSTALL   searx/static/themes/oscar/package.json
    npm ERR! code ENOENT
    npm ERR! syscall open
        # Here now comes the issue, caused by the missing 'popd' ..
    npm ERR! path SearXNG/.nvm/searx/static/themes/oscar/package.json
    npm ERR! errno -2
    npm ERR! enoent ENOENT: no such file or directory, open 'SearXNG/.nvm/searx/static/themes/oscar/package.json'
    ERROR: node.env exit with error (254)
    make: *** [Makefile:99: node.env] Error 254

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-11-20 15:16:14 +01:00
..
templates [brand] SearXNG - docs rename links and fix documentation 2021-11-18 18:27:26 +01:00
brand.env [fix] brand - partial revert of e82e37ce6 2021-11-19 14:01:58 +01:00
build_env.py [brand] SearXNG - bash env SEARXNG_URL 2021-10-30 16:11:01 +02:00
filtron.sh [fix] filtron & morty - install golang binary that fits to arch & os 2021-11-16 20:44:53 +01:00
lib.sh [fix] filtron & morty - install golang binary that fits to arch & os 2021-11-16 20:44:53 +01:00
lib_go.sh [mod] Tools to install and maintain golang [1] binaries & packages. 2021-11-16 18:00:47 +01:00
lib_install.sh [brand] SearXNG - docs rename links and fix documentation 2021-11-18 18:27:26 +01:00
lib_nvm.sh [fix] nvm.install: add missing popd / node.env exit with error (254) 2021-11-20 15:16:14 +01:00
lib_static.sh [simple theme] update to ion icons 5 and drop webfont 2021-11-13 10:42:07 +01:00
lxc-searx.env [mod] LXC switch to Fedora 33 / Fedora 31 reached its EOL 2021-03-05 13:17:47 +01:00
lxc.sh [mod] reduce enviroment variables in shell scripts to what is needed 2021-07-24 16:28:15 +02:00
makefile.include [mod] replace makefile boilerplate by 'manage' script 2021-04-23 11:26:22 +02:00
makefile.lxc [mod] LXC_ENV_FOLDER moved from ./lxc to ./lxc-env 2020-12-26 11:43:18 +01:00
morty.sh [fix] filtron & morty - install golang binary that fits to arch & os 2021-11-16 20:44:53 +01:00
searx.sh [brand] SearXNG - docs rename links and fix documentation 2021-11-18 18:27:26 +01:00
searxng_check.py [mod] utils/searxng_check.py - check a SearXNG installation 2021-10-29 15:51:30 +00:00