mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
- Try to get latest npm.
This commit is contained in:
parent
b63ba110b8
commit
1b65cbd3db
1 changed files with 2 additions and 1 deletions
|
|
@ -83,7 +83,6 @@ parts:
|
||||||
plugin: nodejs
|
plugin: nodejs
|
||||||
node-engine: 8.12.0
|
node-engine: 8.12.0
|
||||||
node-packages:
|
node-packages:
|
||||||
- npm@6.4.1
|
|
||||||
- node-gyp
|
- node-gyp
|
||||||
- node-pre-gyp
|
- node-pre-gyp
|
||||||
- fibers@2.0.0
|
- fibers@2.0.0
|
||||||
|
|
@ -121,6 +120,8 @@ parts:
|
||||||
# Removed from build-packages: - paxctl
|
# Removed from build-packages: - paxctl
|
||||||
#echo "Applying paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303"
|
#echo "Applying paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303"
|
||||||
#paxctl -mC `which node`
|
#paxctl -mC `which node`
|
||||||
|
echo "Installing npm"
|
||||||
|
curl -L https://www.npmjs.com/install.sh | sh
|
||||||
echo "Installing meteor"
|
echo "Installing meteor"
|
||||||
curl https://install.meteor.com/ -o install_meteor.sh
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue