mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[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
1 changed files with 2 additions and 2 deletions
4
manage
4
manage
|
@ -343,10 +343,10 @@ node.env() {
|
|||
( set -e
|
||||
|
||||
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"
|
||||
npm --prefix searx/static/themes/simple install
|
||||
pyenv.cmd npm --prefix searx/static/themes/simple install
|
||||
)
|
||||
dump_return $?
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue