summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml13
1 files changed, 7 insertions, 6 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 5bfdf056..ece489de 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -70,14 +70,16 @@ parts:
wekan:
source: .
plugin: nodejs
- node-engine: 4.8.7
+ node-engine: 8.9.3
node-packages:
- - npm@4.6.1
+ - npm@5.5.1
- node-gyp
- node-pre-gyp
- - fibers@1.0.15
- build-packages:
+ - fibers@2.0.0
+ stage-packages:
- ca-certificates
+ build-packages:
+ - apt-utils
- python
- g++
- capnproto
@@ -91,7 +93,7 @@ parts:
paxctl -mC `which node`
echo "Installing meteor"
curl https://install.meteor.com/ -o install_meteor.sh
- sed -i "s|RELEASE=.*|RELEASE=\"1.4.4.1\"|g" install_meteor.sh
+ sed -i "s|RELEASE=.*|RELEASE=\"1.6.0.1\"|g" install_meteor.sh
chmod +x install_meteor.sh
sh install_meteor.sh
rm install_meteor.sh
@@ -107,7 +109,6 @@ parts:
meteor npm install --allow-superuser
meteor build .build --directory --allow-superuser
cp -f fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/packages/cfs_access-point.js
- sed -i "s|build\/Release\/bson|browser_build\/bson|g" .build/bundle/programs/server/npm/node_modules/meteor/cfs_gridfs/node_modules/mongodb/node_modules/bson/ext/index.js
cd .build/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt
rm -rf node_modules/bcrypt
meteor npm install --save bcrypt