diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-10-10 16:57:07 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-10-10 16:57:07 +0300 |
commit | db757f20b300657f231765b8e85128dcf83dc79d (patch) | |
tree | e6f7f496540d93a8a9c54143b504a2ce4bf1b77b /snapcraft.yaml | |
parent | 961d9dcbdb92c175a08e9c5d2dd492bda7cc7dfc (diff) | |
download | wekan-db757f20b300657f231765b8e85128dcf83dc79d.tar.gz wekan-db757f20b300657f231765b8e85128dcf83dc79d.tar.bz2 wekan-db757f20b300657f231765b8e85128dcf83dc79d.zip |
Try to fix snap
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r-- | snapcraft.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 5cd753ee..87e297f4 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -83,7 +83,7 @@ parts: plugin: nodejs node-engine: 8.12.0 node-packages: - - npm + - npm@6.4.1 - node-gyp - node-pre-gyp - fibers@2.0.0 @@ -124,7 +124,7 @@ parts: #paxctl -mC `which node` 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 + #sed -i "s|RELEASE=.*|RELEASE=\"1.8.1-beta.0\"|g" install_meteor.sh chmod +x install_meteor.sh sh install_meteor.sh rm install_meteor.sh |