[fix] DistributionNotFound: The 'gyp==0.1' distribution was not found
See: https://github.com/searxng/searxng/pull/157#discussion_r654836723 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
e09fd4327b
commit
d60f95796c
4
manage
4
manage
@ -343,10 +343,10 @@ node.env() {
|
|||||||
( set -e
|
( set -e
|
||||||
|
|
||||||
build_msg INSTALL "searx/static/themes/oscar/package.json"
|
build_msg INSTALL "searx/static/themes/oscar/package.json"
|
||||||
npm --prefix searx/static/themes/oscar install
|
pyenv.cmd npm --prefix searx/static/themes/oscar install
|
||||||
|
|
||||||
build_msg INSTALL "searx/static/themes/simple/package.json"
|
build_msg INSTALL "searx/static/themes/simple/package.json"
|
||||||
npm --prefix searx/static/themes/simple install
|
pyenv.cmd npm --prefix searx/static/themes/simple install
|
||||||
)
|
)
|
||||||
dump_return $?
|
dump_return $?
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user