mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Try to fix Snap. Part 3: Added --unsafe-perm to npm install.
Thanks to xet7 ! Related https://github.com/wekan/wekan/issues/4505#issuecomment-1135101672
This commit is contained in:
parent
0ae8de4c04
commit
ea66eca60d
1 changed files with 2 additions and 2 deletions
|
@ -115,14 +115,14 @@ parts:
|
||||||
rm install_meteor.sh
|
rm install_meteor.sh
|
||||||
rm -rf .build
|
rm -rf .build
|
||||||
chmod u+w *.json
|
chmod u+w *.json
|
||||||
npm install
|
npm install --unsafe-perm
|
||||||
meteor build .build --directory --allow-superuser
|
meteor build .build --directory --allow-superuser
|
||||||
# Remove legacy webbroser bundle, so that Wekan works also at Android Firefox, iOS Safari, etc.
|
# Remove legacy webbroser bundle, so that Wekan works also at Android Firefox, iOS Safari, etc.
|
||||||
rm -rf .build/bundle/programs/web.browser.legacy
|
rm -rf .build/bundle/programs/web.browser.legacy
|
||||||
# Change to directory .build/bundle/programs/server
|
# Change to directory .build/bundle/programs/server
|
||||||
cd .build/bundle/programs/server
|
cd .build/bundle/programs/server
|
||||||
chmod u+w *.json
|
chmod u+w *.json
|
||||||
npm install
|
npm install --unsafe-perm
|
||||||
cd node_modules/fibers
|
cd node_modules/fibers
|
||||||
node build.js
|
node build.js
|
||||||
cd ../../../../../..
|
cd ../../../../../..
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue