Skip to content

Instantly share code, notes, and snippets.

@booty
Created October 26, 2017 12:27
Show Gist options
  • Save booty/308d1c50bb883b301d98b37ce35f0dd7 to your computer and use it in GitHub Desktop.
Save booty/308d1c50bb883b301d98b37ce35f0dd7 to your computer and use it in GitHub Desktop.
03:32 bundler:install
01 bundle install --path /data/apps/ror/pws/shared/bundle --without development test --deployment --quiet --retry 5
✔ 01 [email protected] 18.507s
✔ 01 [email protected] 19.048s
✔ 01 [email protected] 19.593s
03:52 react_on_rails:compile_environment
01 cd /data/apps/ror/pws/releases/20171026120927; ./components/do.sh 'test ! -f package.json || yarn check --integrity 2> /dev/null || yarn install'
01 ===> apple_gsx_client
01 ===> aurora_client
01 ===> call_queues
01 ===> call_queue_ui
01 yarn check v0.27.5
01 info Visit https://yarnpkg.com/en/docs/cli/check for documentation about this command.
01 yarn install v0.27.5
01 [1/4] Resolving packages...
01 [2/4] Fetching packages...
01 error [email protected]: The engine "node" is incompatible with this module. Expected version "8.7.0".
01 error Found incompatible module
01 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
(Backtrace restricted to imported tasks)
cap aborted!
SSHKit::Runner::ExecuteError: Exception while executing as [email protected]: cd /data/apps/ror/pws/releases/20171026120927; ./components/do.sh 'test ! -f package.json || yarn check --integrity 2> /dev/null || yarn install' exit status: 1
cd /data/apps/ror/pws/releases/20171026120927; ./components/do.sh 'test ! -f package.json || yarn check --integrity 2> /dev/null || yarn install' stdout: ===> apple_gsx_client
===> aurora_client
===> call_queues
===> call_queue_ui
yarn check v0.27.5
info Visit https://yarnpkg.com/en/docs/cli/check for documentation about this command.
yarn install v0.27.5
[1/4] Resolving packages...
[2/4] Fetching packages...
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
cd /data/apps/ror/pws/releases/20171026120927; ./components/do.sh 'test ! -f package.json || yarn check --integrity 2> /dev/null || yarn install' stderr: error [email protected]: The engine "node" is incompatible with this module. Expected version "8.7.0".
error Found incompatible module
SSHKit::Command::Failed: cd /data/apps/ror/pws/releases/20171026120927; ./components/do.sh 'test ! -f package.json || yarn check --integrity 2> /dev/null || yarn install' exit status: 1
cd /data/apps/ror/pws/releases/20171026120927; ./components/do.sh 'test ! -f package.json || yarn check --integrity 2> /dev/null || yarn install' stdout: ===> apple_gsx_client
===> aurora_client
===> call_queues
===> call_queue_ui
yarn check v0.27.5
info Visit https://yarnpkg.com/en/docs/cli/check for documentation about this command.
yarn install v0.27.5
[1/4] Resolving packages...
[2/4] Fetching packages...
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
cd /data/apps/ror/pws/releases/20171026120927; ./components/do.sh 'test ! -f package.json || yarn check --integrity 2> /dev/null || yarn install' stderr: error [email protected]: The engine "node" is incompatible with this module. Expected version "8.7.0".
error Found incompatible module
/Users/booty/Projects/nitro-web/lib/capistrano/tasks/react_on_rails.rake:9:in `block (4 levels) in <top (required)>'
/Users/booty/Projects/nitro-web/lib/capistrano/tasks/react_on_rails.rake:5:in `block (3 levels) in <top (required)>'
Tasks: TOP => deploy:compile_assets => react_on_rails:compile_environment
(See full trace by running task with --trace)
The deploy has failed with an error: Exception while executing as [email protected]: cd /data/apps/ror/pws/releases/20171026120927; ./components/do.sh 'test ! -f package.json || yarn check --integrity 2> /dev/null || yarn install' exit status: 1
cd /data/apps/ror/pws/releases/20171026120927; ./components/do.sh 'test ! -f package.json || yarn check --integrity 2> /dev/null || yarn install' stdout: ===> apple_gsx_client
===> aurora_client
===> call_queues
===> call_queue_ui
yarn check v0.27.5
info Visit https://yarnpkg.com/en/docs/cli/check for documentation about this command.
yarn install v0.27.5
[1/4] Resolving packages...
[2/4] Fetching packages...
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
cd /data/apps/ror/pws/releases/20171026120927; ./components/do.sh 'test ! -f package.json || yarn check --integrity 2> /dev/null || yarn install' stderr: error [email protected]: The engine "node" is incompatible with this module. Expected version "8.7.0".
error Found incompatible module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment