mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
17 lines
218 B
Bash
17 lines
218 B
Bash
say "$(cat << 'MSG'
|
|
|
|
Intended "Unsupported runtime" error messages are displayed for node >= 4.0.0
|
|
|
|
MSG
|
|
)"
|
|
|
|
cd ~/embark_demo
|
|
nac 4.0.0
|
|
|
|
bash -i << 'DEMO'
|
|
node ~/working/embark/bin/embark version
|
|
DEMO
|
|
|
|
nac default
|
|
cd ~
|