mirror of
https://github.com/YunoHost-Apps/tooljet_ynh.git
synced 2024-10-01 13:34:55 +02:00
Appease npm warning
This commit is contained in:
parent
1c9203a5a8
commit
2d772365d2
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ pushd $install_dir
|
|||
# The version shipped by default with n does not work, there is a
|
||||
# weird dependency issue about unsupported platform and fsevent.
|
||||
# See https://github.com/ToolJet/ToolJet/pull/1752
|
||||
$ynh_npm install -g npm@"$NPM_VERSION"
|
||||
$ynh_npm install npm@"$NPM_VERSION" --location=global
|
||||
|
||||
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm install -f
|
||||
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm run build
|
||||
|
|
|
@ -70,7 +70,7 @@ pushd $install_dir
|
|||
# The version shipped by default with n does not work, there is a
|
||||
# wierd dependency issue about unsupported platform and fsevent.
|
||||
# See https://github.com/ToolJet/ToolJet/pull/1752
|
||||
$ynh_npm install -g npm@"$NPM_VERSION"
|
||||
$ynh_npm install npm@"$NPM_VERSION" --location=global
|
||||
|
||||
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm install -f
|
||||
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm run build
|
||||
|
|
Loading…
Reference in a new issue