summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-10-10 17:31:52 +0300
committerLauri Ojansivu <x@xet7.org>2018-10-10 17:31:52 +0300
commit1b65cbd3db1981f416360aee9cf647d23747fcfc (patch)
tree0aeaf9dbcb96b4a5065f7b7d004155020d0f4d8c
parentb63ba110b8a9c3435ec9e55f6b992e6246de6896 (diff)
downloadwekan-1b65cbd3db1981f416360aee9cf647d23747fcfc.tar.gz
wekan-1b65cbd3db1981f416360aee9cf647d23747fcfc.tar.bz2
wekan-1b65cbd3db1981f416360aee9cf647d23747fcfc.zip
- Try to get latest npm.
-rw-r--r--snapcraft.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 6643bb57..caa57857 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -83,7 +83,6 @@ parts:
plugin: nodejs
node-engine: 8.12.0
node-packages:
- - npm@6.4.1
- node-gyp
- node-pre-gyp
- fibers@2.0.0
@@ -121,6 +120,8 @@ parts:
# Removed from build-packages: - paxctl
#echo "Applying paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303"
#paxctl -mC `which node`
+ echo "Installing npm"
+ curl -L https://www.npmjs.com/install.sh | sh
echo "Installing meteor"
curl https://install.meteor.com/ -o install_meteor.sh
#sed -i "s|RELEASE=.*|RELEASE=\"1.8.1-beta.0\"|g" install_meteor.sh