Skip to content

Commit

Permalink
Try to fix Snap. Part 6.
Browse files Browse the repository at this point in the history
Thanks to xet7 !
  • Loading branch information
xet7 committed May 23, 2022
1 parent 6d7e69c commit f2815a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ parts:
#echo "Using http npm packages so speedup install process https://stackoverflow.com/questions/39760113/callback-called-more-than-once-while-running-npm-install"
#echo "registry=http://registry.npmjs.org/" > ~/.npmrc
#echo "Installing npm, node-gyp, node-pre-gyp, fibers"
npm -g install n --unsafe-perm
n 14.19.3
npm -g install node-gyp --unsafe-perm
npm -g install node-pre-gyp --unsafe-perm
npm -g install fibers --unsafe-perm
#npm -g install n --unsafe-perm
#n 14.19.3
#npm -g install node-gyp --unsafe-perm
#npm -g install node-pre-gyp --unsafe-perm
#npm -g install fibers --unsafe-perm
echo "Installing meteor"
curl https://install.meteor.com/ -o install_meteor.sh
chmod +x install_meteor.sh
Expand Down

0 comments on commit f2815a9

Please sign in to comment.