| 1 | alexstine@asm ticket-test % npm run env:install |
|---|
| 2 | |
|---|
| 3 | > WordPress@5.8.0 env:install /Users/alexstine/incsub/ticket-test |
|---|
| 4 | > node ./tools/local-env/scripts/install.js |
|---|
| 5 | |
|---|
| 6 | Creating ticket-test_cli_run ... done |
|---|
| 7 | Success: Generated 'wp-config.php' file. |
|---|
| 8 | Creating ticket-test_cli_run ... done |
|---|
| 9 | Success: Added the constant 'WP_DEBUG' to the 'wp-config.php' file with the raw value 'true'. |
|---|
| 10 | Creating ticket-test_cli_run ... done |
|---|
| 11 | Success: Added the constant 'WP_DEBUG_LOG' to the 'wp-config.php' file with the raw value 'true'. |
|---|
| 12 | Creating ticket-test_cli_run ... done |
|---|
| 13 | Success: Added the constant 'WP_DEBUG_DISPLAY' to the 'wp-config.php' file with the raw value 'true'. |
|---|
| 14 | Creating ticket-test_cli_run ... done |
|---|
| 15 | Success: Added the constant 'SCRIPT_DEBUG' to the 'wp-config.php' file with the raw value 'true'. |
|---|
| 16 | Creating ticket-test_cli_run ... done |
|---|
| 17 | Success: Added the constant 'WP_ENVIRONMENT_TYPE' to the 'wp-config.php' file with the value 'local'. |
|---|
| 18 | /bin/sh: svn: command not found |
|---|
| 19 | child_process.js:669 |
|---|
| 20 | throw err; |
|---|
| 21 | ^ |
|---|
| 22 | |
|---|
| 23 | Error: Command failed: docker-compose exec -T php rm -rf tests/phpunit/data/plugins/wordpress-importer && svn checkout -r 2387243 https://plugins.svn.wordpress.org/wordpress-importer/trunk/ tests/phpunit/data/plugins/wordpress-importer |
|---|
| 24 | at checkExecSyncError (child_process.js:630:11) |
|---|
| 25 | at execSync (child_process.js:666:15) |
|---|
| 26 | at install_wp_importer (/Users/alexstine/incsub/ticket-test/tools/local-env/scripts/install.js:57:2) |
|---|
| 27 | at Object.<anonymous> (/Users/alexstine/incsub/ticket-test/tools/local-env/scripts/install.js:23:1) |
|---|
| 28 | at Module._compile (internal/modules/cjs/loader.js:1133:30) |
|---|
| 29 | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1153:10) |
|---|
| 30 | at Module.load (internal/modules/cjs/loader.js:977:32) |
|---|
| 31 | at Function.Module._load (internal/modules/cjs/loader.js:877:14) |
|---|
| 32 | at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12) |
|---|
| 33 | at internal/main/run_main_module.js:18:47 { |
|---|
| 34 | status: 127, |
|---|
| 35 | signal: null, |
|---|
| 36 | output: [ null, null, null ], |
|---|
| 37 | pid: 9912, |
|---|
| 38 | stdout: null, |
|---|
| 39 | stderr: null |
|---|
| 40 | } |
|---|
| 41 | npm ERR! code ELIFECYCLE |
|---|
| 42 | npm ERR! errno 1 |
|---|
| 43 | npm ERR! WordPress@5.8.0 env:install: `node ./tools/local-env/scripts/install.js` |
|---|
| 44 | npm ERR! Exit status 1 |
|---|
| 45 | npm ERR! |
|---|
| 46 | npm ERR! Failed at the WordPress@5.8.0 env:install script. |
|---|
| 47 | npm ERR! This is probably not a problem with npm. There is likely additional logging output above. |
|---|
| 48 | |
|---|
| 49 | npm ERR! A complete log of this run can be found in: |
|---|
| 50 | npm ERR! /Users/alexstine/.npm/_logs/2021-04-23T20_30_02_465Z-debug.log |
|---|