project-humix / humix-think

The Cloud Brain of Humix Framework
13 stars 12 forks source link

deploy error #12

Open ibmgcgmikechang opened 7 years ago

ibmgcgmikechang commented 7 years ago

2017-05-07T15:29:03.16+0800 [STG/0] OUT node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.2/bcrypt_lib-v1.0.2-node-v46-linux-x64.tar.gz 2017-05-07T15:29:03.16+0800 [STG/0] OUT node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.2 and node@4.8.0 (node-v46 ABI) (falling back to source compile with node-gyp) 2017-05-07T15:30:00.39+0800 [CELL/0] OUT Successfully created container 2017-05-07T15:30:08.30+0800 [APP/0] ERR ^ 2017-05-07T15:30:08.30+0800 [APP/0] ERR Error: Cannot find module 'bluebird' 2017-05-07T15:30:08.30+0800 [APP/0] ERR at Function.Module._load (module.js:276:25) 2017-05-07T15:30:08.30+0800 [APP/0] ERR at Module.require (module.js:353:17) 2017-05-07T15:30:08.30+0800 [APP/0] ERR at Object. (/home/vcap/app/server/lib/storage/redis.js:2:15) 2017-05-07T15:30:08.30+0800 [APP/0] ERR at Module._compile (module.js:409:26) 2017-05-07T15:30:08.30+0800 [APP/0] ERR at Object.Module._extensions..js (module.js:416:10) 2017-05-07T15:30:08.30+0800 [APP/0] ERR at Function.Module._load (module.js:300:12) 2017-05-07T15:30:08.30+0800 [APP/0] ERR at Module.require (module.js:353:17) 2017-05-07T15:30:08.30+0800 [APP/0] ERR at require (internal/module.js:12:17) 2017-05-07T15:30:08.30+0800 [APP/0] ERR at Module._compile (module.js:409:26) 2017-05-07T15:30:08.30+0800 [APP/0] ERR at Object.Module._extensions..js (module.js:416:10) 2017-05-07T15:30:08.30+0800 [APP/0] ERR at Module.load (module.js:343:32) 2017-05-07T15:30:08.30+0800 [APP/0] ERR at Function.Module._load (module.js:300:12)

jeffffrey commented 7 years ago

Are you trying to deploy on bluemix ? or locally ?

ibmgcgmikechang commented 7 years ago

the error when i deploy to bluemix using Mac console.  but i don't revise humix-settings.js file   ----- Original message -----From: Jeffrey Liu notifications@github.comTo: project-humix/humix-think humix-think@noreply.github.comCc: ibmgcgmikechang mjchang@tw.ibm.com, Author author@noreply.github.comSubject: Re: [project-humix/humix-think] deploy error (#12)Date: Sun, May 7, 2017 4:46 PM  Are you trying to deploy on bluemix ? or locally ? —You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

 

jeffffrey commented 7 years ago

ae76faab316a8f72808689f82dd5e095eed1b236 should fix a port problem.

When deploying to bluemix, you need to update the humix-settings.js with two changes

  1. set location to 'bluemix'
  2. use 'couch' as storage.

Please give it a try and let me know if that works for you.

ibmgcgmikechang commented 7 years ago

Hi Jeffry,   I still got error when built it in below.  

bcrypt@1.0.2 install /tmp/app/node_modules/bcrypt       > node-pre-gyp install --fallback-to-build              node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.2/bcrypt_lib-v1.0.2-node-v48-linux-x64.tar.gz       node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.2 and node@6.10.2 (node-v48 ABI) (falling back to source compile with node-gyp)   Retrieving logs for app mikehumixbot in org mjchang_org / space humix as mjchang@tw.ibm.com... 2017-05-21T11:07:48.22+0800 [STG/0] OUT Downloading dotnet-core_v1_0_13-20170330-1023...2017-05-21T11:07:48.22+0800 [STG/0] OUT Downloading python_buildpack...2017-05-21T11:07:48.22+0800 [STG/0] OUT Downloading liberty-for-java...2017-05-21T11:07:48.23+0800 [STG/0] OUT Downloading liberty-for-java_v3_8-20170308-1507...2017-05-21T11:07:48.24+0800 [STG/0] OUT Downloaded sdk-for-nodejs2017-05-21T11:07:48.24+0800 [STG/0] OUT Downloaded dotnet-core_v1_0_13-20170330-10232017-05-21T11:07:48.24+0800 [STG/0] OUT Downloading php_buildpack...2017-05-21T11:07:48.24+0800 [STG/0] OUT Downloaded python_buildpack2017-05-21T11:07:48.24+0800 [STG/0] OUT Downloading staticfile_buildpack...2017-05-21T11:07:48.25+0800 [STG/0] OUT Downloading binary_buildpack...2017-05-21T11:07:48.25+0800 [STG/0] OUT Downloaded liberty-for-java2017-05-21T11:07:48.26+0800 [STG/0] OUT Downloaded binary_buildpack2017-05-21T11:07:48.26+0800 [STG/0] OUT Downloading nodejs_buildpack...2017-05-21T11:07:48.27+0800 [STG/0] OUT Downloaded staticfile_buildpack2017-05-21T11:07:48.27+0800 [STG/0] OUT Downloading dotnet-core...2017-05-21T11:07:48.27+0800 [STG/0] OUT Downloaded liberty-for-java_v3_7-20170118-20462017-05-21T11:07:48.28+0800 [STG/0] OUT Downloaded php_buildpack2017-05-21T11:07:48.28+0800 [STG/0] OUT Downloading noop-buildpack...2017-05-21T11:07:48.28+0800 [STG/0] OUT Downloaded xpages_buildpack2017-05-21T11:07:48.28+0800 [STG/0] OUT Downloading java_buildpack...2017-05-21T11:07:48.29+0800 [STG/0] OUT Downloaded dotnet-core2017-05-21T11:07:48.30+0800 [STG/0] OUT Downloaded swift_buildpack2017-05-21T11:07:48.30+0800 [STG/0] OUT Downloading sdk-for-nodejs_v3_11-20170303-1144...2017-05-21T11:07:48.30+0800 [STG/0] OUT Downloaded java_buildpack2017-05-21T11:07:48.31+0800 [STG/0] OUT Downloaded ruby_buildpack2017-05-21T11:07:48.32+0800 [STG/0] OUT Downloaded go_buildpack2017-05-21T11:07:48.32+0800 [STG/0] OUT Downloaded sdk-for-nodejs_v3_11-20170303-11442017-05-21T11:08:03.03+0800 [STG/0] OUT Downloading app package...2017-05-21T11:08:03.45+0800 [STG/0] OUT Downloaded app package (1.4M)2017-05-21T11:08:03.45+0800 [STG/0] OUT Staging...2017-05-21T11:08:05.17+0800 [STG/0] OUT        Based on Cloud Foundry Node.js Buildpack v1.5.242017-05-21T11:08:05.17+0800 [STG/0] OUT -----> Creating runtime environment2017-05-21T11:08:05.18+0800 [STG/0] OUT        2017-05-21T11:08:05.21+0800 [STG/0] OUT        NPM_CONFIG_PRODUCTION=true2017-05-21T11:08:05.21+0800 [STG/0] OUT        NODE_ENV=production2017-05-21T11:08:05.21+0800 [STG/0] OUT        NODE_MODULES_CACHE=true2017-05-21T11:08:05.21+0800 [STG/0] OUT -----> Installing binaries2017-05-21T11:08:05.21+0800 [STG/0] OUT        engines.node (package.json):  >=4.22017-05-21T11:08:05.21+0800 [STG/0] OUT        engines.npm (package.json):   unspecified (use default)2017-05-21T11:08:05.21+0800 [STG/0] OUT        Resolving node version >=4.2 via 'node-version-resolver'2017-05-21T11:08:05.53+0800 [STG/0] OUT        Installing IBM SDK for Node.js (6.10.2) from cache2017-05-21T11:08:07.85+0800 [STG/0] OUT        Using default npm version: 3.10.102017-05-21T11:08:07.85+0800 [STG/0] OUT -----> Restoring cache2017-05-21T11:08:08.20+0800 [STG/0] OUT        Skipping cache restore (new runtime signature)2017-05-21T11:08:08.21+0800 [STG/0] OUT -----> Checking and configuring service extensions before installing dependencies2017-05-21T11:08:08.42+0800 [STG/0] OUT -----> Building dependencies2017-05-21T11:08:08.43+0800 [STG/0] OUT        Installing node modules (package.json)2017-05-21T11:08:39.86+0800 [STG/0] OUT        2017-05-21T11:08:39.86+0800 [STG/0] OUT        > bcrypt@1.0.2 install /tmp/app/node_modules/bcrypt2017-05-21T11:08:39.86+0800 [STG/0] OUT        > node-pre-gyp install --fallback-to-build2017-05-21T11:08:39.86+0800 [STG/0] OUT        2017-05-21T11:08:43.21+0800 [STG/0] OUT        make: Entering directory /tmp/app/node_modules/bcrypt/build'2017-05-21T11:08:43.21+0800 [STG/0] OUT        CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o2017-05-21T11:08:43.66+0800 [STG/0] OUT        CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o2017-05-21T11:08:43.89+0800 [STG/0] OUT        CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o2017-05-21T11:08:45.47+0800 [STG/0] OUT        SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node2017-05-21T11:08:45.53+0800 [STG/0] OUT        COPY Release/bcrypt_lib.node2017-05-21T11:08:45.55+0800 [STG/0] OUT        COPY /tmp/app/node_modules/bcrypt/lib/binding/bcrypt_lib.node2017-05-21T11:08:45.55+0800 [STG/0] OUT        TOUCH Release/obj.target/action_after_build.stamp2017-05-21T11:08:45.55+0800 [STG/0] OUT        make: Leaving directory/tmp/app/node_modules/bcrypt/build'2017-05-21T11:08:46.86+0800 [STG/0] OUT        humix-think@1.1.0 /tmp/app2017-05-21T11:08:46.86+0800 [STG/0] OUT        ├─┬ body-parser@1.17.22017-05-21T11:08:46.86+0800 [STG/0] OUT        │ ├── bytes@2.4.02017-05-21T11:08:46.86+0800 [STG/0] OUT        │ ├─┬ debug@2.6.72017-05-21T11:08:46.86+0800 [STG/0] OUT        │ │ └── ms@2.0.02017-05-21T11:08:46.86+0800 [STG/0] OUT        │ ├── depd@1.1.02017-05-21T11:08:46.86+0800 [STG/0] OUT        │ ├─┬ http-errors@1.6.12017-05-21T11:08:46.86+0800 [STG/0] OUT        │ ├── iconv-lite@0.4.152017-05-21T11:08:46.86+0800 [STG/0] OUT        │ ├─┬ on-finished@2.3.02017-05-21T11:08:46.86+0800 [STG/0] OUT        │ │ └── ee-first@1.1.12017-05-21T11:08:46.86+0800 [STG/0] OUT        │ ├── qs@6.4.02017-05-21T11:08:46.86+0800 [STG/0] OUT        │ │ └── unpipe@1.0.02017-05-21T11:08:46.86+0800 [STG/0] OUT        │ └── type-is@1.6.152017-05-21T11:08:46.86+0800 [STG/0] OUT        ├─┬ cfenv@1.0.42017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── ports@1.1.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ └── underscore@1.8.32017-05-21T11:08:46.88+0800 [STG/0] OUT        ├─┬ express@4.15.32017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├─┬ accepts@1.3.32017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ └── negotiator@0.6.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── array-flatten@1.1.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── content-disposition@0.5.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── cookie@0.3.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── encodeurl@1.0.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── finalhandler@1.0.32017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── fresh@0.5.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── merge-descriptors@1.0.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── methods@1.1.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── parseurl@1.3.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── path-to-regexp@0.1.72017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├── forwarded@0.1.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ └── ipaddr.js@1.3.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├─┬ send@0.15.32017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├── destroy@1.0.42017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ └── mime@1.3.42017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── serve-static@1.12.32017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── statuses@1.3.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── utils-merge@1.0.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ └── vary@1.1.12017-05-21T11:08:46.88+0800 [STG/0] OUT        ├─┬ ioredis@2.5.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── bluebird@3.5.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── cluster-key-slot@1.0.82017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── flexbuffer@0.0.62017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── lodash@4.17.42017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── redis-commands@1.3.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ └── redis-parser@1.3.02017-05-21T11:08:46.88+0800 [STG/0] OUT        ├─┬ logule@2.1.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── autonomy@0.5.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── confortable@0.2.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── dye@0.1.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── subset@0.1.72017-05-21T11:08:46.88+0800 [STG/0] OUT        │ └── typr@0.2.12017-05-21T11:08:46.88+0800 [STG/0] OUT        ├─┬ mqtt@0.3.132017-05-21T11:08:46.88+0800 [STG/0] OUT        │ └─┬ readable-stream@1.0.342017-05-21T11:08:46.88+0800 [STG/0] OUT        │   └── string_decoder@0.10.312017-05-21T11:08:46.88+0800 [STG/0] OUT        ├─┬ nano@5.11.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├─┬ follow@0.11.42017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├── browser-request@0.3.32017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ └── debug@0.7.42017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├─┬ request@2.42.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├── forever-agent@0.5.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├─┬ form-data@0.1.42017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ │ ├─┬ combined-stream@0.0.72017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ │ │ └── delayed-stream@0.0.52017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├─┬ hawk@1.1.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ │ ├── cryptiles@0.2.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ │ └── sntp@0.2.42017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ │ ├── asn1@0.1.112017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ │ └── ctype@0.5.32017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├── mime-types@1.0.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├── node-uuid@1.4.82017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├── oauth-sign@0.4.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├── qs@1.2.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ └── underscore@1.7.02017-05-21T11:08:46.88+0800 [STG/0] OUT        ├─┬ node-red@0.16.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── basic-auth@1.1.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├─┬ bcrypt@1.0.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├── bindings@1.2.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├── nan@2.5.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ └─┬ node-pre-gyp@0.6.322017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │   ├─┬ mkdirp@0.5.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │   │ ├─┬ are-we-there-yet@1.1.42017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ ├── delegates@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ └─┬ readable-stream@2.2.92017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │   ├── isarray@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │   └── string_decoder@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ ├─┬ gauge@2.7.42017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ ├── aproba@1.1.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ ├── has-unicode@2.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ ├── object-assign@4.1.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ ├── signal-exit@3.0.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ ├─┬ string-width@1.0.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ │ ├── code-point-at@1.1.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ │ └─┬ is-fullwidth-code-point@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ │   └── number-is-nan@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ ├─┬ strip-ansi@3.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ │ └── ansi-regex@2.1.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ └── wide-align@1.1.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ └── set-blocking@2.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   ├─┬ rc@1.1.72017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ ├── deep-extend@0.4.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ ├── ini@1.3.42017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ ├── minimist@1.2.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ └── strip-json-comments@2.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   ├─┬ rimraf@2.5.42017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │   ├── fs.realpath@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │   ├── inflight@1.0.62017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │   ├─┬ minimatch@3.0.42017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │   │ └─┬ brace-expansion@1.1.72017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │   └── path-is-absolute@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   ├─┬ tar@2.2.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ └── fstream@1.0.112017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   └─┬ tar-pack@3.3.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │     ├─┬ debug@2.2.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │     │ └── ms@0.7.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │     ├── fstream-ignore@1.0.52017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │     ├── once@1.3.32017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │     ├─┬ readable-stream@2.1.52017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │     │ └── isarray@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │     └── uid-number@0.0.62017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├── bcryptjs@2.4.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├─┬ debug@2.2.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └── ms@0.7.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └── setprototypeof@1.0.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── iconv-lite@0.4.132017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── qs@6.2.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├─┬ css-select@1.2.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├── boolbase@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├── css-what@2.1.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├── domutils@1.5.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├─┬ dom-serializer@0.1.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └── domelementtype@1.1.32017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── entities@1.1.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├─┬ htmlparser2@3.9.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├── domelementtype@1.3.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └─┬ readable-stream@2.2.92017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │   ├── isarray@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── lodash.assignin@4.2.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── lodash.defaults@4.2.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── lodash.filter@4.6.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── lodash.flatten@4.4.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── lodash.foreach@4.5.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── lodash.map@4.6.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── lodash.pick@4.4.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── lodash.reduce@4.6.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── lodash.reject@4.6.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ └── lodash.some@4.6.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├── cookie-parser@1.4.32017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├── cors@2.8.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├─┬ cron@1.2.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├─┬ express@4.14.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── content-disposition@0.5.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── etag@1.7.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── fresh@0.3.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── send@0.14.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ └─┬ serve-static@1.11.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   └─┬ send@0.14.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├─┬ fs-extra@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── graceful-fs@4.1.112017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── jsonfile@2.4.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ └── klaw@1.3.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├─┬ fs.notify@0.0.42017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── async@0.1.222017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ └── retry@0.6.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├─┬ i18next@1.10.62017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └── keygrip@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── i18next-client@1.10.32017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├── is-utf8@0.2.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├── json-stringify-safe@5.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├── jsonata@1.0.102017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├─┬ mqtt@2.2.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├── leven@1.0.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └── minimist@1.2.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├─┬ readable-stream@2.2.92017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ ├── isarray@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ └── string_decoder@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └── typedarray@0.0.62017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├─┬ help-me@1.1.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├── callback-stream@1.1.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├─┬ glob-stream@6.1.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ ├─┬ glob-parent@3.1.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │ ├─┬ is-glob@3.1.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │ │ └── is-extglob@2.1.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │ └── path-dirname@1.0.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ ├── is-negated-glob@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ ├─┬ ordered-read-streams@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │ └─┬ readable-stream@2.2.92017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │   ├── isarray@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │   └── string_decoder@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │ ├── isarray@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │ └── string_decoder@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ ├─┬ to-absolute-glob@2.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │ │ └── is-extendable@0.1.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │ └─┬ is-absolute@0.2.62017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │   │ └─┬ is-unc-path@0.1.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │   │   └── unc-path-regex@0.1.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │   └── is-windows@0.2.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │   └── through2-filter@2.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └─┬ through2@2.0.32017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │   └─┬ readable-stream@2.2.92017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │     └── string_decoder@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── minimist@1.2.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├─┬ mqtt-packet@5.3.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├─┬ bl@1.2.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ └─┬ readable-stream@2.2.92017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │   ├── isarray@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │   └── string_decoder@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └── process-nextick-args@1.0.72017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── pump@1.0.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├─┬ readable-stream@2.2.92017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├── buffer-shims@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├── isarray@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├── string_decoder@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └── util-deprecate@1.0.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── split2@2.1.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├─┬ websocket-stream@3.3.32017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └─┬ duplexify@3.5.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │   ├─┬ end-of-stream@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │   │ └── once@1.3.32017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │   │ ├── isarray@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │   │ └── string_decoder@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │   └── stream-shift@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├── mustache@2.3.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├─┬ node-red-node-email@0.1.222017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├─┬ imap@0.8.192017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├── readable-stream@1.1.142017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ └── utf7@1.0.22017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ ├─┬ mailparser@0.6.22017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ ├── encoding@0.1.122017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ ├─┬ mimelib@0.3.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ │ └── addressparser@1.0.12017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ └── uue@3.1.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ ├─┬ nodemailer@1.11.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ ├─┬ libmime@1.2.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ │ └── libqp@1.1.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ │ └─┬ buildmail@2.0.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ │   ├── addressparser@0.3.22017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ │   └── needle@0.10.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ ├── needle@0.11.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ ├─┬ nodemailer-direct-transport@1.1.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ │ └── smtp-connection@1.3.82017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │   ├── clone@1.0.22017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │   └── nodemailer-wellknown@0.1.102017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ └─┬ poplib@0.1.72017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   └─┬ optimist@0.6.12017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │     └── wordwrap@0.0.32017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├─┬ node-red-node-feedparser@0.1.72017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ ├─┬ feedparser@1.1.32017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ └── array-indexofobject@0.0.12017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ └─┬ request@2.74.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   ├─┬ bl@1.1.22017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ └─┬ readable-stream@2.0.62017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │   └── isarray@1.0.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ └── async@2.4.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ ├─┬ chalk@1.1.32017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ │ ├── has-ansi@2.0.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ │ └── supports-color@2.0.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ ├─┬ commander@2.9.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ ├─┬ is-my-json-valid@2.16.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ │ ├── generate-function@2.0.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ │ ├─┬ generate-object-property@1.2.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ │ │ └── is-property@1.0.22017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ │ └── jsonpointer@4.0.12017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   └── tunnel-agent@0.4.32017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├── node-red-node-rbe@0.1.82017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├─┬ node-red-node-twitter@0.1.102017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├─┬ nopt@3.0.62017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ └── abbrev@1.1.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├─┬ oauth2orize@1.7.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├── on-headers@1.0.12017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├─┬ passport@0.3.22017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ ├── passport-strategy@1.0.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├── passport-http-bearer@1.0.12017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├── passport-oauth2-client-password@0.1.22017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├── semver@5.3.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├── sentiment@2.1.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├─┬ uglify-js@2.7.52017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ ├── async@0.2.102017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ ├── source-map@0.5.62017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ ├── uglify-to-browserify@1.0.22017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ └─┬ yargs@3.10.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   ├─┬ cliui@2.1.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   │ ├─┬ center-align@0.1.32017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   │ │ ├─┬ align-text@0.1.42017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   │ │ │ ├─┬ kind-of@3.2.22017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   │ │ │ ├── longest@1.0.12017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   │ │ │ └── repeat-string@1.6.12017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   │ │ └── lazy-cache@1.0.42017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   │ ├── right-align@0.1.32017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   │ └── wordwrap@0.0.22017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   ├── decamelize@1.2.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   └── window-size@0.1.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ └─┬ xml2js@0.4.172017-05-21T11:08:46.92+0800 [STG/0] OUT        │   ├── sax@0.6.12017-05-21T11:08:46.92+0800 [STG/0] OUT        │   └── xmlbuilder@4.2.12017-05-21T11:08:46.92+0800 [STG/0] OUT        ├── node-red-contrib-humix@1.0.72017-05-21T11:08:46.92+0800 [STG/0] OUT        ├── q@1.5.02017-05-21T11:08:46.92+0800 [STG/0] OUT        ├─┬ request@2.81.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ ├── aws-sign2@0.6.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ ├── aws4@1.6.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ ├─┬ combined-stream@1.0.52017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ └── delayed-stream@1.0.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ ├── forever-agent@0.6.12017-05-21T11:08:46.92+0800 [STG/0] OUT        │ ├─┬ form-data@2.1.42017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ └── asynckit@0.4.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ ├─┬ har-validator@4.2.12017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ ├─┬ ajv@4.11.82017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ │ ├── co@4.6.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ │ └─┬ json-stable-stringify@1.0.12017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ │   └── jsonify@0.0.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ ├─┬ hawk@3.1.32017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ ├── boom@2.10.12017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ ├── hoek@2.16.32017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ └── sntp@1.0.92017-05-21T11:08:46.92+0800 [STG/0] OUT        │ ├─┬ http-signature@1.1.12017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ ├── assert-plus@0.2.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ ├─┬ jsprim@1.4.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ │ ├── assert-plus@1.0.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ │ ├── extsprintf@1.0.22017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ │ └── verror@1.3.62017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ └─┬ sshpk@1.13.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   ├── asn1@0.2.32017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   ├── assert-plus@1.0.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   ├── bcrypt-pbkdf@1.0.12017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   ├─┬ dashdash@1.14.12017-05-21T11:08:46.93+0800 [STG/0] OUT        │ │   ├─┬ getpass@0.1.72017-05-21T11:08:46.94+0800 [STG/0] OUT        │ │   │ └── assert-plus@1.0.02017-05-21T11:08:46.94+0800 [STG/0] OUT        │ │   └── tweetnacl@0.14.52017-05-21T11:08:46.94+0800 [STG/0] OUT        │ ├── is-typedarray@1.0.02017-05-21T11:08:46.94+0800 [STG/0] OUT        │ ├─┬ mime-types@2.1.152017-05-21T11:08:46.94+0800 [STG/0] OUT        │ │ └── mime-db@1.27.02017-05-21T11:08:46.94+0800 [STG/0] OUT        │ ├── oauth-sign@0.8.22017-05-21T11:08:46.94+0800 [STG/0] OUT        │ ├── performance-now@0.2.02017-05-21T11:08:46.94+0800 [STG/0] OUT        │ ├── safe-buffer@5.0.12017-05-21T11:08:46.94+0800 [STG/0] OUT        │ ├── stringstream@0.0.52017-05-21T11:08:46.94+0800 [STG/0] OUT        │ ├─┬ tough-cookie@2.3.22017-05-21T11:08:46.94+0800 [STG/0] OUT        │ │ └── punycode@1.4.12017-05-21T11:08:46.94+0800 [STG/0] OUT        │ └── uuid@3.0.12017-05-21T11:08:46.94+0800 [STG/0] OUT        ├── when@3.7.82017-05-21T11:08:46.94+0800 [STG/0] OUT        └─┬ ws@1.1.12017-05-21T11:08:46.94+0800 [STG/0] OUT        ├── options@0.0.62017-05-21T11:08:46.94+0800 [STG/0] OUT -----> Checking and configuring service extensions after installing dependencies2017-05-21T11:08:51.19+0800 [STG/0] OUT -----> Caching build2017-05-21T11:08:51.19+0800 [STG/0] OUT        Saving 2 cacheDirectories (default):2017-05-21T11:08:51.20+0800 [STG/0] OUT        - node_modules2017-05-21T11:08:54.50+0800 [STG/0] OUT        - bower_components (nothing to cache)2017-05-21T11:08:54.84+0800 [STG/0] OUT -----> Build succeeded!2017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── async@1.5.02017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── body-parser@1.17.22017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── express@4.15.32017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── ioredis@2.5.02017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── logule@2.1.02017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── mqtt@0.3.132017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── nano@5.11.22017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── needle@1.6.02017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── node-red@0.16.22017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── q@1.5.02017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── request@2.81.02017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── when@3.7.82017-05-21T11:08:57.30+0800 [STG/0] OUT        └── ws@1.1.12017-05-21T11:08:57.30+0800 [STG/0] OUT        2017-05-21T11:09:13.83+0800 [STG/0] OUT Exit status 02017-05-21T11:09:13.83+0800 [STG/0] OUT Uploading droplet, build artifacts cache...2017-05-21T11:09:13.83+0800 [STG/0] OUT Uploading build artifacts cache...2017-05-21T11:09:13.83+0800 [STG/0] OUT Uploading droplet...2017-05-21T11:09:14.37+0800 [STG/0] OUT Uploaded build artifacts cache (10.3M)2017-05-21T11:09:19.87+0800 [STG/0] OUT Uploaded droplet (30.3M)2017-05-21T11:09:19.87+0800 [STG/0] OUT Uploading complete2017-05-21T11:09:19.99+0800 [STG/0] OUT Destroying container2017-05-21T11:09:21.03+0800 [CELL/0] OUT Creating container2017-05-21T11:09:31.88+0800 [STG/0] OUT Successfully destroyed container2017-05-21T11:09:39.03+0800 [CELL/0] OUT Successfully created container2017-05-21T11:09:44.84+0800 [CELL/0] OUT Starting health monitoring of container2017-05-21T11:09:45.78+0800 [APP/0] ERR /home/vcap/app/humix-settings.js:512017-05-21T11:09:45.78+0800 [APP/0] ERR     nodesDir: path.join(dirname, "server/nodes"),2017-05-21T11:09:45.78+0800 [APP/0] ERR               ^2017-05-21T11:09:45.78+0800 [APP/0] ERR ReferenceError: path is not defined2017-05-21T11:09:45.78+0800 [APP/0] ERR     at Object. (/home/vcap/app/humix-settings.js:51:15)2017-05-21T11:09:45.78+0800 [APP/0] ERR     at Module._compile (module.js:570:32)2017-05-21T11:09:45.78+0800 [APP/0] ERR     at Object.Module._extensions..js (module.js:579:10)2017-05-21T11:09:45.78+0800 [APP/0] ERR     at tryModuleLoad (module.js:446:12)2017-05-21T11:09:45.78+0800 [APP/0] ERR     at Function.Module._load (module.js:438:3)2017-05-21T11:09:45.78+0800 [APP/0] ERR     at Module.require (module.js:497:17)2017-05-21T11:09:45.78+0800 [APP/0] ERR     at require (internal/module.js:20:19)2017-05-21T11:09:45.78+0800 [APP/0] ERR     at Module._compile (module.js:570:32)2017-05-21T11:09:45.95+0800 [CELL/0] OUT Exit status 02017-05-21T11:09:46.06+0800 [CELL/0] OUT Destroying container2017-05-21T11:09:46.96+0800 [CELL/0] OUT Creating container2017-05-21T11:09:57.20+0800 [CELL/0] OUT Successfully destroyed container2017-05-21T11:10:11.11+0800 [CELL/0] OUT Starting health monitoring of container2017-05-21T11:10:12.12+0800 [APP/0] ERR /home/vcap/app/humix-settings.js:512017-05-21T11:10:12.12+0800 [APP/0] ERR     nodesDir: path.join(dirname, "server/nodes"),2017-05-21T11:10:12.12+0800 [APP/0] ERR               ^2017-05-21T11:10:12.12+0800 [APP/0] ERR     at Module._compile (module.js:570:32)2017-05-21T11:10:12.12+0800 [APP/0] ERR     at Module.load (module.js:487:32)2017-05-21T11:10:12.12+0800 [APP/0] ERR     at Function.Module._load (module.js:438:3)2017-05-21T11:10:12.12+0800 [APP/0] ERR     at Object. (/home/vcap/app/server/app.js:27:21)2017-05-21T11:10:12.12+0800 [APP/0] ERR     at Module._compile (module.js:570:32)2017-05-21T11:10:12.13+0800 [APP/0] OUT Exit status 12017-05-21T11:10:12.21+0800 [CELL/0] OUT Exit status 02017-05-21T11:10:12.24+0800 [CELL/0] OUT Destroying container2017-05-21T11:10:12.25+0800 [API/7] OUT App instance exited with guid e3059baa-f977-4683-a654-9819d8359fbb payload: {"instance"=>"", "index"=>0, "reason"=>"CRASHED", "exit_description"=>"2 error(s) occurred:\n\n 2 error(s) occurred:\n\n Exited with status 1\n cancelled\n cancelled", "crash_count"=>2, "crash_timestamp"=>1495336212218249383, "version"=>"86fd7380-f04b-4e12-8d64-6c3df33b52f7"}2017-05-21T11:10:12.94+0800 [CELL/0] OUT Creating container2017-05-21T11:10:25.40+0800 [CELL/0] OUT Successfully destroyed container2017-05-21T11:10:32.46+0800 [CELL/0] OUT Successfully created container2017-05-21T11:10:36.52+0800 [CELL/0] OUT Starting health monitoring of container2017-05-21T11:10:37.36+0800 [APP/0] ERR /home/vcap/app/humix-settings.js:512017-05-21T11:10:37.36+0800 [APP/0] ERR     nodesDir: path.join(__dirname, "server/nodes"),2017-05-21T11:10:37.36+0800 [APP/0] ERR               ^2017-05-21T11:10:37.36+0800 [APP/0] ERR ReferenceError: path is not defined2017-05-21T11:10:37.36+0800 [APP/0] ERR     at Object. (/home/vcap/app/humix-settings.js:51:15)2017-05-21T11:10:37.36+0800 [APP/0] ERR     at Module.load (module.js:487:32)2017-05-21T11:10:37.36+0800 [APP/0] ERR     at tryModuleLoad (module.js:446:12)2017-05-21T11:10:37.36+0800 [APP/0] ERR     at Function.Module._load (module.js:438:3)2017-05-21T11:10:37.36+0800 [APP/0] ERR     at Module.require (module.js:497:17)2017-05-21T11:10:37.36+0800 [APP/0] ERR     at Module._compile (module.js:570:32)2017-05-21T11:10:37.37+0800 [APP/0] OUT Exit status 12017-05-21T11:10:37.53+0800 [CELL/0] OUT Destroying container2017-05-21T11:10:37.54+0800 [API/7] OUT App instance exited with guid e3059baa-f977-4683-a654-9819d8359fbb payload: {"instance"=>"", "index"=>0, "reason"=>"CRASHED", "exit_description"=>"2 error(s) occurred:\n\n 2 error(s) occurred:\n\n Exited with status 1\n cancelled\n cancelled", "crash_count"=>3, "crash_timestamp"=>1495336237519002147, "version"=>"86fd7380-f04b-4e12-8d64-6c3df33b52f7"}2017-05-21T11:10:51.45+0800 [CELL/0] OUT Successfully destroyed container2017-05-21T11:11:36.77+0800 [CELL/0] OUT Creating container2017-05-21T11:11:54.47+0800 [CELL/0] OUT Successfully created container2017-05-21T11:11:57.97+0800 [CELL/0] OUT Starting health monitoring of container2017-05-21T11:11:58.84+0800 [APP/0] ERR     nodesDir: path.join(dirname, "server/nodes"),2017-05-21T11:11:58.84+0800 [APP/0] ERR               ^2017-05-21T11:11:58.84+0800 [APP/0] ERR ReferenceError: path is not defined2017-05-21T11:11:58.84+0800 [APP/0] ERR     at Object. (/home/vcap/app/humix-settings.js:51:15)2017-05-21T11:11:58.84+0800 [APP/0] ERR     at Module._compile (module.js:570:32)2017-05-21T11:11:58.84+0800 [APP/0] ERR     at Object.Module._extensions..js (module.js:579:10)2017-05-21T11:11:58.84+0800 [APP/0] ERR     at Module.load (module.js:487:32)2017-05-21T11:11:58.84+0800 [APP/0] ERR     at Module.require (module.js:497:17)2017-05-21T11:11:58.84+0800 [APP/0] ERR     at require (internal/module.js:20:19)2017-05-21T11:11:58.84+0800 [APP/0] ERR     at Object. (/home/vcap/app/server/app.js:27:21)2017-05-21T11:11:58.84+0800 [APP/0] ERR     at Module._compile (module.js:570:32)2017-05-21T11:11:58.84+0800 [APP/0] OUT Exit status 12017-05-21T11:11:58.95+0800 [CELL/0] OUT Exit status 02017-05-21T11:11:59.01+0800 [CELL/0] OUT Destroying container2017-05-21T11:11:59.02+0800 [API/9] OUT App instance exited with guid e3059baa-f977-4683-a654-9819d8359fbb payload: {"instance"=>"", "index"=>0, "reason"=>"CRASHED", "exit_description"=>"2 error(s) occurred:\n\n 2 error(s) occurred:\n\n Exited with status 1\n cancelled\n cancelled", "crash_count"=>4, "crash_timestamp"=>1495336318991521601, "version"=>"86fd7380-f04b-4e12-8d64-6c3df33b52f7"}2017-05-21T11:12:19.75+0800 [CELL/0] OUT Successfully destroyed container2017-05-21T11:13:24.29+0800 [CELL/0] OUT Creating container2017-05-21T11:13:42.09+0800 [CELL/0] OUT Starting health monitoring of container2017-05-21T11:13:43.62+0800 [APP/0] ERR /home/vcap/app/humix-settings.js:512017-05-21T11:13:43.62+0800 [APP/0] ERR     nodesDir: path.join(dirname, "server/nodes"),2017-05-21T11:13:43.62+0800 [APP/0] ERR ReferenceError: path is not defined2017-05-21T11:13:43.62+0800 [APP/0] ERR     at Object. (/home/vcap/app/humix-settings.js:51:15)2017-05-21T11:13:43.62+0800 [APP/0] ERR     at Module._compile (module.js:570:32)2017-05-21T11:13:43.62+0800 [APP/0] ERR     at Object.Module._extensions..js (module.js:579:10)2017-05-21T11:13:43.62+0800 [APP/0] ERR     at Module.load (module.js:487:32)2017-05-21T11:13:43.62+0800 [APP/0] ERR     at tryModuleLoad (module.js:446:12)2017-05-21T11:13:43.62+0800 [APP/0] ERR     at Function.Module._load (module.js:438:3)2017-05-21T11:13:43.62+0800 [APP/0] ERR     at Module.require (module.js:497:17)2017-05-21T11:13:43.62+0800 [APP/0] ERR     at require (internal/module.js:20:19)2017-05-21T11:13:43.62+0800 [APP/0] ERR     at Object. (/home/vcap/app/server/app.js:27:21)2017-05-21T11:13:43.62+0800 [APP/0] ERR     at Module._compile (module.js:570:32)2017-05-21T11:13:43.62+0800 [APP/0] OUT Exit status 12017-05-21T11:13:43.81+0800 [CELL/0] OUT Exit status 02017-05-21T11:13:43.84+0800 [CELL/0] OUT Destroying container2017-05-21T11:13:43.85+0800 [API/9] OUT App instance exited with guid e3059baa-f977-4683-a654-9819d8359fbb payload: {"instance"=>"", "index"=>0, "reason"=>"CRASHED", "exit_description"=>"2 error(s) occurred:\n\n 2 error(s) occurred:\n\n Exited with status 1\n cancelled\n cancelled", "crash_count"=>5, "crash_timestamp"=>1495336423827398384, "version"=>"86fd7380-f04b-4e12-8d64-6c3df33b52f7"}2017-05-21T11:13:55.49+0800 [CELL/0] OUT Successfully destroyed containermikede-mbp:humix-think mikechang$     ----- Original message -----From: Jeffrey Liu notifications@github.comTo: project-humix/humix-think humix-think@noreply.github.comCc: ibmgcgmikechang mjchang@tw.ibm.com, Author author@noreply.github.comSubject: Re: [project-humix/humix-think] deploy error (#12)Date: Thu, May 11, 2017 12:10 AM  ae76faa should fix a port problem. When deploying to bluemix, you need to update the humix-settings.js with two changes set location to 'bluemix' use 'couch' as storage. Please give it a try and let me know if that works for you. —You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

 

ibmgcgmikechang commented 7 years ago

    ----- Original message -----From: Mike Chang/Taiwan/IBMTo: reply@reply.github.comCc: author@noreply.github.com, humix-think@noreply.github.comSubject: Re: [project-humix/humix-think] deploy error (#12)Date: Sun, May 21, 2017 11:16 AM  Hi Jeffry,   I still got error when built it in below.  

bcrypt@1.0.2 install /tmp/app/node_modules/bcrypt       > node-pre-gyp install --fallback-to-build              node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.2/bcrypt_lib-v1.0.2-node-v48-linux-x64.tar.gz       node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.2 and node@6.10.2 (node-v48 ABI) (falling back to source compile with node-gyp)   Retrieving logs for app mikehumixbot in org mjchang_org / space humix as mjchang@tw.ibm.com... 2017-05-21T11:07:48.22+0800 [STG/0] OUT Downloading dotnet-core_v1_0_13-20170330-1023...2017-05-21T11:07:48.22+0800 [STG/0] OUT Downloading python_buildpack...2017-05-21T11:07:48.22+0800 [STG/0] OUT Downloading liberty-for-java...2017-05-21T11:07:48.23+0800 [STG/0] OUT Downloading liberty-for-java_v3_8-20170308-1507...2017-05-21T11:07:48.24+0800 [STG/0] OUT Downloaded sdk-for-nodejs2017-05-21T11:07:48.24+0800 [STG/0] OUT Downloaded dotnet-core_v1_0_13-20170330-10232017-05-21T11:07:48.24+0800 [STG/0] OUT Downloading php_buildpack...2017-05-21T11:07:48.24+0800 [STG/0] OUT Downloaded python_buildpack2017-05-21T11:07:48.24+0800 [STG/0] OUT Downloading staticfile_buildpack...2017-05-21T11:07:48.25+0800 [STG/0] OUT Downloading binary_buildpack...2017-05-21T11:07:48.25+0800 [STG/0] OUT Downloaded liberty-for-java2017-05-21T11:07:48.26+0800 [STG/0] OUT Downloaded binary_buildpack2017-05-21T11:07:48.26+0800 [STG/0] OUT Downloading nodejs_buildpack...2017-05-21T11:07:48.27+0800 [STG/0] OUT Downloaded staticfile_buildpack2017-05-21T11:07:48.27+0800 [STG/0] OUT Downloading dotnet-core...2017-05-21T11:07:48.27+0800 [STG/0] OUT Downloaded liberty-for-java_v3_7-20170118-20462017-05-21T11:07:48.28+0800 [STG/0] OUT Downloaded php_buildpack2017-05-21T11:07:48.28+0800 [STG/0] OUT Downloading noop-buildpack...2017-05-21T11:07:48.28+0800 [STG/0] OUT Downloaded xpages_buildpack2017-05-21T11:07:48.28+0800 [STG/0] OUT Downloading java_buildpack...2017-05-21T11:07:48.29+0800 [STG/0] OUT Downloaded dotnet-core2017-05-21T11:07:48.30+0800 [STG/0] OUT Downloaded swift_buildpack2017-05-21T11:07:48.30+0800 [STG/0] OUT Downloading sdk-for-nodejs_v3_11-20170303-1144...2017-05-21T11:07:48.30+0800 [STG/0] OUT Downloaded java_buildpack2017-05-21T11:07:48.31+0800 [STG/0] OUT Downloaded ruby_buildpack2017-05-21T11:07:48.32+0800 [STG/0] OUT Downloaded go_buildpack2017-05-21T11:07:48.32+0800 [STG/0] OUT Downloaded sdk-for-nodejs_v3_11-20170303-11442017-05-21T11:08:03.03+0800 [STG/0] OUT Downloading app package...2017-05-21T11:08:03.45+0800 [STG/0] OUT Downloaded app package (1.4M)2017-05-21T11:08:03.45+0800 [STG/0] OUT Staging...2017-05-21T11:08:05.17+0800 [STG/0] OUT        Based on Cloud Foundry Node.js Buildpack v1.5.242017-05-21T11:08:05.17+0800 [STG/0] OUT -----> Creating runtime environment2017-05-21T11:08:05.18+0800 [STG/0] OUT        2017-05-21T11:08:05.21+0800 [STG/0] OUT        NPM_CONFIG_PRODUCTION=true2017-05-21T11:08:05.21+0800 [STG/0] OUT        NODE_ENV=production2017-05-21T11:08:05.21+0800 [STG/0] OUT        NODE_MODULES_CACHE=true2017-05-21T11:08:05.21+0800 [STG/0] OUT -----> Installing binaries2017-05-21T11:08:05.21+0800 [STG/0] OUT        engines.node (package.json):  >=4.22017-05-21T11:08:05.21+0800 [STG/0] OUT        engines.npm (package.json):   unspecified (use default)2017-05-21T11:08:05.21+0800 [STG/0] OUT        Resolving node version >=4.2 via 'node-version-resolver'2017-05-21T11:08:05.53+0800 [STG/0] OUT        Installing IBM SDK for Node.js (6.10.2) from cache2017-05-21T11:08:07.85+0800 [STG/0] OUT        Using default npm version: 3.10.102017-05-21T11:08:07.85+0800 [STG/0] OUT -----> Restoring cache2017-05-21T11:08:08.20+0800 [STG/0] OUT        Skipping cache restore (new runtime signature)2017-05-21T11:08:08.21+0800 [STG/0] OUT -----> Checking and configuring service extensions before installing dependencies2017-05-21T11:08:08.42+0800 [STG/0] OUT -----> Building dependencies2017-05-21T11:08:08.43+0800 [STG/0] OUT        Installing node modules (package.json)2017-05-21T11:08:39.86+0800 [STG/0] OUT        2017-05-21T11:08:39.86+0800 [STG/0] OUT        > bcrypt@1.0.2 install /tmp/app/node_modules/bcrypt2017-05-21T11:08:39.86+0800 [STG/0] OUT        > node-pre-gyp install --fallback-to-build2017-05-21T11:08:39.86+0800 [STG/0] OUT        2017-05-21T11:08:43.21+0800 [STG/0] OUT        make: Entering directory /tmp/app/node_modules/bcrypt/build'2017-05-21T11:08:43.21+0800 [STG/0] OUT        CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o2017-05-21T11:08:43.66+0800 [STG/0] OUT        CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o2017-05-21T11:08:43.89+0800 [STG/0] OUT        CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o2017-05-21T11:08:45.47+0800 [STG/0] OUT        SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node2017-05-21T11:08:45.53+0800 [STG/0] OUT        COPY Release/bcrypt_lib.node2017-05-21T11:08:45.55+0800 [STG/0] OUT        COPY /tmp/app/node_modules/bcrypt/lib/binding/bcrypt_lib.node2017-05-21T11:08:45.55+0800 [STG/0] OUT        TOUCH Release/obj.target/action_after_build.stamp2017-05-21T11:08:45.55+0800 [STG/0] OUT        make: Leaving directory/tmp/app/node_modules/bcrypt/build'2017-05-21T11:08:46.86+0800 [STG/0] OUT        humix-think@1.1.0 /tmp/app2017-05-21T11:08:46.86+0800 [STG/0] OUT        ├─┬ body-parser@1.17.22017-05-21T11:08:46.86+0800 [STG/0] OUT        │ ├── bytes@2.4.02017-05-21T11:08:46.86+0800 [STG/0] OUT        │ ├─┬ debug@2.6.72017-05-21T11:08:46.86+0800 [STG/0] OUT        │ │ └── ms@2.0.02017-05-21T11:08:46.86+0800 [STG/0] OUT        │ ├── depd@1.1.02017-05-21T11:08:46.86+0800 [STG/0] OUT        │ ├─┬ http-errors@1.6.12017-05-21T11:08:46.86+0800 [STG/0] OUT        │ ├── iconv-lite@0.4.152017-05-21T11:08:46.86+0800 [STG/0] OUT        │ ├─┬ on-finished@2.3.02017-05-21T11:08:46.86+0800 [STG/0] OUT        │ │ └── ee-first@1.1.12017-05-21T11:08:46.86+0800 [STG/0] OUT        │ ├── qs@6.4.02017-05-21T11:08:46.86+0800 [STG/0] OUT        │ │ └── unpipe@1.0.02017-05-21T11:08:46.86+0800 [STG/0] OUT        │ └── type-is@1.6.152017-05-21T11:08:46.86+0800 [STG/0] OUT        ├─┬ cfenv@1.0.42017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── ports@1.1.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ └── underscore@1.8.32017-05-21T11:08:46.88+0800 [STG/0] OUT        ├─┬ express@4.15.32017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├─┬ accepts@1.3.32017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ └── negotiator@0.6.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── array-flatten@1.1.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── content-disposition@0.5.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── cookie@0.3.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── encodeurl@1.0.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── finalhandler@1.0.32017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── fresh@0.5.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── merge-descriptors@1.0.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── methods@1.1.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── parseurl@1.3.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── path-to-regexp@0.1.72017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├── forwarded@0.1.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ └── ipaddr.js@1.3.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├─┬ send@0.15.32017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├── destroy@1.0.42017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ └── mime@1.3.42017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── serve-static@1.12.32017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── statuses@1.3.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── utils-merge@1.0.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ └── vary@1.1.12017-05-21T11:08:46.88+0800 [STG/0] OUT        ├─┬ ioredis@2.5.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── bluebird@3.5.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── cluster-key-slot@1.0.82017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── flexbuffer@0.0.62017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── lodash@4.17.42017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── redis-commands@1.3.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ └── redis-parser@1.3.02017-05-21T11:08:46.88+0800 [STG/0] OUT        ├─┬ logule@2.1.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── autonomy@0.5.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── confortable@0.2.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── dye@0.1.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── subset@0.1.72017-05-21T11:08:46.88+0800 [STG/0] OUT        │ └── typr@0.2.12017-05-21T11:08:46.88+0800 [STG/0] OUT        ├─┬ mqtt@0.3.132017-05-21T11:08:46.88+0800 [STG/0] OUT        │ └─┬ readable-stream@1.0.342017-05-21T11:08:46.88+0800 [STG/0] OUT        │   └── string_decoder@0.10.312017-05-21T11:08:46.88+0800 [STG/0] OUT        ├─┬ nano@5.11.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├─┬ follow@0.11.42017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├── browser-request@0.3.32017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ └── debug@0.7.42017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├─┬ request@2.42.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├── forever-agent@0.5.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├─┬ form-data@0.1.42017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ │ ├─┬ combined-stream@0.0.72017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ │ │ └── delayed-stream@0.0.52017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├─┬ hawk@1.1.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ │ ├── cryptiles@0.2.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ │ └── sntp@0.2.42017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ │ ├── asn1@0.1.112017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ │ └── ctype@0.5.32017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├── mime-types@1.0.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├── node-uuid@1.4.82017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├── oauth-sign@0.4.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├── qs@1.2.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ └── underscore@1.7.02017-05-21T11:08:46.88+0800 [STG/0] OUT        ├─┬ node-red@0.16.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├── basic-auth@1.1.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ ├─┬ bcrypt@1.0.22017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├── bindings@1.2.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ ├── nan@2.5.02017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │ └─┬ node-pre-gyp@0.6.322017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │   ├─┬ mkdirp@0.5.12017-05-21T11:08:46.88+0800 [STG/0] OUT        │ │   │ ├─┬ are-we-there-yet@1.1.42017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ ├── delegates@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ └─┬ readable-stream@2.2.92017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │   ├── isarray@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │   └── string_decoder@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ ├─┬ gauge@2.7.42017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ ├── aproba@1.1.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ ├── has-unicode@2.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ ├── object-assign@4.1.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ ├── signal-exit@3.0.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ ├─┬ string-width@1.0.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ │ ├── code-point-at@1.1.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ │ └─┬ is-fullwidth-code-point@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ │   └── number-is-nan@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ ├─┬ strip-ansi@3.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ │ └── ansi-regex@2.1.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ │ └── wide-align@1.1.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ └── set-blocking@2.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   ├─┬ rc@1.1.72017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ ├── deep-extend@0.4.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ ├── ini@1.3.42017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ ├── minimist@1.2.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ └── strip-json-comments@2.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   ├─┬ rimraf@2.5.42017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │   ├── fs.realpath@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │   ├── inflight@1.0.62017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │   ├─┬ minimatch@3.0.42017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │   │ └─┬ brace-expansion@1.1.72017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │   └── path-is-absolute@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   ├─┬ tar@2.2.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   │ └── fstream@1.0.112017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   └─┬ tar-pack@3.3.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │     ├─┬ debug@2.2.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │     │ └── ms@0.7.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │     ├── fstream-ignore@1.0.52017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │     ├── once@1.3.32017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │     ├─┬ readable-stream@2.1.52017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │     │ └── isarray@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │     └── uid-number@0.0.62017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├── bcryptjs@2.4.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├─┬ debug@2.2.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └── ms@0.7.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └── setprototypeof@1.0.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── iconv-lite@0.4.132017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── qs@6.2.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├─┬ css-select@1.2.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├── boolbase@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├── css-what@2.1.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├── domutils@1.5.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├─┬ dom-serializer@0.1.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └── domelementtype@1.1.32017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── entities@1.1.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├─┬ htmlparser2@3.9.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├── domelementtype@1.3.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └─┬ readable-stream@2.2.92017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │   ├── isarray@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── lodash.assignin@4.2.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── lodash.defaults@4.2.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── lodash.filter@4.6.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── lodash.flatten@4.4.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── lodash.foreach@4.5.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── lodash.map@4.6.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── lodash.pick@4.4.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── lodash.reduce@4.6.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── lodash.reject@4.6.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ └── lodash.some@4.6.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├── cookie-parser@1.4.32017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├── cors@2.8.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├─┬ cron@1.2.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├─┬ express@4.14.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── content-disposition@0.5.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── etag@1.7.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── fresh@0.3.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── send@0.14.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ └─┬ serve-static@1.11.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │   └─┬ send@0.14.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├─┬ fs-extra@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── graceful-fs@4.1.112017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── jsonfile@2.4.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ └── klaw@1.3.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├─┬ fs.notify@0.0.42017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── async@0.1.222017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ └── retry@0.6.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├─┬ i18next@1.10.62017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └── keygrip@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── i18next-client@1.10.32017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├── is-utf8@0.2.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├── json-stringify-safe@5.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├── jsonata@1.0.102017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├─┬ mqtt@2.2.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├── leven@1.0.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └── minimist@1.2.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├─┬ readable-stream@2.2.92017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ ├── isarray@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ └── string_decoder@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └── typedarray@0.0.62017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├─┬ help-me@1.1.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├── callback-stream@1.1.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├─┬ glob-stream@6.1.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ ├─┬ glob-parent@3.1.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │ ├─┬ is-glob@3.1.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │ │ └── is-extglob@2.1.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │ └── path-dirname@1.0.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ ├── is-negated-glob@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ ├─┬ ordered-read-streams@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │ └─┬ readable-stream@2.2.92017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │   ├── isarray@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │   └── string_decoder@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │ ├── isarray@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │ └── string_decoder@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ ├─┬ to-absolute-glob@2.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │ │ └── is-extendable@0.1.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │ └─┬ is-absolute@0.2.62017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │   │ └─┬ is-unc-path@0.1.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │   │   └── unc-path-regex@0.1.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ │   └── is-windows@0.2.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │   └── through2-filter@2.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └─┬ through2@2.0.32017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │   └─┬ readable-stream@2.2.92017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │     └── string_decoder@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── minimist@1.2.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├─┬ mqtt-packet@5.3.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├─┬ bl@1.2.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │ └─┬ readable-stream@2.2.92017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │   ├── isarray@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ │   └── string_decoder@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └── process-nextick-args@1.0.72017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── pump@1.0.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├─┬ readable-stream@2.2.92017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├── buffer-shims@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├── isarray@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├── string_decoder@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └── util-deprecate@1.0.22017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├── split2@2.1.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├─┬ websocket-stream@3.3.32017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ └─┬ duplexify@3.5.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │   ├─┬ end-of-stream@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │   │ └── once@1.3.32017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │   │ ├── isarray@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │   │ └── string_decoder@1.0.12017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │   └── stream-shift@1.0.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├── mustache@2.3.02017-05-21T11:08:46.90+0800 [STG/0] OUT        │ ├─┬ node-red-node-email@0.1.222017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ ├─┬ imap@0.8.192017-05-21T11:08:46.90+0800 [STG/0] OUT        │ │ │ ├── readable-stream@1.1.142017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ └── utf7@1.0.22017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ ├─┬ mailparser@0.6.22017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ ├── encoding@0.1.122017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ ├─┬ mimelib@0.3.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ │ └── addressparser@1.0.12017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ └── uue@3.1.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ ├─┬ nodemailer@1.11.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ ├─┬ libmime@1.2.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ │ └── libqp@1.1.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ │ └─┬ buildmail@2.0.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ │   ├── addressparser@0.3.22017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ │   └── needle@0.10.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ ├── needle@0.11.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ ├─┬ nodemailer-direct-transport@1.1.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ │ └── smtp-connection@1.3.82017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │   ├── clone@1.0.22017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │   └── nodemailer-wellknown@0.1.102017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ └─┬ poplib@0.1.72017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   └─┬ optimist@0.6.12017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │     └── wordwrap@0.0.32017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├─┬ node-red-node-feedparser@0.1.72017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ ├─┬ feedparser@1.1.32017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ │ └── array-indexofobject@0.0.12017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ └─┬ request@2.74.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   ├─┬ bl@1.1.22017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ └─┬ readable-stream@2.0.62017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │   └── isarray@1.0.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ └── async@2.4.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ ├─┬ chalk@1.1.32017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ │ ├── has-ansi@2.0.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ │ └── supports-color@2.0.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ ├─┬ commander@2.9.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ ├─┬ is-my-json-valid@2.16.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ │ ├── generate-function@2.0.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ │ ├─┬ generate-object-property@1.2.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ │ │ └── is-property@1.0.22017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   │ │ └── jsonpointer@4.0.12017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │   └── tunnel-agent@0.4.32017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├── node-red-node-rbe@0.1.82017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├─┬ node-red-node-twitter@0.1.102017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├─┬ nopt@3.0.62017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ └── abbrev@1.1.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├─┬ oauth2orize@1.7.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├── on-headers@1.0.12017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├─┬ passport@0.3.22017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ ├── passport-strategy@1.0.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├── passport-http-bearer@1.0.12017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├── passport-oauth2-client-password@0.1.22017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├── semver@5.3.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├── sentiment@2.1.02017-05-21T11:08:46.91+0800 [STG/0] OUT        │ ├─┬ uglify-js@2.7.52017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ ├── async@0.2.102017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ ├── source-map@0.5.62017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ ├── uglify-to-browserify@1.0.22017-05-21T11:08:46.91+0800 [STG/0] OUT        │ │ └─┬ yargs@3.10.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   ├─┬ cliui@2.1.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   │ ├─┬ center-align@0.1.32017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   │ │ ├─┬ align-text@0.1.42017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   │ │ │ ├─┬ kind-of@3.2.22017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   │ │ │ ├── longest@1.0.12017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   │ │ │ └── repeat-string@1.6.12017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   │ │ └── lazy-cache@1.0.42017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   │ ├── right-align@0.1.32017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   │ └── wordwrap@0.0.22017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   ├── decamelize@1.2.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   └── window-size@0.1.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ └─┬ xml2js@0.4.172017-05-21T11:08:46.92+0800 [STG/0] OUT        │   ├── sax@0.6.12017-05-21T11:08:46.92+0800 [STG/0] OUT        │   └── xmlbuilder@4.2.12017-05-21T11:08:46.92+0800 [STG/0] OUT        ├── node-red-contrib-humix@1.0.72017-05-21T11:08:46.92+0800 [STG/0] OUT        ├── q@1.5.02017-05-21T11:08:46.92+0800 [STG/0] OUT        ├─┬ request@2.81.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ ├── aws-sign2@0.6.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ ├── aws4@1.6.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ ├─┬ combined-stream@1.0.52017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ └── delayed-stream@1.0.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ ├── forever-agent@0.6.12017-05-21T11:08:46.92+0800 [STG/0] OUT        │ ├─┬ form-data@2.1.42017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ └── asynckit@0.4.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ ├─┬ har-validator@4.2.12017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ ├─┬ ajv@4.11.82017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ │ ├── co@4.6.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ │ └─┬ json-stable-stringify@1.0.12017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ │   └── jsonify@0.0.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ ├─┬ hawk@3.1.32017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ ├── boom@2.10.12017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ ├── hoek@2.16.32017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ └── sntp@1.0.92017-05-21T11:08:46.92+0800 [STG/0] OUT        │ ├─┬ http-signature@1.1.12017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ ├── assert-plus@0.2.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ ├─┬ jsprim@1.4.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ │ ├── assert-plus@1.0.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ │ ├── extsprintf@1.0.22017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ │ └── verror@1.3.62017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │ └─┬ sshpk@1.13.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   ├── asn1@0.2.32017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   ├── assert-plus@1.0.02017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   ├── bcrypt-pbkdf@1.0.12017-05-21T11:08:46.92+0800 [STG/0] OUT        │ │   ├─┬ dashdash@1.14.12017-05-21T11:08:46.93+0800 [STG/0] OUT        │ │   ├─┬ getpass@0.1.72017-05-21T11:08:46.94+0800 [STG/0] OUT        │ │   │ └── assert-plus@1.0.02017-05-21T11:08:46.94+0800 [STG/0] OUT        │ │   └── tweetnacl@0.14.52017-05-21T11:08:46.94+0800 [STG/0] OUT        │ ├── is-typedarray@1.0.02017-05-21T11:08:46.94+0800 [STG/0] OUT        │ ├─┬ mime-types@2.1.152017-05-21T11:08:46.94+0800 [STG/0] OUT        │ │ └── mime-db@1.27.02017-05-21T11:08:46.94+0800 [STG/0] OUT        │ ├── oauth-sign@0.8.22017-05-21T11:08:46.94+0800 [STG/0] OUT        │ ├── performance-now@0.2.02017-05-21T11:08:46.94+0800 [STG/0] OUT        │ ├── safe-buffer@5.0.12017-05-21T11:08:46.94+0800 [STG/0] OUT        │ ├── stringstream@0.0.52017-05-21T11:08:46.94+0800 [STG/0] OUT        │ ├─┬ tough-cookie@2.3.22017-05-21T11:08:46.94+0800 [STG/0] OUT        │ │ └── punycode@1.4.12017-05-21T11:08:46.94+0800 [STG/0] OUT        │ └── uuid@3.0.12017-05-21T11:08:46.94+0800 [STG/0] OUT        ├── when@3.7.82017-05-21T11:08:46.94+0800 [STG/0] OUT        └─┬ ws@1.1.12017-05-21T11:08:46.94+0800 [STG/0] OUT        ├── options@0.0.62017-05-21T11:08:46.94+0800 [STG/0] OUT -----> Checking and configuring service extensions after installing dependencies2017-05-21T11:08:51.19+0800 [STG/0] OUT -----> Caching build2017-05-21T11:08:51.19+0800 [STG/0] OUT        Saving 2 cacheDirectories (default):2017-05-21T11:08:51.20+0800 [STG/0] OUT        - node_modules2017-05-21T11:08:54.50+0800 [STG/0] OUT        - bower_components (nothing to cache)2017-05-21T11:08:54.84+0800 [STG/0] OUT -----> Build succeeded!2017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── async@1.5.02017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── body-parser@1.17.22017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── express@4.15.32017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── ioredis@2.5.02017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── logule@2.1.02017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── mqtt@0.3.132017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── nano@5.11.22017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── needle@1.6.02017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── node-red@0.16.22017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── q@1.5.02017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── request@2.81.02017-05-21T11:08:57.30+0800 [STG/0] OUT        ├── when@3.7.82017-05-21T11:08:57.30+0800 [STG/0] OUT        └── ws@1.1.12017-05-21T11:08:57.30+0800 [STG/0] OUT        2017-05-21T11:09:13.83+0800 [STG/0] OUT Exit status 02017-05-21T11:09:13.83+0800 [STG/0] OUT Uploading droplet, build artifacts cache...2017-05-21T11:09:13.83+0800 [STG/0] OUT Uploading build artifacts cache...2017-05-21T11:09:13.83+0800 [STG/0] OUT Uploading droplet...2017-05-21T11:09:14.37+0800 [STG/0] OUT Uploaded build artifacts cache (10.3M)2017-05-21T11:09:19.87+0800 [STG/0] OUT Uploaded droplet (30.3M)2017-05-21T11:09:19.87+0800 [STG/0] OUT Uploading complete2017-05-21T11:09:19.99+0800 [STG/0] OUT Destroying container2017-05-21T11:09:21.03+0800 [CELL/0] OUT Creating container2017-05-21T11:09:31.88+0800 [STG/0] OUT Successfully destroyed container2017-05-21T11:09:39.03+0800 [CELL/0] OUT Successfully created container2017-05-21T11:09:44.84+0800 [CELL/0] OUT Starting health monitoring of container2017-05-21T11:09:45.78+0800 [APP/0] ERR /home/vcap/app/humix-settings.js:512017-05-21T11:09:45.78+0800 [APP/0] ERR     nodesDir: path.join(dirname, "server/nodes"),2017-05-21T11:09:45.78+0800 [APP/0] ERR               ^2017-05-21T11:09:45.78+0800 [APP/0] ERR ReferenceError: path is not defined2017-05-21T11:09:45.78+0800 [APP/0] ERR     at Object. (/home/vcap/app/humix-settings.js:51:15)2017-05-21T11:09:45.78+0800 [APP/0] ERR     at Module._compile (module.js:570:32)2017-05-21T11:09:45.78+0800 [APP/0] ERR     at Object.Module._extensions..js (module.js:579:10)2017-05-21T11:09:45.78+0800 [APP/0] ERR     at tryModuleLoad (module.js:446:12)2017-05-21T11:09:45.78+0800 [APP/0] ERR     at Function.Module._load (module.js:438:3)2017-05-21T11:09:45.78+0800 [APP/0] ERR     at Module.require (module.js:497:17)2017-05-21T11:09:45.78+0800 [APP/0] ERR     at require (internal/module.js:20:19)2017-05-21T11:09:45.78+0800 [APP/0] ERR     at Module._compile (module.js:570:32)2017-05-21T11:09:45.95+0800 [CELL/0] OUT Exit status 02017-05-21T11:09:46.06+0800 [CELL/0] OUT Destroying container2017-05-21T11:09:46.96+0800 [CELL/0] OUT Creating container2017-05-21T11:09:57.20+0800 [CELL/0] OUT Successfully destroyed container2017-05-21T11:10:11.11+0800 [CELL/0] OUT Starting health monitoring of container2017-05-21T11:10:12.12+0800 [APP/0] ERR /home/vcap/app/humix-settings.js:512017-05-21T11:10:12.12+0800 [APP/0] ERR     nodesDir: path.join(dirname, "server/nodes"),2017-05-21T11:10:12.12+0800 [APP/0] ERR               ^2017-05-21T11:10:12.12+0800 [APP/0] ERR     at Module._compile (module.js:570:32)2017-05-21T11:10:12.12+0800 [APP/0] ERR     at Module.load (module.js:487:32)2017-05-21T11:10:12.12+0800 [APP/0] ERR     at Function.Module._load (module.js:438:3)2017-05-21T11:10:12.12+0800 [APP/0] ERR     at Object. (/home/vcap/app/server/app.js:27:21)2017-05-21T11:10:12.12+0800 [APP/0] ERR     at Module._compile (module.js:570:32)2017-05-21T11:10:12.13+0800 [APP/0] OUT Exit status 12017-05-21T11:10:12.21+0800 [CELL/0] OUT Exit status 02017-05-21T11:10:12.24+0800 [CELL/0] OUT Destroying container2017-05-21T11:10:12.25+0800 [API/7] OUT App instance exited with guid e3059baa-f977-4683-a654-9819d8359fbb payload: {"instance"=>"", "index"=>0, "reason"=>"CRASHED", "exit_description"=>"2 error(s) occurred:\n\n 2 error(s) occurred:\n\n Exited with status 1\n cancelled\n cancelled", "crash_count"=>2, "crash_timestamp"=>1495336212218249383, "version"=>"86fd7380-f04b-4e12-8d64-6c3df33b52f7"}2017-05-21T11:10:12.94+0800 [CELL/0] OUT Creating container2017-05-21T11:10:25.40+0800 [CELL/0] OUT Successfully destroyed container2017-05-21T11:10:32.46+0800 [CELL/0] OUT Successfully created container2017-05-21T11:10:36.52+0800 [CELL/0] OUT Starting health monitoring of container2017-05-21T11:10:37.36+0800 [APP/0] ERR /home/vcap/app/humix-settings.js:512017-05-21T11:10:37.36+0800 [APP/0] ERR     nodesDir: path.join(__dirname, "server/nodes"),2017-05-21T11:10:37.36+0800 [APP/0] ERR               ^2017-05-21T11:10:37.36+0800 [APP/0] ERR ReferenceError: path is not defined2017-05-21T11:10:37.36+0800 [APP/0] ERR     at Object. (/home/vcap/app/humix-settings.js:51:15)2017-05-21T11:10:37.36+0800 [APP/0] ERR     at Module.load (module.js:487:32)2017-05-21T11:10:37.36+0800 [APP/0] ERR     at tryModuleLoad (module.js:446:12)2017-05-21T11:10:37.36+0800 [APP/0] ERR     at Function.Module._load (module.js:438:3)2017-05-21T11:10:37.36+0800 [APP/0] ERR     at Module.require (module.js:497:17)2017-05-21T11:10:37.36+0800 [APP/0] ERR     at Module._compile (module.js:570:32)2017-05-21T11:10:37.37+0800 [APP/0] OUT Exit status 12017-05-21T11:10:37.53+0800 [CELL/0] OUT Destroying container2017-05-21T11:10:37.54+0800 [API/7] OUT App instance exited with guid e3059baa-f977-4683-a654-9819d8359fbb payload: {"instance"=>"", "index"=>0, "reason"=>"CRASHED", "exit_description"=>"2 error(s) occurred:\n\n 2 error(s) occurred:\n\n Exited with status 1\n cancelled\n cancelled", "crash_count"=>3, "crash_timestamp"=>1495336237519002147, "version"=>"86fd7380-f04b-4e12-8d64-6c3df33b52f7"}2017-05-21T11:10:51.45+0800 [CELL/0] OUT Successfully destroyed container2017-05-21T11:11:36.77+0800 [CELL/0] OUT Creating container2017-05-21T11:11:54.47+0800 [CELL/0] OUT Successfully created container2017-05-21T11:11:57.97+0800 [CELL/0] OUT Starting health monitoring of container2017-05-21T11:11:58.84+0800 [APP/0] ERR     nodesDir: path.join(dirname, "server/nodes"),2017-05-21T11:11:58.84+0800 [APP/0] ERR               ^2017-05-21T11:11:58.84+0800 [APP/0] ERR ReferenceError: path is not defined2017-05-21T11:11:58.84+0800 [APP/0] ERR     at Object. (/home/vcap/app/humix-settings.js:51:15)2017-05-21T11:11:58.84+0800 [APP/0] ERR     at Module._compile (module.js:570:32)2017-05-21T11:11:58.84+0800 [APP/0] ERR     at Object.Module._extensions..js (module.js:579:10)2017-05-21T11:11:58.84+0800 [APP/0] ERR     at Module.load (module.js:487:32)2017-05-21T11:11:58.84+0800 [APP/0] ERR     at Module.require (module.js:497:17)2017-05-21T11:11:58.84+0800 [APP/0] ERR     at require (internal/module.js:20:19)2017-05-21T11:11:58.84+0800 [APP/0] ERR     at Object. (/home/vcap/app/server/app.js:27:21)2017-05-21T11:11:58.84+0800 [APP/0] ERR     at Module._compile (module.js:570:32)2017-05-21T11:11:58.84+0800 [APP/0] OUT Exit status 12017-05-21T11:11:58.95+0800 [CELL/0] OUT Exit status 02017-05-21T11:11:59.01+0800 [CELL/0] OUT Destroying container2017-05-21T11:11:59.02+0800 [API/9] OUT App instance exited with guid e3059baa-f977-4683-a654-9819d8359fbb payload: {"instance"=>"", "index"=>0, "reason"=>"CRASHED", "exit_description"=>"2 error(s) occurred:\n\n 2 error(s) occurred:\n\n Exited with status 1\n cancelled\n cancelled", "crash_count"=>4, "crash_timestamp"=>1495336318991521601, "version"=>"86fd7380-f04b-4e12-8d64-6c3df33b52f7"}2017-05-21T11:12:19.75+0800 [CELL/0] OUT Successfully destroyed container2017-05-21T11:13:24.29+0800 [CELL/0] OUT Creating container2017-05-21T11:13:42.09+0800 [CELL/0] OUT Starting health monitoring of container2017-05-21T11:13:43.62+0800 [APP/0] ERR /home/vcap/app/humix-settings.js:512017-05-21T11:13:43.62+0800 [APP/0] ERR     nodesDir: path.join(dirname, "server/nodes"),2017-05-21T11:13:43.62+0800 [APP/0] ERR ReferenceError: path is not defined2017-05-21T11:13:43.62+0800 [APP/0] ERR     at Object. (/home/vcap/app/humix-settings.js:51:15)2017-05-21T11:13:43.62+0800 [APP/0] ERR     at Module._compile (module.js:570:32)2017-05-21T11:13:43.62+0800 [APP/0] ERR     at Object.Module._extensions..js (module.js:579:10)2017-05-21T11:13:43.62+0800 [APP/0] ERR     at Module.load (module.js:487:32)2017-05-21T11:13:43.62+0800 [APP/0] ERR     at tryModuleLoad (module.js:446:12)2017-05-21T11:13:43.62+0800 [APP/0] ERR     at Function.Module._load (module.js:438:3)2017-05-21T11:13:43.62+0800 [APP/0] ERR     at Module.require (module.js:497:17)2017-05-21T11:13:43.62+0800 [APP/0] ERR     at require (internal/module.js:20:19)2017-05-21T11:13:43.62+0800 [APP/0] ERR     at Object. (/home/vcap/app/server/app.js:27:21)2017-05-21T11:13:43.62+0800 [APP/0] ERR     at Module._compile (module.js:570:32)2017-05-21T11:13:43.62+0800 [APP/0] OUT Exit status 12017-05-21T11:13:43.81+0800 [CELL/0] OUT Exit status 02017-05-21T11:13:43.84+0800 [CELL/0] OUT Destroying container2017-05-21T11:13:43.85+0800 [API/9] OUT App instance exited with guid e3059baa-f977-4683-a654-9819d8359fbb payload: {"instance"=>"", "index"=>0, "reason"=>"CRASHED", "exit_description"=>"2 error(s) occurred:\n\n 2 error(s) occurred:\n\n Exited with status 1\n cancelled\n cancelled", "crash_count"=>5, "crash_timestamp"=>1495336423827398384, "version"=>"86fd7380-f04b-4e12-8d64-6c3df33b52f7"}2017-05-21T11:13:55.49+0800 [CELL/0] OUT Successfully destroyed containermikede-mbp:humix-think mikechang$     ----- Original message -----From: Jeffrey Liu notifications@github.comTo: project-humix/humix-think humix-think@noreply.github.comCc: ibmgcgmikechang mjchang@tw.ibm.com, Author author@noreply.github.comSubject: Re: [project-humix/humix-think] deploy error (#12)Date: Thu, May 11, 2017 12:10 AM  ae76faa should fix a port problem. When deploying to bluemix, you need to update the humix-settings.js with two changes set location to 'bluemix' use 'couch' as storage. Please give it a try and let me know if that works for you. —You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

   

jeffffrey commented 7 years ago

Hi Mike, Still seeing this error ? I was able to deploy the latest code on bluemix without issue. If you still see this error, can you post your humix-settings here ?

ibmgcgmikechang commented 7 years ago

Dear Jeffery.     I try again still got error when start humix-think nodered no start and check cloudant db without table created, screen in below

  ----- Original message -----From: Jeffrey Liu notifications@github.comTo: project-humix/humix-think humix-think@noreply.github.comCc: ibmgcgmikechang mjchang@tw.ibm.com, Author author@noreply.github.comSubject: Re: [project-humix/humix-think] deploy error (#12)Date: Fri, Jul 7, 2017 10:17 PM  Hi Mike, Still seeing this error ? I was able to deploy the latest code on bluemix without issue. If you still see this error, can you post your humix-settings here ? —You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

 

ibmgcgmikechang commented 7 years ago

this time there are no errors when installed   ----- Original message -----From: Mike Chang/Taiwan/IBMTo: reply@reply.github.comCc: author@noreply.github.com, humix-think@noreply.github.comSubject: Re: [project-humix/humix-think] deploy error (#12)Date: Sat, Jul 8, 2017 3:52 PM  Dear Jeffery.     I try again still got error when start humix-think nodered no start and check cloudant db without table created, screen in below

  ----- Original message -----From: Jeffrey Liu notifications@github.comTo: project-humix/humix-think humix-think@noreply.github.comCc: ibmgcgmikechang mjchang@tw.ibm.com, Author author@noreply.github.comSubject: Re: [project-humix/humix-think] deploy error (#12)Date: Fri, Jul 7, 2017 10:17 PM  Hi Mike, Still seeing this error ? I was able to deploy the latest code on bluemix without issue. If you still see this error, can you post your humix-settings here ? —You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

   

ibmgcgmikechang commented 7 years ago

install log   Uploading mikehumix...Uploading app files from: /Users/mikechang/humix-docker/humix-thinkUploading 535.2K, 141 filesDone uploading               OKBinding service Humix-Cloudant-Service to app mikehumix in org mjchang_org / space humix as mjchang@tw.ibm.com...OKBinding service Humix-Speech-Service to app mikehumix in org mjchang_org / space humix as mjchang@tw.ibm.com...OKBinding service Humix-Conversation-Service to app mikehumix in org mjchang_org / space humix as mjchang@tw.ibm.com...OK Starting app mikehumix in org mjchang_org / space humix as mjchang@tw.ibm.com...Downloading liberty-for-java_v3_9-20170419-1403...Downloading swift_buildpack...Downloading python_buildpack...Downloading liberty-for-java...Downloading noop-buildpack...Downloaded liberty-for-javaDownloading java_buildpack...Downloaded noop-buildpackDownloading ruby_buildpack...Downloaded python_buildpackDownloaded liberty-for-java_v3_9-20170419-1403Downloading nodejs_buildpack...Downloading go_buildpack...Downloaded swift_buildpackDownloading liberty-for-java_v3_8-20170308-1507...Downloaded nodejs_buildpackDownloading xpages_buildpack...Downloaded ruby_buildpackDownloading php_buildpack...Downloaded java_buildpackDownloading staticfile_buildpack...Downloaded go_buildpackDownloading binary_buildpack...Downloaded liberty-for-java_v3_8-20170308-1507Downloading liberty-for-java_v3_7-20170118-2046...Downloaded php_buildpackDownloading sdk-for-nodejs...Downloaded xpages_buildpackDownloading dotnet-core_v1_0_13-20170330-1023...Downloaded staticfile_buildpackDownloading swift_buildpack_v2_0_5-20170406-2317...Downloaded binary_buildpackDownloading sdk-for-nodejs_v3_11-20170303-1144...Downloaded sdk-for-nodejsDownloading dotnet-core...Downloaded dotnet-core_v1_0_13-20170330-1023Downloaded sdk-for-nodejs_v3_11-20170303-1144Downloaded swift_buildpack_v2_0_5-20170406-2317Downloaded liberty-for-java_v3_7-20170118-2046Downloaded dotnet-coreCreating containerSuccessfully created containerDownloading app package...Downloaded app package (1.4M)Staging...-----> IBM SDK for Node.js Buildpack v3.12-20170505-0656       Based on Cloud Foundry Node.js Buildpack v1.5.24-----> Creating runtime environment              NPM_CONFIG_LOGLEVEL=error       NPM_CONFIG_PRODUCTION=true       NODE_ENV=production       NODE_MODULES_CACHE=true-----> Installing binaries       engines.node (package.json):  >=4.2       engines.npm (package.json):   unspecified (use default)              Resolving node version >=4.2 via 'node-version-resolver'       Installing IBM SDK for Node.js (6.10.2) from cache       Using default npm version: 3.10.10-----> Restoring cache       Skipping cache restore (new runtime signature)-----> Checking and configuring service extensions before installing dependencies-----> Building dependencies       Installing node modules (package.json)              > bcrypt@1.0.2 install /tmp/app/node_modules/bcrypt       > node-pre-gyp install --fallback-to-build              [bcrypt] Success: "/tmp/app/node_modules/bcrypt/lib/binding/bcrypt_lib.node" is installed via remote       humix-think@1.1.0 /tmp/app       ├── async@1.5.0       ├── bluebird@3.5.0       ├─┬ body-parser@1.17.2       │ ├── bytes@2.4.0       │ ├─┬ http-errors@1.6.1       │ │ └── inherits@2.0.3       │ ├── iconv-lite@0.4.15       │ ├─┬ on-finished@2.3.0       │ │ └── ee-first@1.1.1       │ ├─┬ raw-body@2.2.0       │ └── type-is@1.6.15       ├─┬ cfenv@1.0.4       │ │ ├─┬ argparse@1.0.9       │ ├── ports@1.1.0       │ └── underscore@1.8.3       │ ├─┬ accepts@1.3.3       │ ├── cookie-signature@1.0.6       │ ├── encodeurl@1.0.1       │ ├── escape-html@1.0.3       │ ├── etag@1.8.0       │ ├── merge-descriptors@1.0.1       │ ├── parseurl@1.3.1       │ │ ├── forwarded@0.1.0       │ │ └── ipaddr.js@1.3.0       │ ├── range-parser@1.2.0       │ ├─┬ send@0.15.3       │ │ └── mime@1.3.4       │ ├── serve-static@1.12.3       │ └── vary@1.1.1       │ ├── cluster-key-slot@1.0.8       │ ├── flexbuffer@0.0.6       │ ├── content-type@1.0.2       │ ├─┬ debug@2.6.7       │ │ └── ms@2.0.0       │ ├── depd@1.1.0       │ ├── qs@6.4.0       │ │ └── unpipe@1.0.0       │ ├─┬ js-yaml@3.7.0       │ │ │ └── sprintf-js@1.0.3       │ │ └── esprima@2.7.3       ├─┬ express@4.15.3       │ │ └── negotiator@0.6.1       │ ├── array-flatten@1.1.1       │ ├── content-disposition@0.5.2       │ ├── cookie@0.3.1       │ ├── finalhandler@1.0.3       │ ├── fresh@0.5.0       │ ├── methods@1.1.2       │ ├── path-to-regexp@0.1.7       │ ├─┬ proxy-addr@1.1.4       │ │ ├── destroy@1.0.4       │ ├── setprototypeof@1.0.3       │ ├── statuses@1.3.1       │ ├── utils-merge@1.0.0       ├─┬ ioredis@2.5.0       │ ├── double-ended-queue@2.1.0-0       │ ├── lodash@4.17.4       │ ├── redis-commands@1.3.1       │ └── redis-parser@1.3.0       ├─┬ logule@2.1.0       │ ├── autonomy@0.5.2       │ ├── confortable@0.2.2       │ ├── dye@0.1.0       │ ├── subset@0.1.7       │ └── typr@0.2.1       ├─┬ mqtt@0.3.13       │ └─┬ readable-stream@1.0.34       │   ├── core-util-is@1.0.2       │   ├── isarray@0.0.1       │   └── string_decoder@0.10.31       ├─┬ nano@5.11.2       │ ├── errs@0.3.2       │ ├─┬ follow@0.11.4       │ │ ├── browser-request@0.3.3       │ │ └── debug@0.7.4       │ ├─┬ request@2.42.0       │ │ ├── aws-sign2@0.5.0       │ │ ├── bl@0.9.5       │ │ ├── caseless@0.6.0       │ │ ├── forever-agent@0.5.2       │ │ ├─┬ form-data@0.1.4       │ │ │ ├── async@0.9.2       │ │ │ ├─┬ combined-stream@0.0.7       │ │ │ │ └── delayed-stream@0.0.5       │ │ │ └── mime@1.2.11       │ │ ├─┬ hawk@1.1.1       │ │ │ ├── boom@0.4.2       │ │ │ ├── cryptiles@0.2.2       │ │ │ ├── hoek@0.9.1       │ │ │ └── sntp@0.2.4       │ │ ├─┬ http-signature@0.10.1       │ │ │ ├── assert-plus@0.1.5       │ │ │ └── ctype@0.5.3       │ │ ├── mime-types@1.0.2       │ │ ├── node-uuid@1.4.8       │ │ ├── oauth-sign@0.4.0       │ │ ├── qs@1.2.2       │ │ └── tunnel-agent@0.4.3       │ └── underscore@1.7.0       ├── needle@1.6.0       ├─┬ node-red@0.16.2       │ │ ├── bindings@1.2.1       │ │ ├── nan@2.5.0       │ │ └─┬ node-pre-gyp@0.6.32       │ │   ├─┬ mkdirp@0.5.1       │ │   │ └── minimist@0.0.8       │ │   ├─┬ npmlog@4.1.2       │ │   │ ├─┬ are-we-there-yet@1.1.4       │ │   │ │ ├── delegates@1.0.0       │ │   │ │ └─┬ readable-stream@2.3.3       │ │   │ │   ├── isarray@1.0.0       │ │   │ │   └── string_decoder@1.0.3       │ │   │ ├── console-control-strings@1.1.0       │ │   │ │ ├── aproba@1.1.2       │ │   │ │ ├── has-unicode@2.0.1       │ │   │ │ │ └─┬ is-fullwidth-code-point@1.0.0       │ │   │ │ │   └── number-is-nan@1.0.1       │ │   │ │ ├─┬ strip-ansi@3.0.1       │ │   │ │ │ └── ansi-regex@2.1.1       │ │   │ │ └── wide-align@1.1.2       │ │   │ ├── ini@1.3.4       │ │   │ ├── minimist@1.2.0       │ │   │ └── strip-json-comments@2.0.1       │ │ │ ├── asn1@0.1.11       │ ├── basic-auth@1.1.0       │ ├─┬ bcrypt@1.0.2       │ │   │ ├─┬ gauge@2.7.4       │ │   │ │ ├── object-assign@4.1.1       │ │   │ │ ├── signal-exit@3.0.2       │ │   │ │ ├─┬ string-width@1.0.2       │ │   │ │ │ ├── code-point-at@1.1.0       │ │   │ └── set-blocking@2.0.0       │ │   ├─┬ rc@1.1.7       │ │   │ ├── deep-extend@0.4.2       │ │   ├─┬ rimraf@2.5.4       │ │   │ └─┬ glob@7.1.2       │ │   │   ├── fs.realpath@1.0.0       │ │   │   ├── inflight@1.0.6       │ │   │   ├─┬ minimatch@3.0.4       │ │   │   │ └─┬ brace-expansion@1.1.8       │ │   │   │   ├── balanced-match@1.0.0       │ │   │   │   └── concat-map@0.0.1       │ │   │   └── path-is-absolute@1.0.1       │ │   ├─┬ tar@2.2.1       │ │   │ ├── block-stream@0.0.9       │ │   │ └── fstream@1.0.11       │ │   └─┬ tar-pack@3.3.0       │ │     ├─┬ debug@2.2.0       │ │     │ └── ms@0.7.1       │ │     ├── fstream-ignore@1.0.5       │ │     ├── once@1.3.3       │ │     ├─┬ readable-stream@2.1.5       │ │     │ ├── buffer-shims@1.0.0       │ │     │ └── isarray@1.0.0       │ ├── bcryptjs@2.4.0       │ │ ├─┬ debug@2.2.0       │ │ │ └── ms@0.7.1       │ │ ├─┬ http-errors@1.5.1       │ │ ├── iconv-lite@0.4.13       │ │ ├── qs@6.2.0       │ │ └── raw-body@2.1.7       │ ├─┬ cheerio@0.22.0       │ │ ├─┬ css-select@1.2.0       │ │ │ ├── boolbase@1.0.0       │ │ │ ├── css-what@2.1.0       │ │ │ ├── domutils@1.5.1       │ │ │ └── nth-check@1.0.1       │ │ ├─┬ dom-serializer@0.1.0       │ │ │ └── domelementtype@1.1.3       │ │ ├─┬ htmlparser2@3.9.2       │ │ │ ├── domelementtype@1.3.0       │ │ │ ├── domhandler@2.4.1       │ │ │ └─┬ readable-stream@2.3.3       │ │ │   ├── isarray@1.0.0       │ │ │   └── string_decoder@1.0.3       │ │ ├── lodash.assignin@4.2.0       │ │ ├── lodash.defaults@4.2.0       │ │ ├── lodash.filter@4.6.0       │ │ ├── lodash.flatten@4.4.0       │ │ ├── lodash.foreach@4.5.0       │ │ ├── lodash.merge@4.6.0       │ │ ├── lodash.reduce@4.6.0       │ │ ├── lodash.reject@4.6.0       │ │ └── lodash.some@4.6.0       │ ├── clone@2.1.0       │ ├── cookie-parser@1.4.3       │ ├─┬ cron@1.2.1       │ │ └─┬ moment-timezone@0.5.13       │ │   └── moment@2.18.1       │ ├─┬ express@4.14.0       │ │ ├── content-disposition@0.5.1       │ │ ├── finalhandler@0.5.0       │ │ ├── fresh@0.3.0       │ │ └─┬ serve-static@1.11.2       │ │   └─┬ send@0.14.2       │ ├─┬ fs-extra@1.0.0       │ │ ├── graceful-fs@4.1.11       │ ├─┬ fs.notify@0.0.4       │ │ ├── async@0.1.22       │ │ └── retry@0.6.1       │ ├─┬ i18next@1.10.6       │ │ ├─┬ cookies@0.7.0       │ │ │ └── keygrip@1.0.1       │ │ ├── i18next-client@1.10.3       │ ├── is-utf8@0.2.1       │ ├── json-stringify-safe@5.0.1       │ ├── jsonata@1.0.10       │ ├── media-typer@0.3.0       │ ├─┬ mqtt@2.2.1       │ │ ├─┬ commist@1.0.0       │ │ │ ├── leven@1.0.2       │ │ │ └── minimist@1.2.0       │ │ ├─┬ concat-stream@1.6.0       │ │ │ ├─┬ readable-stream@2.3.3       │ │ │ │ ├── isarray@1.0.0       │ │ │ │ └── string_decoder@1.0.3       │ │ │ └── typedarray@0.0.6       │ │ ├─┬ end-of-stream@1.4.0       │ │ │ └─┬ once@1.4.0       │ │ │   └── wrappy@1.0.2       │ │ │ ├─┬ glob-stream@6.1.0       │ │ │ │ ├─┬ glob-parent@3.1.0       │ │ │ │ │ ├─┬ is-glob@3.1.0       │ │ │ │ │ └── path-dirname@1.0.2       │ │ │ │ ├─┬ ordered-read-streams@1.0.1       │ │ │ │ │   ├── isarray@1.0.0       │ │ │ │ ├── pumpify@1.3.5       │ │ │ │ ├─┬ readable-stream@2.3.3       │ │ │ │ │ ├── isarray@1.0.0       │ │ │ │ ├── remove-trailing-separator@1.0.2       │ │ │ │ ├─┬ to-absolute-glob@2.0.1       │ │ │ │ │ ├─┬ extend-shallow@2.0.1       │ │ │ │ │ │ └── is-extendable@0.1.1       │ │ │ │ │ └─┬ is-absolute@0.2.6       │ │ │ │ │   │ └─┬ is-unc-path@0.1.2       │ │ │ │ └─┬ unique-stream@2.2.1       │ │ │ │   └── through2-filter@2.0.0       │ │ │     ├── isarray@1.0.0       │ │ ├── minimist@1.2.0       │ │ ├─┬ mqtt-packet@5.4.0       │ │ │ ├─┬ bl@1.2.1       │ │ │ │ └─┬ readable-stream@2.3.3       │ │ │ │   ├── isarray@1.0.0       │ │ │ │   └── string_decoder@1.0.3       │ │ │ └── process-nextick-args@1.0.7       │ │ ├─┬ readable-stream@2.3.3       │ │ │ ├── isarray@1.0.0       │ │ │ ├── string_decoder@1.0.3       │ │ │ └── util-deprecate@1.0.2       │ │ ├── reinterval@1.1.0       │ │ ├── split2@2.1.1       │ │ │   │ └── once@1.3.3       │ │ │   │ └── string_decoder@1.0.3       │ ├─┬ node-red-node-email@0.1.23       │ │ │ ├── readable-stream@1.1.14       │ │ ├─┬ mailparser@0.6.2       │ │ │ │ └── addressparser@1.0.1       │ │ │ │ └── libqp@1.1.0       │ │ │ ├── needle@0.11.0       │ │ ├─┬ feedparser@1.1.3       │ │ └─┬ request@2.74.0       │ │   ├─┬ har-validator@2.0.6       │ │   │ │ └── supports-color@2.0.0       │ │     └── uid-number@0.0.6       │ ├─┬ body-parser@1.15.2       │ │ │ └── setprototypeof@1.0.2       │ │ ├── entities@1.1.1       │ │ ├── lodash.bind@4.2.1       │ │ ├── lodash.map@4.6.0       │ │ ├── lodash.pick@4.4.0       │ ├── cors@2.8.1       │ │ ├── etag@1.7.0       │ │ ├── send@0.14.1       │ │     └── ms@0.7.2       │ ├── follow-redirects@1.2.1       │ │ ├── jsonfile@2.4.0       │ │ └── klaw@1.3.1       │ │ └── json5@0.2.0       │ │ ├─┬ help-me@1.1.0       │ │ │ ├── callback-stream@1.1.0       │ │ │ │ │ │ └── is-extglob@2.1.1       │ │ │ │ ├── is-negated-glob@1.0.0       │ │ │ │ │ └─┬ readable-stream@2.3.3       │ │ │ │ │   └── string_decoder@1.0.3       │ │ │ │ │ └── string_decoder@1.0.3       │ │ │ │ │   ├─┬ is-relative@0.2.1       │ │ │ │ │   │   └── unc-path-regex@0.1.2       │ │ │ │ │   └── is-windows@0.2.0       │ │ │ └─┬ through2@2.0.3       │ │ │   └─┬ readable-stream@2.3.3       │ │ │     └── string_decoder@1.0.3       │ │ ├── pump@1.0.2       │ │ ├─┬ websocket-stream@3.3.3       │ │ │ └─┬ duplexify@3.5.0       │ │ │   ├─┬ end-of-stream@1.0.0       │ │ │   ├─┬ readable-stream@2.3.3       │ │ │   │ ├── isarray@1.0.0       │ │ │   └── stream-shift@1.0.0       │ │ └── xtend@4.0.1       │ ├── mustache@2.3.0       │ │ ├─┬ imap@0.8.19       │ │ │ └── utf7@1.0.2       │ │ │ └── uue@3.1.0       │ │ ├─┬ nodemailer@1.11.0       │ │ │ │ ├── libbase64@0.1.0       │ │ │ ├─┬ mailcomposer@2.1.0       │ │ │ └─┬ nodemailer-smtp-transport@1.1.0       │ │ │ ├── addressparser@0.1.3       │ │   │ └─┬ readable-stream@2.0.6       │ │   │   └── isarray@1.0.0       │ │   ├── caseless@0.11.0       │ │   │ ├─┬ is-my-json-valid@2.16.0       │ │   │ │ └── jsonpointer@4.0.1       │ │ │ ├── encoding@0.1.12       │ │ │ ├─┬ mimelib@0.3.1       │ │ │ ├─┬ libmime@1.2.0       │ │ │ │ └─┬ buildmail@2.0.0       │ │ │ │   ├── addressparser@0.3.2       │ │ │ │   └── needle@0.10.0       │ │ │ ├─┬ nodemailer-direct-transport@1.1.0       │ │ │ │ └── smtp-connection@1.3.8       │ │ │   ├── clone@1.0.2       │ │ │   └── nodemailer-wellknown@0.1.10       │ │ └─┬ poplib@0.1.7       │ │   └─┬ optimist@0.6.1       │ │     └── wordwrap@0.0.3       │ ├─┬ node-red-node-feedparser@0.1.8       │ │ │ └── array-indexofobject@0.0.1       │ │   ├─┬ bl@1.1.2       │ │   ├─┬ form-data@1.0.1       │ │   │ └── async@2.5.0       │ │   │ ├─┬ chalk@1.1.3       │ │   │ │ ├── ansi-styles@2.2.1       │ │   │ │ ├── escape-string-regexp@1.0.5       │ │   │ │ ├── has-ansi@2.0.0       │ │   │ ├── commander@2.11.0       │ │   │ │ ├── generate-function@2.0.0       │ │   │ │ ├─┬ generate-object-property@1.2.0       │ │   │ │ │ └── is-property@1.0.2       │ │   │ └─┬ pinkie-promise@2.0.1       │ │   │   └── pinkie@2.0.4       │ │   ├── node-uuid@1.4.8       │ │   ├── qs@6.2.3       │ │   └── tunnel-agent@0.4.3       │ ├── node-red-node-rbe@0.1.11       │ ├─┬ node-red-node-twitter@0.1.11       │ │ ├── oauth@0.9.14       │ │ └── twitter-ng@0.6.2       │ ├─┬ nopt@3.0.6       │ │ └── abbrev@1.1.0       │ ├─┬ oauth2orize@1.7.0       │ │ └── uid2@0.0.3       │ ├── on-headers@1.0.1       │ ├─┬ passport@0.3.2       │ │ ├── passport-strategy@1.0.0       │ │ └── pause@0.0.1       │ ├── passport-http-bearer@1.0.1       │ ├── passport-oauth2-client-password@0.1.2       │ ├── semver@5.3.0       │ ├── sentiment@2.1.0       │ ├─┬ uglify-js@2.7.5       │ │ ├── async@0.2.10       │ │ ├── source-map@0.5.6       │ │ ├── uglify-to-browserify@1.0.2       │ │ └─┬ yargs@3.10.0       │ │   ├── camelcase@1.2.1       │ │   ├─┬ cliui@2.1.0       │ │   │ ├─┬ center-align@0.1.3       │ │   │ │ ├─┬ align-text@0.1.4       │ │   │ │ │ ├─┬ kind-of@3.2.2       │ │   │ │ │ │ └── is-buffer@1.1.5       │ │   │ │ │ ├── longest@1.0.1       │ │   │ │ │ └── repeat-string@1.6.1       │ │   │ │ └── lazy-cache@1.0.4       │ │   │ ├── right-align@0.1.3       │ │   │ └── wordwrap@0.0.2       │ │   ├── decamelize@1.2.0       │ │   └── window-size@0.1.0       │ ├── when@3.7.7       │ └─┬ xml2js@0.4.17       │   ├── sax@0.6.1       │   └── xmlbuilder@4.2.1       ├── node-red-contrib-humix@1.0.7       ├── q@1.5.0       ├─┬ request@2.81.0       │ ├── aws-sign2@0.6.0       │ ├── aws4@1.6.0       │ ├── caseless@0.12.0       │ ├─┬ combined-stream@1.0.5       │ │ └── delayed-stream@1.0.0       │ ├── extend@3.0.1       │ ├── forever-agent@0.6.1       │ ├─┬ form-data@2.1.4       │ │ └── asynckit@0.4.0       │ ├─┬ har-validator@4.2.1       │ │ ├─┬ ajv@4.11.8       │ │ │ ├── co@4.6.0       │ │ │ └─┬ json-stable-stringify@1.0.1       │ │ │   └── jsonify@0.0.0       │ │ └── har-schema@1.0.5       │ ├─┬ hawk@3.1.3       │ │ ├── boom@2.10.1       │ │ ├── cryptiles@2.0.5       │ │ ├── hoek@2.16.3       │ │ └── sntp@1.0.9       │ ├─┬ http-signature@1.1.1       │ │ ├── assert-plus@0.2.0       │ │ ├─┬ jsprim@1.4.0       │ │ │ ├── assert-plus@1.0.0       │ │ │ ├── extsprintf@1.0.2       │ │ │ ├── json-schema@0.2.3       │ │ │ └── verror@1.3.6       │ │ └─┬ sshpk@1.13.1       │ │   ├── asn1@0.2.3       │ │   ├── assert-plus@1.0.0       │ │   ├── bcrypt-pbkdf@1.0.1       │ │   ├─┬ dashdash@1.14.1       │ │   │ └── assert-plus@1.0.0       │ │   ├── ecc-jsbn@0.1.1       │ │   ├─┬ getpass@0.1.7       │ │   │ └── assert-plus@1.0.0       │ │   ├── jsbn@0.1.1       │ │   └── tweetnacl@0.14.5       │ ├── is-typedarray@1.0.0       │ ├── isstream@0.1.2       │ ├─┬ mime-types@2.1.15       │ │ └── mime-db@1.27.0       │ ├── oauth-sign@0.8.2       │ ├── performance-now@0.2.0       │ ├── safe-buffer@5.1.1       │ ├── stringstream@0.0.5       │ ├─┬ tough-cookie@2.3.2       │ │ └── punycode@1.4.1       │ ├── tunnel-agent@0.6.0       │ └── uuid@3.1.0       ├── when@3.7.8       └─┬ ws@1.1.1       ├── options@0.0.6       └── ultron@1.0.2       -----> Checking and configuring service extensions after installing dependencies-----> Installing App Management-----> Caching build       Clearing previous node cache       Saving 2 cacheDirectories (default):       - node_modules       - bower_components (nothing to cache)-----> Build succeeded!       ├── async@1.5.0       ├── bluebird@3.5.0       ├── body-parser@1.17.2       ├── cfenv@1.0.4       ├── express@4.15.3       ├── ioredis@2.5.0       ├── logule@2.1.0       ├── mqtt@0.3.13       ├── nano@5.11.2       ├── needle@1.6.0       ├── node-red@0.16.2       ├── node-red-contrib-humix@1.0.7       ├── q@1.5.0       ├── request@2.81.0       └── ws@1.1.1              ├── when@3.7.8Staging completeUploading build artifacts cache...Uploading droplet...Exit status 0Uploading droplet, build artifacts cache...Uploaded build artifacts cache (10.2M)Uploaded droplet (30.2M)Uploading completeDestroying containerSuccessfully destroyed container 0 of 1 instances running, 1 starting1 of 1 instances running App started OK App mikehumix was started using this command node --max-old-space-size=384 server/app.js --settings ./humix-settings.js -v Showing health and status for app mikehumix in org mjchang_org / space humix as mjchang@tw.ibm.com...OK requested state: startedinstances: 1/1usage: 512M x 1 instancesurls: mikehumix.mybluemix.netlast uploaded: Sat Jul 8 07:43:29 UTC 2017stack: cflinuxfs2buildpack: SDK for Node.js(TM) (ibm-node.js-6.10.2, buildpack-v3.12-20170505-0656)      state     since                    cpu    memory      disk      details#0   running   2017-07-08 03:45:45 PM   0.0%   0 of 512M   0 of 1G   ----- Original message -----From: Mike Chang/Taiwan/IBMTo: reply@reply.github.comCc: author@noreply.github.com, humix-think@noreply.github.comSubject: Re: [project-humix/humix-think] deploy error (#12)Date: Sat, Jul 8, 2017 3:52 PM  Dear Jeffery.     I try again still got error when start humix-think nodered no start and check cloudant db without table created, screen in below

  ----- Original message -----From: Jeffrey Liu notifications@github.comTo: project-humix/humix-think humix-think@noreply.github.comCc: ibmgcgmikechang mjchang@tw.ibm.com, Author author@noreply.github.comSubject: Re: [project-humix/humix-think] deploy error (#12)Date: Fri, Jul 7, 2017 10:17 PM  Hi Mike, Still seeing this error ? I was able to deploy the latest code on bluemix without issue. If you still see this error, can you post your humix-settings here ? —You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

   

jeffffrey commented 7 years ago

can you attach your humix-settings.js ? Like to see what's the difference. Thx, Mike.

ibmgcgmikechang commented 7 years ago

i think the problem is cloudant when script to create table using reserve word, like xx-db (" - ")   ----- Original message -----From: Jeffrey Liu notifications@github.comTo: project-humix/humix-think humix-think@noreply.github.comCc: ibmgcgmikechang mjchang@tw.ibm.com, Comment comment@noreply.github.comSubject: Re: [project-humix/humix-think] deploy error (#12)Date: Sun, Jul 9, 2017 12:20 PM  can you attach your humix-settings.js ? Like to see what's the difference. Thx, Mike. —You are receiving this because you commented.Reply to this email directly, view it on GitHub, or mute the thread.