mirror of
https://github.com/wekan/wekan.git
synced 2026-03-05 13:20:15 +01:00
Updated rebuild-wekan.sh install deps for macOS. Part 2.
This commit is contained in:
parent
938fe49b2c
commit
2df73bedee
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ do
|
||||||
npm -g uninstall node-pre-gyp
|
npm -g uninstall node-pre-gyp
|
||||||
npm -g install @mapbox/node-pre-gyp
|
npm -g install @mapbox/node-pre-gyp
|
||||||
npm -g install meteor@2.14
|
npm -g install meteor@2.14
|
||||||
|
export PATH=~/.meteor:$PATH
|
||||||
exit;
|
exit;
|
||||||
elif [[ "$OSTYPE" == "cygwin" ]]; then
|
elif [[ "$OSTYPE" == "cygwin" ]]; then
|
||||||
# POSIX compatibility layer and Linux environment emulation for Windows
|
# POSIX compatibility layer and Linux environment emulation for Windows
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue