diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh index e3210033d..7fb077648 100755 --- a/rebuild-wekan.sh +++ b/rebuild-wekan.sh @@ -89,6 +89,7 @@ do npm -g uninstall node-pre-gyp npm -g install @mapbox/node-pre-gyp npm -g install meteor@2.14 + export PATH=~/.meteor:$PATH exit; elif [[ "$OSTYPE" == "cygwin" ]]; then # POSIX compatibility layer and Linux environment emulation for Windows