mirror of
https://github.com/YunoHost-Apps/thelounge_ynh.git
synced 2024-09-03 20:35:54 +02:00
Update install
This commit is contained in:
parent
c4b025bdce
commit
b9dd16d63e
1 changed files with 2 additions and 3 deletions
|
@ -129,11 +129,10 @@ cp -a ../conf/config.js $config_path
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALL THE LOUNGE
|
# INSTALL THE LOUNGE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
cd $final_path
|
||||||
npm install $final_path --unsafe-perm
|
npm install --unsafe-perm
|
||||||
|
|
||||||
# Install webpack
|
# Install webpack
|
||||||
cd $final_path
|
|
||||||
npm install webpack
|
npm install webpack
|
||||||
npm install webpack-cli
|
npm install webpack-cli
|
||||||
npm install copy-webpack-plugin
|
npm install copy-webpack-plugin
|
||||||
|
|
Loading…
Add table
Reference in a new issue