mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 02:21:32 +08:00
Merge branch 'release_23.0' into release_23.1
This commit is contained in:
@@ -203,7 +203,7 @@ fi
|
||||
# Install node if not installed
|
||||
if [ $SKIP_NODE -eq 0 ]; then
|
||||
if [ -n "$VIRTUAL_ENV" ]; then
|
||||
if ! in_venv "$(command -v node)" || [ "$(node --version)" != "v${NODE_VERSION}" ]; then
|
||||
if ! command -v node >/dev/null || [ "$(node --version)" != "v${NODE_VERSION}" ]; then
|
||||
echo "Installing node into $VIRTUAL_ENV with nodeenv."
|
||||
if [ -d "${VIRTUAL_ENV}/lib/node_modules" ]; then
|
||||
echo "Removing old ${VIRTUAL_ENV}/lib/node_modules directory."
|
||||
|
||||
Reference in New Issue
Block a user