diff --git a/scripts/_common.sh b/scripts/_common.sh index 061b880..e658eb2 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -10,7 +10,7 @@ PHOTOPRISM_VERSION="220528-efb5d710" NODEJS_VERSION=14 GO_VERSION="1.18" -pkg_dependencies="libc6-dev libssl-dev libxft-dev libhdf5-serial-dev libpng-dev libheif-examples librsvg2-bin libx264-dev libx265-dev libnss3 libfreetype6 libfreetype6-dev libfontconfig1 libfontconfig1-dev libzmq3-dev" +pkg_dependencies="libc6-dev libssl-dev libxft-dev libhdf5-serial-dev libpng-dev libheif-examples librsvg2-bin libx264-dev libx265-dev libnss3 libfreetype6 libfreetype6-dev libfontconfig1 libfontconfig1-dev libzmq3-dev npm" #================================================= # PERSONAL HELPERS diff --git a/scripts/install b/scripts/install index ef8f18e..6bd7a95 100755 --- a/scripts/install +++ b/scripts/install @@ -147,8 +147,6 @@ pushd "$final_path" # Setup tensorflow library ./scripts/dist/install-tensorflow.sh # Setup node environment - ynh_use_nodejs - apt install npm export NODE_OPTIONS=--max_old_space_size=1024 # Build server from source ynh_secure_remove --file="$final_path/build"