1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lingva_ynh.git synced 2024-09-03 19:36:20 +02:00

perbaiki galat eacces

This commit is contained in:
Neko Nekowazarashi 2023-05-29 19:37:31 +07:00
parent a6b0fb433b
commit 659b54df91

View file

@ -55,13 +55,11 @@ chown $app:$app "$install_dir/.env.local"
#================================================= #=================================================
ynh_script_progression --message="Building the app..." --weight=1 ynh_script_progression --message="Building the app..." --weight=1
mkdir "$install_dir/.npm-global"
export NPM_CONFIG_PREFIX=~/.npm-global
ynh_install_nodejs --nodejs_version=18.16.0 ynh_install_nodejs --nodejs_version=18.16.0
ynh_use_nodejs ynh_use_nodejs
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm install ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm install --prefix="$install_dir"
npx next telemetry disable npx next telemetry disable
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm build ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm build --prefix="$install_dir"
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION