mirror of https://github.com/zulip/zulip.git
Include /usr/lib/nodejs in node search path.
(imported from commit c818905a91a5fe5754a0bddeb12caa00b50bfed3)
This commit is contained in:
parent
16f3f585c3
commit
7aef6423de
|
@ -2,7 +2,7 @@
|
|||
|
||||
cd "$(dirname "$0")"/..
|
||||
|
||||
export NODE_PATH=static
|
||||
export NODE_PATH=/usr/lib/nodejs:static
|
||||
|
||||
INDEX_JS=zerver/tests/frontend/node/index.js
|
||||
NODEJS=$(which nodejs || which node)
|
||||
|
|
Loading…
Reference in New Issue