mirror of
https://github.com/searx/searx
synced 2024-11-22 01:45:21 +01:00
Skip problematic step when installing env (#3491)
This commit is contained in:
parent
c647b55eb0
commit
6ab43d1045
3
manage
3
manage
@ -284,9 +284,6 @@ node.env() {
|
|||||||
which npm &> /dev/null || die 1 'node.env - npm is not found!'
|
which npm &> /dev/null || die 1 'node.env - npm is not found!'
|
||||||
|
|
||||||
( set -e
|
( set -e
|
||||||
# shellcheck disable=SC2030
|
|
||||||
PATH="$(npm bin):$PATH"
|
|
||||||
export PATH
|
|
||||||
|
|
||||||
build_msg INSTALL "npm install $NPM_PACKAGES"
|
build_msg INSTALL "npm install $NPM_PACKAGES"
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
|
Loading…
Reference in New Issue
Block a user