jordalgo / wordpress-docker

A custom wordpress docker setup.
3 stars 2 forks source link

Getting the ball rolling issues #1

Closed joesepi closed 7 years ago

joesepi commented 7 years ago
➜  wordpress-docker git:(master) ✗ docker rm -fv $(docker ps -aq)
c1451bc694b1
a46874f76096
6b5b66289ada
89009045da82
➜  wordpress-docker git:(master) ✗ git pull upstream master
remote: Counting objects: 9, done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 9 (delta 6), reused 9 (delta 6), pack-reused 0
Unpacking objects: 100% (9/9), done.
From github.com:jordalgo/wordpress-docker
 * branch            master     -> FETCH_HEAD
   82e7ec5..c26c63c  master     -> upstream/master
Updating 82e7ec5..c26c63c
Fast-forward
 .gitignore                         | 1 +
 dockerfile-npm                     | 2 +-
 package.json                       | 2 +-
 wp-content/themes/simple/style.css | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)
➜  wordpress-docker git:(master) ✗ git push
Counting objects: 9, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (8/8), done.
Writing objects: 100% (9/9), 734 bytes | 0 bytes/s, done.
Total 9 (delta 6), reused 0 (delta 0)
remote: Resolving deltas: 100% (6/6), completed with 6 local objects.
To git@github.com:joesepi/wordpress-docker.git
   82e7ec5..c26c63c  master -> master
➜  wordpress-docker git:(master) ✗ docker-compose up
Creating wordpressdocker_npm_1
Creating wordpressdocker_db_1
Creating wordpressdocker_composer_1
Creating wordpressdocker_wordpress_1
Attaching to wordpressdocker_npm_1, wordpressdocker_db_1, wordpressdocker_composer_1, wordpressdocker_wordpress_1
db_1         | 2016-10-27T01:48:47.585730Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
db_1         | 2016-10-27T01:48:47.597062Z 0 [Note] mysqld (mysqld 5.7.16) starting as process 1 ...
db_1         | 2016-10-27T01:48:47.603515Z 0 [Warning] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
npm_1        | npm info it worked if it ends with ok
composer_1   | Loading composer repositories with package information
db_1         | 2016-10-27T01:48:47.606098Z 0 [Note] InnoDB: PUNCH HOLE support available
db_1         | 2016-10-27T01:48:47.606168Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
db_1         | 2016-10-27T01:48:47.606200Z 0 [Note] InnoDB: Uses event mutexes
db_1         | 2016-10-27T01:48:47.606217Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
composer_1   | Installing dependencies (including require-dev) from lock file
composer_1   | Nothing to install or update
npm_1        | npm info using npm@3.8.6
db_1         | 2016-10-27T01:48:47.606535Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
composer_1   | Generating autoload files
db_1         | 2016-10-27T01:48:47.606709Z 0 [Note] InnoDB: Using Linux native AIO
npm_1        | npm info using node@v5.12.0
npm_1        | npm info lifecycle simple@~predev: simple@
db_1         | 2016-10-27T01:48:47.607333Z 0 [Note] InnoDB: Number of pools: 1
npm_1        | npm info lifecycle simple@~dev: simple@
db_1         | 2016-10-27T01:48:47.610557Z 0 [Note] InnoDB: Using CPU crc32 instructions
db_1         | 2016-10-27T01:48:47.614219Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
npm_1        |
db_1         | 2016-10-27T01:48:47.623961Z 0 [Note] InnoDB: Completed initialization of buffer pool
npm_1        | > simple@ dev /var/www/html
db_1         | 2016-10-27T01:48:47.626137Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
npm_1        | > gulp
npm_1        |
db_1         | 2016-10-27T01:48:47.674014Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
npm_1        | /var/www/html/gulpfile.js:21
npm_1        | let watching = false;
npm_1        | ^^^
npm_1        |
npm_1        | SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
npm_1        |     at exports.runInThisContext (vm.js:53:16)
db_1         | 2016-10-27T01:48:47.685017Z 0 [Note] InnoDB: Log scan progressed past the checkpoint lsn 13918065
npm_1        |     at Module._compile (module.js:387:25)
db_1         | 2016-10-27T01:48:47.685078Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 13918074
npm_1        |     at Object.Module._extensions..js (module.js:422:10)
db_1         | 2016-10-27T01:48:47.685486Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 13918074
npm_1        |     at Module.load (module.js:357:32)
db_1         | 2016-10-27T01:48:47.685521Z 0 [Note] InnoDB: Database was not shutdown normally!
npm_1        |     at Function.Module._load (module.js:314:12)
db_1         | 2016-10-27T01:48:47.685533Z 0 [Note] InnoDB: Starting crash recovery.
npm_1        |     at Module.require (module.js:367:17)
npm_1        |     at require (internal/module.js:20:19)
npm_1        |     at execute (/usr/local/lib/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js:24:18)
npm_1        |     at Liftoff.handleArguments (/usr/local/lib/node_modules/gulp-cli/index.js:149:63)
npm_1        |     at Liftoff.<anonymous> (/usr/local/lib/node_modules/gulp-cli/node_modules/liftoff/index.js:198:16)
npm_1        |
npm_1        | npm info lifecycle simple@~dev: Failed to exec dev script
npm_1        | npm ERR! Linux 4.4.20-moby
npm_1        | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev"
npm_1        | npm ERR! node v5.12.0
npm_1        | npm ERR! npm  v3.8.6
npm_1        | npm ERR! code ELIFECYCLE
npm_1        | npm ERR! simple@ dev: `gulp`
npm_1        | npm ERR! Exit status 1
npm_1        | npm ERR!
npm_1        | npm ERR! Failed at the simple@ dev script 'gulp'.
npm_1        | npm ERR! Make sure you have the latest version of node.js and npm installed.
npm_1        | npm ERR! If you do, this is most likely a problem with the simple package,
npm_1        | npm ERR! not with npm itself.
npm_1        | npm ERR! Tell the author that this fails on your system:
npm_1        | npm ERR!     gulp
npm_1        | npm ERR! You can get information on how to open an issue for this project with:
npm_1        | npm ERR!     npm bugs simple
npm_1        | npm ERR! Or if that isn't available, you can get their info via:
npm_1        | npm ERR!     npm owner ls simple
npm_1        | npm ERR! There is likely additional logging output above.
npm_1        | npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm_1        |
npm_1        | npm ERR! Please include the following file with any support request:
npm_1        | npm ERR!     /var/www/html/npm-debug.log
db_1         | 2016-10-27T01:48:48.201042Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
db_1         | 2016-10-27T01:48:48.201073Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
db_1         | 2016-10-27T01:48:48.202488Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
db_1         | 2016-10-27T01:48:48.383039Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
db_1         | 2016-10-27T01:48:48.392905Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
db_1         | 2016-10-27T01:48:48.392944Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
db_1         | 2016-10-27T01:48:48.393873Z 0 [Note] InnoDB: Waiting for purge to start
wordpressdocker_composer_1 exited with code 0
db_1         | 2016-10-27T01:48:48.444035Z 0 [Note] InnoDB: 5.7.16 started; log sequence number 13918074
db_1         | 2016-10-27T01:48:48.444504Z 0 [Note] Plugin 'FEDERATED' is disabled.
db_1         | 2016-10-27T01:48:48.447608Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
db_1         | 2016-10-27T01:48:48.506206Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
db_1         | 2016-10-27T01:48:48.507117Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
db_1         | 2016-10-27T01:48:48.507198Z 0 [Note] IPv6 is available.
db_1         | 2016-10-27T01:48:48.507234Z 0 [Note]   - '::' resolves to '::';
db_1         | 2016-10-27T01:48:48.507268Z 0 [Note] Server socket created on IP: '::'.
db_1         | 2016-10-27T01:48:48.659075Z 0 [Note] InnoDB: Buffer pool(s) load completed at 161027  1:48:48
db_1         | 2016-10-27T01:48:48.664693Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1         | 2016-10-27T01:48:48.669418Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
db_1         | 2016-10-27T01:48:48.739201Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1         | 2016-10-27T01:48:49.059005Z 0 [Note] Event Scheduler: Loaded 0 events
db_1         | 2016-10-27T01:48:49.059239Z 0 [Note] mysqld: ready for connections.
db_1         | Version: '5.7.16'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)
wordpressdocker_npm_1 exited with code 1
npm_1        | npm info it worked if it ends with ok
npm_1        | npm info using npm@3.8.6
npm_1        | npm info using node@v5.12.0
npm_1        | npm info lifecycle simple@~predev: simple@
npm_1        | npm info lifecycle simple@~dev: simple@
npm_1        |
npm_1        | > simple@ dev /var/www/html
npm_1        | > gulp
npm_1        |
npm_1        | /var/www/html/gulpfile.js:21
npm_1        | let watching = false;
npm_1        | ^^^
npm_1        |
npm_1        | SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
npm_1        |     at exports.runInThisContext (vm.js:53:16)
npm_1        |     at Module._compile (module.js:387:25)
npm_1        |     at Object.Module._extensions..js (module.js:422:10)
npm_1        |     at Module.load (module.js:357:32)
npm_1        |     at Function.Module._load (module.js:314:12)
npm_1        |     at Module.require (module.js:367:17)
npm_1        |     at require (internal/module.js:20:19)
npm_1        |     at execute (/usr/local/lib/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js:24:18)
npm_1        |     at Liftoff.handleArguments (/usr/local/lib/node_modules/gulp-cli/index.js:149:63)
npm_1        |     at Liftoff.<anonymous> (/usr/local/lib/node_modules/gulp-cli/node_modules/liftoff/index.js:198:16)
npm_1        |
npm_1        | npm info lifecycle simple@~dev: Failed to exec dev script
npm_1        | npm ERR! Linux 4.4.20-moby
npm_1        | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev"
npm_1        | npm ERR! node v5.12.0
npm_1        | npm ERR! npm  v3.8.6
npm_1        | npm ERR! code ELIFECYCLE
npm_1        | npm ERR! simple@ dev: `gulp`
npm_1        | npm ERR! Exit status 1
npm_1        | npm ERR!
npm_1        | npm ERR! Failed at the simple@ dev script 'gulp'.
npm_1        | npm ERR! Make sure you have the latest version of node.js and npm installed.
npm_1        | npm ERR! If you do, this is most likely a problem with the simple package,
npm_1        | npm ERR! not with npm itself.
npm_1        | npm ERR! Tell the author that this fails on your system:
npm_1        | npm ERR!     gulp
npm_1        | npm ERR! You can get information on how to open an issue for this project with:
npm_1        | npm ERR!     npm bugs simple
npm_1        | npm ERR! Or if that isn't available, you can get their info via:
npm_1        | npm ERR!     npm owner ls simple
npm_1        | npm ERR! There is likely additional logging output above.
npm_1        | npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm_1        |
npm_1        | npm ERR! Please include the following file with any support request:
npm_1        | npm ERR!     /var/www/html/npm-debug.log
npm_1        | npm info it worked if it ends with ok
npm_1        | npm info using npm@3.8.6
npm_1        | npm info using node@v5.12.0
npm_1        | npm info lifecycle simple@~predev: simple@
npm_1        | npm info lifecycle simple@~dev: simple@
npm_1        |
npm_1        | > simple@ dev /var/www/html
npm_1        | > gulp
npm_1        |
npm_1        | /var/www/html/gulpfile.js:21
npm_1        | let watching = false;
npm_1        | ^^^
npm_1        |
npm_1        | SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
npm_1        |     at exports.runInThisContext (vm.js:53:16)
npm_1        |     at Module._compile (module.js:387:25)
npm_1        |     at Object.Module._extensions..js (module.js:422:10)
npm_1        |     at Module.load (module.js:357:32)
npm_1        |     at Function.Module._load (module.js:314:12)
npm_1        |     at Module.require (module.js:367:17)
npm_1        |     at require (internal/module.js:20:19)
npm_1        |     at execute (/usr/local/lib/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js:24:18)
npm_1        |     at Liftoff.handleArguments (/usr/local/lib/node_modules/gulp-cli/index.js:149:63)
npm_1        |     at Liftoff.<anonymous> (/usr/local/lib/node_modules/gulp-cli/node_modules/liftoff/index.js:198:16)
npm_1        |
npm_1        | npm info lifecycle simple@~dev: Failed to exec dev script
npm_1        | npm ERR! Linux 4.4.20-moby
npm_1        | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev"
npm_1        | npm ERR! node v5.12.0
npm_1        | npm ERR! npm  v3.8.6
npm_1        | npm ERR! code ELIFECYCLE
npm_1        | npm ERR! simple@ dev: `gulp`
npm_1        | npm ERR! Exit status 1
npm_1        | npm ERR!
npm_1        | npm ERR! Failed at the simple@ dev script 'gulp'.
npm_1        | npm ERR! Make sure you have the latest version of node.js and npm installed.
npm_1        | npm ERR! If you do, this is most likely a problem with the simple package,
npm_1        | npm ERR! not with npm itself.
npm_1        | npm ERR! Tell the author that this fails on your system:
npm_1        | npm ERR!     gulp
npm_1        | npm ERR! You can get information on how to open an issue for this project with:
npm_1        | npm ERR!     npm bugs simple
npm_1        | npm ERR! Or if that isn't available, you can get their info via:
npm_1        | npm ERR!     npm owner ls simple
npm_1        | npm ERR! There is likely additional logging output above.
npm_1        | npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm_1        |
npm_1        | npm ERR! Please include the following file with any support request:
npm_1        | npm ERR!     /var/www/html/npm-debug.log
npm_1        | npm info it worked if it ends with ok
npm_1        | npm info using npm@3.8.6
npm_1        | npm info using node@v5.12.0
npm_1        | npm info lifecycle simple@~predev: simple@
npm_1        | npm info lifecycle simple@~dev: simple@
npm_1        |
npm_1        | > simple@ dev /var/www/html
npm_1        | > gulp
npm_1        |
npm_1        | /var/www/html/gulpfile.js:21
npm_1        | let watching = false;
npm_1        | ^^^
npm_1        |
npm_1        | SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
npm_1        |     at exports.runInThisContext (vm.js:53:16)
npm_1        |     at Module._compile (module.js:387:25)
npm_1        |     at Object.Module._extensions..js (module.js:422:10)
npm_1        |     at Module.load (module.js:357:32)
npm_1        |     at Function.Module._load (module.js:314:12)
npm_1        |     at Module.require (module.js:367:17)
npm_1        |     at require (internal/module.js:20:19)
npm_1        |     at execute (/usr/local/lib/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js:24:18)
npm_1        |     at Liftoff.handleArguments (/usr/local/lib/node_modules/gulp-cli/index.js:149:63)
npm_1        |     at Liftoff.<anonymous> (/usr/local/lib/node_modules/gulp-cli/node_modules/liftoff/index.js:198:16)
npm_1        |
npm_1        | npm info lifecycle simple@~dev: Failed to exec dev script
npm_1        | npm ERR! Linux 4.4.20-moby
npm_1        | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev"
npm_1        | npm ERR! node v5.12.0
npm_1        | npm ERR! npm  v3.8.6
npm_1        | npm ERR! code ELIFECYCLE
npm_1        | npm ERR! simple@ dev: `gulp`
npm_1        | npm ERR! Exit status 1
npm_1        | npm ERR!
npm_1        | npm ERR! Failed at the simple@ dev script 'gulp'.
npm_1        | npm ERR! Make sure you have the latest version of node.js and npm installed.
npm_1        | npm ERR! If you do, this is most likely a problem with the simple package,
npm_1        | npm ERR! not with npm itself.
npm_1        | npm ERR! Tell the author that this fails on your system:
npm_1        | npm ERR!     gulp
npm_1        | npm ERR! You can get information on how to open an issue for this project with:
npm_1        | npm ERR!     npm bugs simple
npm_1        | npm ERR! Or if that isn't available, you can get their info via:
npm_1        | npm ERR!     npm owner ls simple
npm_1        | npm ERR! There is likely additional logging output above.
npm_1        | npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm_1        |
npm_1        | npm ERR! Please include the following file with any support request:
npm_1        | npm ERR!     /var/www/html/npm-debug.log
wordpress_1  | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.5. Set the 'ServerName' directive globally to suppress this message
wordpress_1  | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.5. Set the 'ServerName' directive globally to suppress this message
wordpress_1  | [Thu Oct 27 01:49:11.194658 2016] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.10 (Debian) PHP/5.6.27 configured -- resuming normal operations
wordpress_1  | [Thu Oct 27 01:49:11.194807 2016] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
wordpressdocker_npm_1 exited with code 1
npm_1        | npm info it worked if it ends with ok
npm_1        | npm info using npm@3.8.6
npm_1        | npm info using node@v5.12.0
npm_1        | npm info lifecycle simple@~predev: simple@
npm_1        | npm info lifecycle simple@~dev: simple@
npm_1        |
npm_1        | > simple@ dev /var/www/html
npm_1        | > gulp
npm_1        |
npm_1        | /var/www/html/gulpfile.js:21
npm_1        | let watching = false;
npm_1        | ^^^
npm_1        |
npm_1        | SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
npm_1        |     at exports.runInThisContext (vm.js:53:16)
npm_1        |     at Module._compile (module.js:387:25)
npm_1        |     at Object.Module._extensions..js (module.js:422:10)
npm_1        |     at Module.load (module.js:357:32)
npm_1        |     at Function.Module._load (module.js:314:12)
npm_1        |     at Module.require (module.js:367:17)
npm_1        |     at require (internal/module.js:20:19)
npm_1        |     at execute (/usr/local/lib/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js:24:18)
npm_1        |     at Liftoff.handleArguments (/usr/local/lib/node_modules/gulp-cli/index.js:149:63)
npm_1        |     at Liftoff.<anonymous> (/usr/local/lib/node_modules/gulp-cli/node_modules/liftoff/index.js:198:16)
npm_1        |
npm_1        | npm info lifecycle simple@~dev: Failed to exec dev script
npm_1        | npm ERR! Linux 4.4.20-moby
npm_1        | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev"
npm_1        | npm ERR! node v5.12.0
npm_1        | npm ERR! npm  v3.8.6
npm_1        | npm ERR! code ELIFECYCLE
npm_1        | npm ERR! simple@ dev: `gulp`
npm_1        | npm ERR! Exit status 1
npm_1        | npm ERR!
npm_1        | npm ERR! Failed at the simple@ dev script 'gulp'.
npm_1        | npm ERR! Make sure you have the latest version of node.js and npm installed.
npm_1        | npm ERR! If you do, this is most likely a problem with the simple package,
npm_1        | npm ERR! not with npm itself.
npm_1        | npm ERR! Tell the author that this fails on your system:
npm_1        | npm ERR!     gulp
npm_1        | npm ERR! You can get information on how to open an issue for this project with:
npm_1        | npm ERR!     npm bugs simple
npm_1        | npm ERR! Or if that isn't available, you can get their info via:
npm_1        | npm ERR!     npm owner ls simple
npm_1        | npm ERR! There is likely additional logging output above.
npm_1        | npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm_1        |
npm_1        | npm ERR! Please include the following file with any support request:
npm_1        | npm ERR!     /var/www/html/npm-debug.log
npm_1        | npm info it worked if it ends with ok
npm_1        | npm info using npm@3.8.6
npm_1        | npm info using node@v5.12.0
npm_1        | npm info lifecycle simple@~predev: simple@
npm_1        | npm info lifecycle simple@~dev: simple@
npm_1        |
npm_1        | > simple@ dev /var/www/html
npm_1        | > gulp
npm_1        |
npm_1        | /var/www/html/gulpfile.js:21
npm_1        | let watching = false;
npm_1        | ^^^
npm_1        |
npm_1        | SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
npm_1        |     at exports.runInThisContext (vm.js:53:16)
npm_1        |     at Module._compile (module.js:387:25)
npm_1        |     at Object.Module._extensions..js (module.js:422:10)
npm_1        |     at Module.load (module.js:357:32)
npm_1        |     at Function.Module._load (module.js:314:12)
npm_1        |     at Module.require (module.js:367:17)
npm_1        |     at require (internal/module.js:20:19)
npm_1        |     at execute (/usr/local/lib/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js:24:18)
npm_1        |     at Liftoff.handleArguments (/usr/local/lib/node_modules/gulp-cli/index.js:149:63)
npm_1        |     at Liftoff.<anonymous> (/usr/local/lib/node_modules/gulp-cli/node_modules/liftoff/index.js:198:16)
npm_1        |
npm_1        | npm info lifecycle simple@~dev: Failed to exec dev script
npm_1        | npm ERR! Linux 4.4.20-moby
npm_1        | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev"
npm_1        | npm ERR! node v5.12.0
npm_1        | npm ERR! npm  v3.8.6
npm_1        | npm ERR! code ELIFECYCLE
npm_1        | npm ERR! simple@ dev: `gulp`
npm_1        | npm ERR! Exit status 1
npm_1        | npm ERR!
npm_1        | npm ERR! Failed at the simple@ dev script 'gulp'.
npm_1        | npm ERR! Make sure you have the latest version of node.js and npm installed.
npm_1        | npm ERR! If you do, this is most likely a problem with the simple package,
npm_1        | npm ERR! not with npm itself.
npm_1        | npm ERR! Tell the author that this fails on your system:
npm_1        | npm ERR!     gulp
npm_1        | npm ERR! You can get information on how to open an issue for this project with:
npm_1        | npm ERR!     npm bugs simple
npm_1        | npm ERR! Or if that isn't available, you can get their info via:
npm_1        | npm ERR!     npm owner ls simple
npm_1        | npm ERR! There is likely additional logging output above.
npm_1        | npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm_1        |
npm_1        | npm ERR! Please include the following file with any support request:
npm_1        | npm ERR!     /var/www/html/npm-debug.log
npm_1        | npm info it worked if it ends with ok
npm_1        | npm info using npm@3.8.6
npm_1        | npm info using node@v5.12.0
npm_1        | npm info lifecycle simple@~predev: simple@
npm_1        | npm info lifecycle simple@~dev: simple@
npm_1        |
npm_1        | > simple@ dev /var/www/html
npm_1        | > gulp
npm_1        |
npm_1        | /var/www/html/gulpfile.js:21
npm_1        | let watching = false;
npm_1        | ^^^
npm_1        |
npm_1        | SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
npm_1        |     at exports.runInThisContext (vm.js:53:16)
npm_1        |     at Module._compile (module.js:387:25)
npm_1        |     at Object.Module._extensions..js (module.js:422:10)
npm_1        |     at Module.load (module.js:357:32)
npm_1        |     at Function.Module._load (module.js:314:12)
npm_1        |     at Module.require (module.js:367:17)
npm_1        |     at require (internal/module.js:20:19)
npm_1        |     at execute (/usr/local/lib/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js:24:18)
npm_1        |     at Liftoff.handleArguments (/usr/local/lib/node_modules/gulp-cli/index.js:149:63)
npm_1        |     at Liftoff.<anonymous> (/usr/local/lib/node_modules/gulp-cli/node_modules/liftoff/index.js:198:16)
npm_1        |
npm_1        | npm info lifecycle simple@~dev: Failed to exec dev script
npm_1        | npm ERR! Linux 4.4.20-moby
npm_1        | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev"
npm_1        | npm ERR! node v5.12.0
npm_1        | npm ERR! npm  v3.8.6
npm_1        | npm ERR! code ELIFECYCLE
npm_1        | npm ERR! simple@ dev: `gulp`
npm_1        | npm ERR! Exit status 1
npm_1        | npm ERR!
npm_1        | npm ERR! Failed at the simple@ dev script 'gulp'.
npm_1        | npm ERR! Make sure you have the latest version of node.js and npm installed.
npm_1        | npm ERR! If you do, this is most likely a problem with the simple package,
npm_1        | npm ERR! not with npm itself.
npm_1        | npm ERR! Tell the author that this fails on your system:
npm_1        | npm ERR!     gulp
npm_1        | npm ERR! You can get information on how to open an issue for this project with:
npm_1        | npm ERR!     npm bugs simple
npm_1        | npm ERR! Or if that isn't available, you can get their info via:
npm_1        | npm ERR!     npm owner ls simple
npm_1        | npm ERR! There is likely additional logging output above.
npm_1        | npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm_1        |
npm_1        | npm ERR! Please include the following file with any support request:
npm_1        | npm ERR!     /var/www/html/npm-debug.log
npm_1        | npm info it worked if it ends with ok
npm_1        | npm info using npm@3.8.6
npm_1        | npm info using node@v5.12.0
npm_1        | npm info lifecycle simple@~predev: simple@
npm_1        | npm info lifecycle simple@~dev: simple@
npm_1        |
npm_1        | > simple@ dev /var/www/html
npm_1        | > gulp
npm_1        |
npm_1        | /var/www/html/gulpfile.js:21
npm_1        | let watching = false;
npm_1        | ^^^
npm_1        |
npm_1        | SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
npm_1        |     at exports.runInThisContext (vm.js:53:16)
npm_1        |     at Module._compile (module.js:387:25)
npm_1        |     at Object.Module._extensions..js (module.js:422:10)
npm_1        |     at Module.load (module.js:357:32)
npm_1        |     at Function.Module._load (module.js:314:12)
npm_1        |     at Module.require (module.js:367:17)
npm_1        |     at require (internal/module.js:20:19)
npm_1        |     at execute (/usr/local/lib/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js:24:18)
npm_1        |     at Liftoff.handleArguments (/usr/local/lib/node_modules/gulp-cli/index.js:149:63)
npm_1        |     at Liftoff.<anonymous> (/usr/local/lib/node_modules/gulp-cli/node_modules/liftoff/index.js:198:16)
npm_1        |
npm_1        | npm info lifecycle simple@~dev: Failed to exec dev script
npm_1        | npm ERR! Linux 4.4.20-moby
npm_1        | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev"
npm_1        | npm ERR! node v5.12.0
npm_1        | npm ERR! npm  v3.8.6
npm_1        | npm ERR! code ELIFECYCLE
npm_1        | npm ERR! simple@ dev: `gulp`
npm_1        | npm ERR! Exit status 1
npm_1        | npm ERR!
npm_1        | npm ERR! Failed at the simple@ dev script 'gulp'.
npm_1        | npm ERR! Make sure you have the latest version of node.js and npm installed.
npm_1        | npm ERR! If you do, this is most likely a problem with the simple package,
npm_1        | npm ERR! not with npm itself.
npm_1        | npm ERR! Tell the author that this fails on your system:
npm_1        | npm ERR!     gulp
npm_1        | npm ERR! You can get information on how to open an issue for this project with:
npm_1        | npm ERR!     npm bugs simple
npm_1        | npm ERR! Or if that isn't available, you can get their info via:
npm_1        | npm ERR!     npm owner ls simple
npm_1        | npm ERR! There is likely additional logging output above.
npm_1        | npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm_1        |
npm_1        | npm ERR! Please include the following file with any support request:
npm_1        | npm ERR!     /var/www/html/npm-debug.log
npm_1        | npm info it worked if it ends with ok
npm_1        | npm info using npm@3.8.6
npm_1        | npm info using node@v5.12.0
npm_1        | npm info lifecycle simple@~predev: simple@
npm_1        | npm info lifecycle simple@~dev: simple@
npm_1        |
npm_1        | > simple@ dev /var/www/html
npm_1        | > gulp
npm_1        |
npm_1        | /var/www/html/gulpfile.js:21
npm_1        | let watching = false;
npm_1        | ^^^
npm_1        |
npm_1        | SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
npm_1        |     at exports.runInThisContext (vm.js:53:16)
npm_1        |     at Module._compile (module.js:387:25)
npm_1        |     at Object.Module._extensions..js (module.js:422:10)
npm_1        |     at Module.load (module.js:357:32)
npm_1        |     at Function.Module._load (module.js:314:12)
npm_1        |     at Module.require (module.js:367:17)
npm_1        |     at require (internal/module.js:20:19)
npm_1        |     at execute (/usr/local/lib/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js:24:18)
npm_1        |     at Liftoff.handleArguments (/usr/local/lib/node_modules/gulp-cli/index.js:149:63)
npm_1        |     at Liftoff.<anonymous> (/usr/local/lib/node_modules/gulp-cli/node_modules/liftoff/index.js:198:16)
npm_1        |
npm_1        | npm info lifecycle simple@~dev: Failed to exec dev script
npm_1        | npm ERR! Linux 4.4.20-moby
npm_1        | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev"
npm_1        | npm ERR! node v5.12.0
npm_1        | npm ERR! npm  v3.8.6
npm_1        | npm ERR! code ELIFECYCLE
npm_1        | npm ERR! simple@ dev: `gulp`
npm_1        | npm ERR! Exit status 1
npm_1        | npm ERR!
npm_1        | npm ERR! Failed at the simple@ dev script 'gulp'.
npm_1        | npm ERR! Make sure you have the latest version of node.js and npm installed.
npm_1        | npm ERR! If you do, this is most likely a problem with the simple package,
npm_1        | npm ERR! not with npm itself.
npm_1        | npm ERR! Tell the author that this fails on your system:
npm_1        | npm ERR!     gulp
npm_1        | npm ERR! You can get information on how to open an issue for this project with:
npm_1        | npm ERR!     npm bugs simple
npm_1        | npm ERR! Or if that isn't available, you can get their info via:
npm_1        | npm ERR!     npm owner ls simple
npm_1        | npm ERR! There is likely additional logging output above.
npm_1        | npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm_1        |
npm_1        | npm ERR! Please include the following file with any support request:
npm_1        | npm ERR!     /var/www/html/npm-debug.log
wordpressdocker_npm_1 exited with code 1
npm_1        | npm info it worked if it ends with ok
npm_1        | npm info using npm@3.8.6
npm_1        | npm info using node@v5.12.0
npm_1        | npm info lifecycle simple@~predev: simple@
npm_1        | npm info lifecycle simple@~dev: simple@
npm_1        |
npm_1        | > simple@ dev /var/www/html
npm_1        | > gulp
npm_1        |
npm_1        | /var/www/html/gulpfile.js:21
npm_1        | let watching = false;
npm_1        | ^^^
npm_1        |
npm_1        | SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
npm_1        |     at exports.runInThisContext (vm.js:53:16)
npm_1        |     at Module._compile (module.js:387:25)
npm_1        |     at Object.Module._extensions..js (module.js:422:10)
npm_1        |     at Module.load (module.js:357:32)
npm_1        |     at Function.Module._load (module.js:314:12)
npm_1        |     at Module.require (module.js:367:17)
npm_1        |     at require (internal/module.js:20:19)
npm_1        |     at execute (/usr/local/lib/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js:24:18)
npm_1        |     at Liftoff.handleArguments (/usr/local/lib/node_modules/gulp-cli/index.js:149:63)
npm_1        |     at Liftoff.<anonymous> (/usr/local/lib/node_modules/gulp-cli/node_modules/liftoff/index.js:198:16)
npm_1        |
npm_1        | npm info lifecycle simple@~dev: Failed to exec dev script
npm_1        | npm ERR! Linux 4.4.20-moby
npm_1        | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev"
npm_1        | npm ERR! node v5.12.0
npm_1        | npm ERR! npm  v3.8.6
npm_1        | npm ERR! code ELIFECYCLE
npm_1        | npm ERR! simple@ dev: `gulp`
npm_1        | npm ERR! Exit status 1
npm_1        | npm ERR!
npm_1        | npm ERR! Failed at the simple@ dev script 'gulp'.
npm_1        | npm ERR! Make sure you have the latest version of node.js and npm installed.
npm_1        | npm ERR! If you do, this is most likely a problem with the simple package,
npm_1        | npm ERR! not with npm itself.
npm_1        | npm ERR! Tell the author that this fails on your system:
npm_1        | npm ERR!     gulp
npm_1        | npm ERR! You can get information on how to open an issue for this project with:
npm_1        | npm ERR!     npm bugs simple
npm_1        | npm ERR! Or if that isn't available, you can get their info via:
npm_1        | npm ERR!     npm owner ls simple
npm_1        | npm ERR! There is likely additional logging output above.
npm_1        | npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm_1        |
npm_1        | npm ERR! Please include the following file with any support request:
npm_1        | npm ERR!     /var/www/html/npm-debug.log
npm_1        | npm info it worked if it ends with ok
npm_1        | npm info using npm@3.8.6
npm_1        | npm info using node@v5.12.0
npm_1        | npm info lifecycle simple@~predev: simple@
npm_1        | npm info lifecycle simple@~dev: simple@
npm_1        |
npm_1        | > simple@ dev /var/www/html
npm_1        | > gulp
npm_1        |
npm_1        | /var/www/html/gulpfile.js:21
npm_1        | let watching = false;
npm_1        | ^^^
npm_1        |
npm_1        | SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
npm_1        |     at exports.runInThisContext (vm.js:53:16)
npm_1        |     at Module._compile (module.js:387:25)
npm_1        |     at Object.Module._extensions..js (module.js:422:10)
npm_1        |     at Module.load (module.js:357:32)
npm_1        |     at Function.Module._load (module.js:314:12)
npm_1        |     at Module.require (module.js:367:17)
npm_1        |     at require (internal/module.js:20:19)
npm_1        |     at execute (/usr/local/lib/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js:24:18)
npm_1        |     at Liftoff.handleArguments (/usr/local/lib/node_modules/gulp-cli/index.js:149:63)
npm_1        |     at Liftoff.<anonymous> (/usr/local/lib/node_modules/gulp-cli/node_modules/liftoff/index.js:198:16)
npm_1        |
npm_1        | npm info lifecycle simple@~dev: Failed to exec dev script
npm_1        | npm ERR! Linux 4.4.20-moby
npm_1        | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev"
npm_1        | npm ERR! node v5.12.0
npm_1        | npm ERR! npm  v3.8.6
npm_1        | npm ERR! code ELIFECYCLE
npm_1        | npm ERR! simple@ dev: `gulp`
npm_1        | npm ERR! Exit status 1
npm_1        | npm ERR!
npm_1        | npm ERR! Failed at the simple@ dev script 'gulp'.
npm_1        | npm ERR! Make sure you have the latest version of node.js and npm installed.
npm_1        | npm ERR! If you do, this is most likely a problem with the simple package,
npm_1        | npm ERR! not with npm itself.
npm_1        | npm ERR! Tell the author that this fails on your system:
npm_1        | npm ERR!     gulp
npm_1        | npm ERR! You can get information on how to open an issue for this project with:
npm_1        | npm ERR!     npm bugs simple
npm_1        | npm ERR! Or if that isn't available, you can get their info via:
npm_1        | npm ERR!     npm owner ls simple
npm_1        | npm ERR! There is likely additional logging output above.
npm_1        | npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm_1        |
npm_1        | npm ERR! Please include the following file with any support request:
npm_1        | npm ERR!     /var/www/html/npm-debug.log
npm_1        | npm info it worked if it ends with ok
npm_1        | npm info using npm@3.8.6
npm_1        | npm info using node@v5.12.0
npm_1        | npm info lifecycle simple@~predev: simple@
npm_1        | npm info lifecycle simple@~dev: simple@
npm_1        |
npm_1        | > simple@ dev /var/www/html
npm_1        | > gulp
npm_1        |
npm_1        | /var/www/html/gulpfile.js:21
npm_1        | let watching = false;
npm_1        | ^^^
npm_1        |
npm_1        | SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
npm_1        |     at exports.runInThisContext (vm.js:53:16)
npm_1        |     at Module._compile (module.js:387:25)
npm_1        |     at Object.Module._extensions..js (module.js:422:10)
npm_1        |     at Module.load (module.js:357:32)
npm_1        |     at Function.Module._load (module.js:314:12)
npm_1        |     at Module.require (module.js:367:17)
npm_1        |     at require (internal/module.js:20:19)
npm_1        |     at execute (/usr/local/lib/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js:24:18)
npm_1        |     at Liftoff.handleArguments (/usr/local/lib/node_modules/gulp-cli/index.js:149:63)
npm_1        |     at Liftoff.<anonymous> (/usr/local/lib/node_modules/gulp-cli/node_modules/liftoff/index.js:198:16)
npm_1        |
npm_1        | npm info lifecycle simple@~dev: Failed to exec dev script
npm_1        | npm ERR! Linux 4.4.20-moby
npm_1        | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev"
npm_1        | npm ERR! node v5.12.0
npm_1        | npm ERR! npm  v3.8.6
npm_1        | npm ERR! code ELIFECYCLE
npm_1        | npm ERR! simple@ dev: `gulp`
npm_1        | npm ERR! Exit status 1
npm_1        | npm ERR!
npm_1        | npm ERR! Failed at the simple@ dev script 'gulp'.
npm_1        | npm ERR! Make sure you have the latest version of node.js and npm installed.
npm_1        | npm ERR! If you do, this is most likely a problem with the simple package,
npm_1        | npm ERR! not with npm itself.
npm_1        | npm ERR! Tell the author that this fails on your system:
npm_1        | npm ERR!     gulp
npm_1        | npm ERR! You can get information on how to open an issue for this project with:
npm_1        | npm ERR!     npm bugs simple
npm_1        | npm ERR! Or if that isn't available, you can get their info via:
npm_1        | npm ERR!     npm owner ls simple
npm_1        | npm ERR! There is likely additional logging output above.
npm_1        | npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm_1        |
npm_1        | npm ERR! Please include the following file with any support request:
npm_1        | npm ERR!     /var/www/html/npm-debug.log
npm_1        | npm info it worked if it ends with ok
npm_1        | npm info using npm@3.8.6
npm_1        | npm info using node@v5.12.0
npm_1        | npm info lifecycle simple@~predev: simple@
npm_1        | npm info lifecycle simple@~dev: simple@
npm_1        |
npm_1        | > simple@ dev /var/www/html
npm_1        | > gulp
npm_1        |
npm_1        | /var/www/html/gulpfile.js:21
npm_1        | let watching = false;
npm_1        | ^^^
npm_1        |
npm_1        | SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
npm_1        |     at exports.runInThisContext (vm.js:53:16)
npm_1        |     at Module._compile (module.js:387:25)
npm_1        |     at Object.Module._extensions..js (module.js:422:10)
npm_1        |     at Module.load (module.js:357:32)
npm_1        |     at Function.Module._load (module.js:314:12)
npm_1        |     at Module.require (module.js:367:17)
npm_1        |     at require (internal/module.js:20:19)
npm_1        |     at execute (/usr/local/lib/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js:24:18)
npm_1        |     at Liftoff.handleArguments (/usr/local/lib/node_modules/gulp-cli/index.js:149:63)
npm_1        |     at Liftoff.<anonymous> (/usr/local/lib/node_modules/gulp-cli/node_modules/liftoff/index.js:198:16)
npm_1        |
npm_1        | npm info lifecycle simple@~dev: Failed to exec dev script
npm_1        | npm ERR! Linux 4.4.20-moby
npm_1        | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev"
npm_1        | npm ERR! node v5.12.0
npm_1        | npm ERR! npm  v3.8.6
npm_1        | npm ERR! code ELIFECYCLE
npm_1        | npm ERR! simple@ dev: `gulp`
npm_1        | npm ERR! Exit status 1
npm_1        | npm ERR!
npm_1        | npm ERR! Failed at the simple@ dev script 'gulp'.
npm_1        | npm ERR! Make sure you have the latest version of node.js and npm installed.
npm_1        | npm ERR! If you do, this is most likely a problem with the simple package,
npm_1        | npm ERR! not with npm itself.
npm_1        | npm ERR! Tell the author that this fails on your system:
npm_1        | npm ERR!     gulp
npm_1        | npm ERR! You can get information on how to open an issue for this project with:
npm_1        | npm ERR!     npm bugs simple
npm_1        | npm ERR! Or if that isn't available, you can get their info via:
npm_1        | npm ERR!     npm owner ls simple
npm_1        | npm ERR! There is likely additional logging output above.
npm_1        | npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm_1        |
npm_1        | npm ERR! Please include the following file with any support request:
npm_1        | npm ERR!     /var/www/html/npm-debug.log
npm_1        | npm info it worked if it ends with ok
npm_1        | npm info using npm@3.8.6
npm_1        | npm info using node@v5.12.0
npm_1        | npm info lifecycle simple@~predev: simple@
npm_1        | npm info lifecycle simple@~dev: simple@
npm_1        |
npm_1        | > simple@ dev /var/www/html
npm_1        | > gulp
npm_1        |
npm_1        | /var/www/html/gulpfile.js:21
npm_1        | let watching = false;
npm_1        | ^^^
npm_1        |
npm_1        | SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
npm_1        |     at exports.runInThisContext (vm.js:53:16)
npm_1        |     at Module._compile (module.js:387:25)
npm_1        |     at Object.Module._extensions..js (module.js:422:10)
npm_1        |     at Module.load (module.js:357:32)
npm_1        |     at Function.Module._load (module.js:314:12)
npm_1        |     at Module.require (module.js:367:17)
npm_1        |     at require (internal/module.js:20:19)
npm_1        |     at execute (/usr/local/lib/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js:24:18)
npm_1        |     at Liftoff.handleArguments (/usr/local/lib/node_modules/gulp-cli/index.js:149:63)
npm_1        |     at Liftoff.<anonymous> (/usr/local/lib/node_modules/gulp-cli/node_modules/liftoff/index.js:198:16)
npm_1        |
npm_1        | npm info lifecycle simple@~dev: Failed to exec dev script
npm_1        | npm ERR! Linux 4.4.20-moby
npm_1        | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev"
npm_1        | npm ERR! node v5.12.0
npm_1        | npm ERR! npm  v3.8.6
npm_1        | npm ERR! code ELIFECYCLE
npm_1        | npm ERR! simple@ dev: `gulp`
npm_1        | npm ERR! Exit status 1
npm_1        | npm ERR!
npm_1        | npm ERR! Failed at the simple@ dev script 'gulp'.
npm_1        | npm ERR! Make sure you have the latest version of node.js and npm installed.
npm_1        | npm ERR! If you do, this is most likely a problem with the simple package,
npm_1        | npm ERR! not with npm itself.
npm_1        | npm ERR! Tell the author that this fails on your system:
npm_1        | npm ERR!     gulp
npm_1        | npm ERR! You can get information on how to open an issue for this project with:
npm_1        | npm ERR!     npm bugs simple
npm_1        | npm ERR! Or if that isn't available, you can get their info via:
npm_1        | npm ERR!     npm owner ls simple
npm_1        | npm ERR! There is likely additional logging output above.
npm_1        | npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm_1        |
npm_1        | npm ERR! Please include the following file with any support request:
npm_1        | npm ERR!     /var/www/html/npm-debug.log
npm_1        | npm info it worked if it ends with ok
npm_1        | npm info using npm@3.8.6
npm_1        | npm info using node@v5.12.0
npm_1        | npm info lifecycle simple@~predev: simple@
npm_1        | npm info lifecycle simple@~dev: simple@
npm_1        |
npm_1        | > simple@ dev /var/www/html
npm_1        | > gulp
npm_1        |
npm_1        | /var/www/html/gulpfile.js:21
npm_1        | let watching = false;
npm_1        | ^^^
npm_1        |
npm_1        | SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
npm_1        |     at exports.runInThisContext (vm.js:53:16)
npm_1        |     at Module._compile (module.js:387:25)
npm_1        |     at Object.Module._extensions..js (module.js:422:10)
npm_1        |     at Module.load (module.js:357:32)
npm_1        |     at Function.Module._load (module.js:314:12)
npm_1        |     at Module.require (module.js:367:17)
npm_1        |     at require (internal/module.js:20:19)
npm_1        |     at execute (/usr/local/lib/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js:24:18)
npm_1        |     at Liftoff.handleArguments (/usr/local/lib/node_modules/gulp-cli/index.js:149:63)
npm_1        |     at Liftoff.<anonymous> (/usr/local/lib/node_modules/gulp-cli/node_modules/liftoff/index.js:198:16)
npm_1        |
npm_1        | npm info lifecycle simple@~dev: Failed to exec dev script
npm_1        | npm ERR! Linux 4.4.20-moby
npm_1        | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev"
npm_1        | npm ERR! node v5.12.0
npm_1        | npm ERR! npm  v3.8.6
npm_1        | npm ERR! code ELIFECYCLE
npm_1        | npm ERR! simple@ dev: `gulp`
npm_1        | npm ERR! Exit status 1
npm_1        | npm ERR!
npm_1        | npm ERR! Failed at the simple@ dev script 'gulp'.
npm_1        | npm ERR! Make sure you have the latest version of node.js and npm installed.
npm_1        | npm ERR! If you do, this is most likely a problem with the simple package,
npm_1        | npm ERR! not with npm itself.
npm_1        | npm ERR! Tell the author that this fails on your system:
npm_1        | npm ERR!     gulp
npm_1        | npm ERR! You can get information on how to open an issue for this project with:
npm_1        | npm ERR!     npm bugs simple
npm_1        | npm ERR! Or if that isn't available, you can get their info via:
npm_1        | npm ERR!     npm owner ls simple
npm_1        | npm ERR! There is likely additional logging output above.
npm_1        | npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm_1        |
npm_1        | npm ERR! Please include the following file with any support request:
npm_1        | npm ERR!     /var/www/html/npm-debug.log
npm_1        | npm info it worked if it ends with ok
npm_1        | npm info using npm@3.8.6
npm_1        | npm info using node@v5.12.0
npm_1        | npm info lifecycle simple@~predev: simple@
npm_1        | npm info lifecycle simple@~dev: simple@
npm_1        |
npm_1        | > simple@ dev /var/www/html
npm_1        | > gulp
npm_1        |
npm_1        | /var/www/html/gulpfile.js:21
npm_1        | let watching = false;
npm_1        | ^^^
npm_1        |
npm_1        | SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
npm_1        |     at exports.runInThisContext (vm.js:53:16)
npm_1        |     at Module._compile (module.js:387:25)
npm_1        |     at Object.Module._extensions..js (module.js:422:10)
npm_1        |     at Module.load (module.js:357:32)
npm_1        |     at Function.Module._load (module.js:314:12)
npm_1        |     at Module.require (module.js:367:17)
npm_1        |     at require (internal/module.js:20:19)
npm_1        |     at execute (/usr/local/lib/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js:24:18)
npm_1        |     at Liftoff.handleArguments (/usr/local/lib/node_modules/gulp-cli/index.js:149:63)
npm_1        |     at Liftoff.<anonymous> (/usr/local/lib/node_modules/gulp-cli/node_modules/liftoff/index.js:198:16)
npm_1        |
npm_1        | npm info lifecycle simple@~dev: Failed to exec dev script
npm_1        | npm ERR! Linux 4.4.20-moby
npm_1        | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev"
npm_1        | npm ERR! node v5.12.0
npm_1        | npm ERR! npm  v3.8.6
npm_1        | npm ERR! code ELIFECYCLE
npm_1        | npm ERR! simple@ dev: `gulp`
npm_1        | npm ERR! Exit status 1
npm_1        | npm ERR!
npm_1        | npm ERR! Failed at the simple@ dev script 'gulp'.
npm_1        | npm ERR! Make sure you have the latest version of node.js and npm installed.
npm_1        | npm ERR! If you do, this is most likely a problem with the simple package,
npm_1        | npm ERR! not with npm itself.
npm_1        | npm ERR! Tell the author that this fails on your system:
npm_1        | npm ERR!     gulp
npm_1        | npm ERR! You can get information on how to open an issue for this project with:
npm_1        | npm ERR!     npm bugs simple
npm_1        | npm ERR! Or if that isn't available, you can get their info via:
npm_1        | npm ERR!     npm owner ls simple
npm_1        | npm ERR! There is likely additional logging output above.
npm_1        | npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm_1        |
npm_1        | npm ERR! Please include the following file with any support request:
npm_1        | npm ERR!     /var/www/html/npm-debug.log
wordpressdocker_npm_1 exited with code 1
joesepi commented 7 years ago

No longer an issue.