Closed ghost closed 8 years ago
Do you have some more log files available? Like the output from the actual containers? Judging by another issue created very recently (https://github.com/TIBCOSoftware/flogo-web/issues/130) it might be the same issue or the same type of issue.
I was able to reproduce #130. @fcastill fixed this as part for #129
Can you do a fresh git clone, delete all the images using docker rmi <image-name>
and do a docker-compose up
.
I am going to close this as duplicate of #130 since I am pretty sure everyone is getting the same exceptions.
Hi Aditya,
trying to proceed with your steps... However:
Can you please explain in more detail how to remove all the docker images (I am not that experienced with Docker). When I try docker rmi command, I get exceptions...
"docker ps" does not show any container.
[image: Inline image 1]
I tried:
kais-air:flogo-web kwaehner$ docker rmi 47cf20d8c26c
Failed to remove image (47cf20d8c26c): Error response from daemon: conflict: unable to delete 47cf20d8c26c (cannot be forced) - image has dependent child images
kais-air:flogo-web kwaehner$ docker rmi f3b68e2fb6fd -f
Failed to remove image (f3b68e2fb6fd): Error response from daemon: conflict: unable to delete f3b68e2fb6fd (must be forced) - image is being used by stopped container f1192a169d32
Thanks.
Best regards,
Kai Wähner
Kai Wähner Technology Evangelist and Community Director | M +49 175 5720528 | E kwaehner@tibco.com | www.tibco.com
TIBCO Software GmbH | Balanstr. 49, D-81669 München
Sitz der Gesellschaft: München. Amtsgericht München: HRB
The information transmitted in this electronic communication is intended only for the person or entity to whom it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited.
On Wed, Jul 13, 2016 at 5:23 PM, Aditya Wagle notifications@github.com wrote:
I was able to reproduce #130 https://github.com/TIBCOSoftware/flogo-web/issues/130. @fcastill https://github.com/fcastill fixed this as part for #129 https://github.com/TIBCOSoftware/flogo-web/issues/129
Can you do a fresh git clone, delete all the images using docker rmi
and do a docker-compose up. I am going to close this as duplicate of #130 https://github.com/TIBCOSoftware/flogo-web/issues/130 since I am pretty sure everyone is getting the same exceptions. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TIBCOSoftware/flogo-web/issues/131#issuecomment-232390244, or mute the thread https://github.com/notifications/unsubscribe/ASie5HxjLJUW2j1bptiQn8BOZ7KT9cffks5qVQLrgaJpZM4JLc63 .
You can do a docker-compose down
to delete all the containers.
Stopped containers can be listed using docker ps -a
You can then use docker rm <containerid>
I couldn't see the images since you replied by email. I suggest replying from the Github website and add images.
Ok, will use website instead of email in the future... However, #131 is not shown anymore (as you marked it as duplicate, probably ?!)
I did all the steps.... Still the same issue. Not sure if it is the same as
it...
Attached is my console output again. Not sure what other logs I can get for you - Leon mentioned:
Do you have some more log files available? Like the output from the actual containers?
Not sure where to find this... ?!
Best regards,
Kai Wähner
Kai Wähner Technology Evangelist and Community Director | M +49 175 5720528 | E kwaehner@tibco.com | www.tibco.com
TIBCO Software GmbH | Balanstr. 49, D-81669 München
Sitz der Gesellschaft: München. Amtsgericht München: HRB
The information transmitted in this electronic communication is intended only for the person or entity to whom it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited.
On Wed, Jul 13, 2016 at 8:27 PM, Aditya Wagle notifications@github.com wrote:
You can do a docker-compose down to delete all the containers. Stopped containers can be listed using docker ps -a You can then use docker rm
I couldn't see the images since you replied by email. I suggest replying from the Github website and add images.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TIBCOSoftware/flogo-web/issues/131#issuecomment-232444712, or mute the thread https://github.com/notifications/unsubscribe/ASie5Ia1jhWX9BwNExfse9BUbDis9z3qks5qVS4rgaJpZM4JLc63 .
Last login: Thu Jul 14 08:08:13 on ttys000 bash --login '/Applications/Docker/Docker Quickstart Terminal.app/Contents/Resources/Scripts/start.sh' Kais-MacBook-Air:~ kwaehner$ bash --login '/Applications/Docker/Docker Quickstart Terminal.app/Contents/Resources/Scripts/start.sh'
## .
## ## ## ==
## ## ## ## ## ===
/"""""""""""""""""\___/ ===
~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~
\______ o __/
\ \ __/
\____\_______/
docker is configured to use the default machine with IP 192.168.99.100 For help getting started, check out the docs at https://docs.docker.com
Kais-MacBook-Air:~ kwaehner$ pwd /Users/kwaehner Kais-MacBook-Air:~ kwaehner$ cd flogo-web/ Kais-MacBook-Air:flogo-web kwaehner$ clear
Kais-MacBook-Air:flogo-web kwaehner$ docker-compose up Starting flogoweb_flogo-redis_1 Building flogo-flow-service Step 1 : FROM alpine:3.3 3.3: Pulling from library/alpine 6c123565ed5e: Pull complete Digest: sha256:4fa633f4feff6a8f02acfc7424efd5cb3e76686ed3218abf4ca0fa4a2a358423 Status: Downloaded newer image for alpine:3.3 ---> 47cf20d8c26c Step 2 : MAINTAINER Aditya Wagle ---> Running in 3f78b1c6c90e ---> 0a5e1ad2cac6 Removing intermediate container 3f78b1c6c90e Step 3 : ADD flow-store-service /tmp/flow-service/ ---> a15c1dce268b Removing intermediate container 4f0565a107e1 Step 4 : ENTRYPOINT /tmp/flow-service/docker-start.sh ---> Running in 9c4eb4b7cdfd ---> 0282811be69c Removing intermediate container 9c4eb4b7cdfd Step 5 : EXPOSE 9090 9091 ---> Running in b8c3a47f89b8 ---> 64753b627001 Removing intermediate container b8c3a47f89b8 Step 6 : RUN chmod 777 /tmp/flow-service/docker-start.sh && apk --no-cache --update add openjdk8 bash libstdc++ && rm -rf /var/cache/apk/ ---> Running in 7d14c0e26a0d fetch http://dl-cdn.alpinelinux.org/alpine/v3.3/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.3/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.3/community/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.3/community/x86_64/APKINDEX.tar.gz (1/31) Installing ncurses-terminfo-base (6.0-r6) (2/31) Installing ncurses-terminfo (6.0-r6) (3/31) Installing ncurses-libs (6.0-r6) (4/31) Installing readline (6.3.008-r4) (5/31) Installing bash (4.3.42-r3) Executing bash-4.3.42-r3.post-install (6/31) Installing libgcc (5.3.0-r0) (7/31) Installing libstdc++ (5.3.0-r0) (8/31) Installing libffi (3.2.1-r2) (9/31) Installing libtasn1 (4.7-r1) (10/31) Installing p11-kit (0.23.1-r1) (11/31) Installing p11-kit-trust (0.23.1-r1) (12/31) Installing openssl (1.0.2h-r1) (13/31) Installing ca-certificates (20160104-r2) (14/31) Installing java-cacerts (1.0-r0) (15/31) Installing libxau (1.0.8-r1) (16/31) Installing libxdmcp (1.1.2-r1) (17/31) Installing libxcb (1.11.1-r0) (18/31) Installing libx11 (1.6.3-r2) (19/31) Installing libxext (1.3.3-r1) (20/31) Installing libxi (1.7.5-r0) (21/31) Installing libxrender (0.9.9-r1) (22/31) Installing libxtst (1.2.2-r0) (23/31) Installing libpng (1.6.20-r0) (24/31) Installing freetype (2.6.2-r0) (25/31) Installing giflib (5.1.1-r2) (26/31) Installing openjdk8-jre-lib (8.92.14-r0) (27/31) Installing java-common (0.1-r0) (28/31) Installing alsa-lib (1.1.0-r1) (29/31) Installing openjdk8-jre-base (8.92.14-r0) (30/31) Installing openjdk8-jre (8.92.14-r0) (31/31) Installing openjdk8 (8.92.14-r0) Executing busybox-1.24.2-r0.trigger Executing ca-certificates-20160104-r2.trigger Executing java-common-0.1-r0.trigger OK: 151 MiB in 42 packages ---> f1ee12452de0 Removing intermediate container 7d14c0e26a0d Step 7 : WORKDIR /tmp/flow-service ---> Running in 246b0db72bd5 ---> c74320ed350f Removing intermediate container 246b0db72bd5 Successfully built c74320ed350f Creating flogoweb_flogo-flow-service_1 Building flogo-state-service Step 1 : FROM alpine:3.3 ---> 47cf20d8c26c Step 2 : MAINTAINER Aditya Wagle ---> Using cache ---> 0a5e1ad2cac6 Step 3 : ADD flow-state* /tmp/flow-state-service/ ---> 33a6e0b4ec2e Removing intermediate container 692397bbea57 Step 4 : ENTRYPOINT /tmp/flow-state-service/docker-start.sh ---> Running in e33dd9d357ce ---> 9ae6657082af Removing intermediate container e33dd9d357ce Step 5 : EXPOSE 9190 9191 ---> Running in af4c353e5dd3 ---> 01df88c60e93 Removing intermediate container af4c353e5dd3 Step 6 : RUN chmod 777 /tmp/flow-state-service/docker-start.sh && apk --no-cache --update add openjdk8 bash libstdc++ && rm -rf /var/cache/apk/ ---> Running in 5ae9a6b5ca56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.3/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.3/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.3/community/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.3/community/x86_64/APKINDEX.tar.gz (1/31) Installing ncurses-terminfo-base (6.0-r6) (2/31) Installing ncurses-terminfo (6.0-r6) (3/31) Installing ncurses-libs (6.0-r6) (4/31) Installing readline (6.3.008-r4) (5/31) Installing bash (4.3.42-r3) Executing bash-4.3.42-r3.post-install (6/31) Installing libgcc (5.3.0-r0) (7/31) Installing libstdc++ (5.3.0-r0) (8/31) Installing libffi (3.2.1-r2) (9/31) Installing libtasn1 (4.7-r1) (10/31) Installing p11-kit (0.23.1-r1) (11/31) Installing p11-kit-trust (0.23.1-r1) (12/31) Installing openssl (1.0.2h-r1) (13/31) Installing ca-certificates (20160104-r2) (14/31) Installing java-cacerts (1.0-r0) (15/31) Installing libxau (1.0.8-r1) (16/31) Installing libxdmcp (1.1.2-r1) (17/31) Installing libxcb (1.11.1-r0) (18/31) Installing libx11 (1.6.3-r2) (19/31) Installing libxext (1.3.3-r1) (20/31) Installing libxi (1.7.5-r0) (21/31) Installing libxrender (0.9.9-r1) (22/31) Installing libxtst (1.2.2-r0) (23/31) Installing libpng (1.6.20-r0) (24/31) Installing freetype (2.6.2-r0) (25/31) Installing giflib (5.1.1-r2) (26/31) Installing openjdk8-jre-lib (8.92.14-r0) (27/31) Installing java-common (0.1-r0) (28/31) Installing alsa-lib (1.1.0-r1) (29/31) Installing openjdk8-jre-base (8.92.14-r0) (30/31) Installing openjdk8-jre (8.92.14-r0) (31/31) Installing openjdk8 (8.92.14-r0) Executing busybox-1.24.2-r0.trigger Executing ca-certificates-20160104-r2.trigger Executing java-common-0.1-r0.trigger OK: 151 MiB in 42 packages ---> 188de981e049 Removing intermediate container 5ae9a6b5ca56 Step 7 : WORKDIR /tmp/flow-state-service/build/install/state-service/bin/ ---> Running in 0a9b9e5d3269 ---> 93a1d7f655ee Removing intermediate container 0a9b9e5d3269 Successfully built 93a1d7f655ee Creating flogoweb_flogo-state-service_1 Building flogo-web Step 1 : FROM golang:1.6.2-alpine ---> d688f409d292 Step 2 : MAINTAINER Aditya Wagle ---> Running in a626f9de16cc ---> 1197eeea06a9 Removing intermediate container a626f9de16cc Step 3 : VOLUME "./docker-shared" ---> Running in d3fc7a5cbd0f ---> 8bc48b97a324 Removing intermediate container d3fc7a5cbd0f Step 4 : WORKDIR /tmp/flogo-web ---> Running in bca4c2bf2b35 ---> 93f0ad0c93c0 Removing intermediate container bca4c2bf2b35 Step 5 : COPY package.json /tmp/flogo-web ---> 6fdaff6fc389 Removing intermediate container 10090a76a732 Step 6 : COPY .babelrc gulpfile.babel.js tsconfig.json typings.json docker-start.sh /tmp/flogo-web/ ---> bf6dcea57c34 Removing intermediate container 145ebd589dca Step 7 : COPY submodules /tmp/flogo-web/submodules ---> 19c7b4191a9f Removing intermediate container 5ac7f260f3fa Step 8 : COPY typings /tmp/flogo-web/typings ---> 9a4e315a5d49 Removing intermediate container 98d5813ded9e Step 9 : COPY gulp /tmp/flogo-web/gulp ---> 48a4e0b5e1a6 Removing intermediate container 0a79a0bd7721 Step 10 : COPY contrib /tmp/flogo-web/contrib ---> 4f1ed86560a9 Removing intermediate container 002398c7ebe6 Step 11 : COPY src /tmp/flogo-web/src ---> 91dfae063745 Removing intermediate container bd06ef301a31 Step 12 : COPY gulp /tmp/flogo-web/gulp ---> 0f03ea0e3299 Removing intermediate container 3e60b453daeb Step 13 : RUN apk --no-cache add make nodejs python bash git g++ && node --version && echo "### RUNNING npm install ### " && npm install && echo "### RUNNING npm cache clear ### " && echo "Installing GULP CLI" && npm install -g gulp-cli && npm cache clear && chmod 777 /tmp/flogo-web/docker-start.sh && echo "Starting local build" && gulp build && echo "Installing GB" && go get github.com/constabulary/gb/... ---> Running in 24fdd4e601e9 fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/community/x86_64/APKINDEX.tar.gz (1/34) Installing ncurses-terminfo-base (6.0-r7) (2/34) Installing ncurses-terminfo (6.0-r7) (3/34) Installing ncurses-libs (6.0-r7) (4/34) Installing readline (6.3.008-r4) (5/34) Installing bash (4.3.42-r3) Executing bash-4.3.42-r3.post-install (6/34) Installing libgcc (5.3.0-r0) (7/34) Installing libstdc++ (5.3.0-r0) (8/34) Installing binutils-libs (2.26-r0) (9/34) Installing binutils (2.26-r0) (10/34) Installing gmp (6.1.0-r0) (11/34) Installing isl (0.14.1-r0) (12/34) Installing libgomp (5.3.0-r0) (13/34) Installing libatomic (5.3.0-r0) (14/34) Installing pkgconf (0.9.12-r0) (15/34) Installing pkgconfig (0.25-r1) (16/34) Installing mpfr3 (3.1.2-r0) (17/34) Installing mpc1 (1.0.3-r0) (18/34) Installing gcc (5.3.0-r0) ^[[B ^CGracefully stopping... (press Ctrl+C again to force) Stopping flogoweb_flogo-state-service_1 ... done Stopping flogoweb_flogo-redis_1 ... done Kais-MacBook-Air:flogo-web kwaehner$ clear
Kais-MacBook-Air:flogo-web kwaehner$ docker-compose up Starting flogoweb_flogo-redis_1 Starting flogoweb_flogo-flow-service_1 Starting flogoweb_flogo-state-service_1 Building flogo-web Step 1 : FROM golang:1.6.2-alpine ---> d688f409d292 Step 2 : MAINTAINER Aditya Wagle ---> Using cache ---> 1197eeea06a9 Step 3 : VOLUME "./docker-shared" ---> Using cache ---> 8bc48b97a324 Step 4 : WORKDIR /tmp/flogo-web ---> Using cache ---> 93f0ad0c93c0 Step 5 : COPY package.json /tmp/flogo-web ---> Using cache ---> 6fdaff6fc389 Step 6 : COPY .babelrc gulpfile.babel.js tsconfig.json typings.json docker-start.sh /tmp/flogo-web/ ---> Using cache ---> bf6dcea57c34 Step 7 : COPY submodules /tmp/flogo-web/submodules ---> Using cache ---> 19c7b4191a9f Step 8 : COPY typings /tmp/flogo-web/typings ---> Using cache ---> 9a4e315a5d49 Step 9 : COPY gulp /tmp/flogo-web/gulp ---> Using cache ---> 48a4e0b5e1a6 Step 10 : COPY contrib /tmp/flogo-web/contrib ---> Using cache ---> 4f1ed86560a9 Step 11 : COPY src /tmp/flogo-web/src ---> Using cache ---> 91dfae063745 Step 12 : COPY gulp /tmp/flogo-web/gulp ---> Using cache ---> 0f03ea0e3299 Step 13 : RUN apk --no-cache add make nodejs python bash git g++ && node --version && echo "### RUNNING npm install ### " && npm install && echo "### RUNNING npm cache clear ### " && echo "Installing GULP CLI" && npm install -g gulp-cli && npm cache clear && chmod 777 /tmp/flogo-web/docker-start.sh && echo "Starting local build" && gulp build && echo "Installing GB" && go get github.com/constabulary/gb/... ---> Running in 68276118aa9b fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/community/x86_64/APKINDEX.tar.gz (1/34) Installing ncurses-terminfo-base (6.0-r7) (2/34) Installing ncurses-terminfo (6.0-r7) (3/34) Installing ncurses-libs (6.0-r7) (4/34) Installing readline (6.3.008-r4) (5/34) Installing bash (4.3.42-r3) Executing bash-4.3.42-r3.post-install (6/34) Installing libgcc (5.3.0-r0) (7/34) Installing libstdc++ (5.3.0-r0) (8/34) Installing binutils-libs (2.26-r0) (9/34) Installing binutils (2.26-r0) (10/34) Installing gmp (6.1.0-r0) (11/34) Installing isl (0.14.1-r0) (12/34) Installing libgomp (5.3.0-r0) (13/34) Installing libatomic (5.3.0-r0) (14/34) Installing pkgconf (0.9.12-r0) (15/34) Installing pkgconfig (0.25-r1) (16/34) Installing mpfr3 (3.1.2-r0) (17/34) Installing mpc1 (1.0.3-r0) (18/34) Installing gcc (5.3.0-r0) (19/34) Installing musl-dev (1.1.14-r10) (20/34) Installing libc-dev (0.7-r0) (21/34) Installing g++ (5.3.0-r0) (22/34) Installing libssh2 (1.7.0-r0) (23/34) Installing libcurl (7.49.1-r0) (24/34) Installing expat (2.1.1-r1) (25/34) Installing pcre (8.38-r1) (26/34) Installing git (2.8.3-r0) (27/34) Installing make (4.1-r1) (28/34) Installing libuv (1.9.1-r0) (29/34) Installing nodejs (6.2.0-r0) (30/34) Installing libbz2 (1.0.6-r4) (31/34) Installing libffi (3.2.1-r2) (32/34) Installing gdbm (1.11-r1) (33/34) Installing sqlite-libs (3.13.0-r0) (34/34) Installing python (2.7.12-r0) Executing busybox-1.24.2-r9.trigger OK: 256 MiB in 46 packages v6.2.0
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated graceful-fs@3.0.8: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0. npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. npm WARN deprecated minimatch@1.0.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN prefer global jshint@2.9.2 should be installed with -g npm WARN prefer global node-ninja@1.0.1 should be installed with -g npm WARN prefer global node-gyp@3.4.0 should be installed with -g
sqlite3@3.1.4 install /tmp/flogo-web/node_modules/sqlite3 node-pre-gyp install --fallback-to-build
[sqlite3] Success: "/tmp/flogo-web/node_modules/sqlite3/lib/binding/node-v48-linux-x64/node_sqlite3.node" is installed via remote
leveldown@1.4.6 install /tmp/flogo-web/node_modules/leveldown prebuild --install
flogo-web@0.1.0 /tmp/flogo-web
+-- babel-core@6.10.4
| +-- babel-code-frame@6.11.0
| | +-- esutils@2.0.2
| | -- js-tokens@2.0.0 | +-- babel-generator@6.11.3 | |
-- detect-indent@3.0.1
| | +-- get-stdin@4.0.1
| | -- repeating@1.1.3 | |
-- is-finite@1.0.1
| +-- babel-helpers@6.8.0
| +-- babel-messages@6.8.0
| +-- babel-runtime@6.9.2
| +-- babel-template@6.9.0
| +-- babel-traverse@6.10.4
| | +-- globals@8.18.0
| | -- invariant@2.2.1 | |
-- loose-envify@1.2.0
| | -- js-tokens@1.0.3 | +-- babel-types@6.11.1 | |
-- to-fast-properties@1.0.2
| +-- babylon@6.8.4
| +-- convert-source-map@1.2.0
| +-- debug@2.2.0
| | -- ms@0.7.1 | +-- json5@0.4.0 | +-- lodash@4.13.1 | +-- minimatch@3.0.2 | |
-- brace-expansion@1.1.5
| | +-- balanced-match@0.4.1
| | -- concat-map@0.0.1 | +-- path-exists@1.0.0 | +-- path-is-absolute@1.0.0 | +-- private@0.1.6 | +-- shebang-regex@1.0.0 | +-- slash@1.0.0 |
-- source-map@0.5.6
+-- babel-plugin-transform-runtime@6.9.0
+-- babel-polyfill@6.9.1
| +-- core-js@2.4.0
| -- regenerator-runtime@0.9.5 +-- babel-preset-es2015@6.9.0 | +-- babel-plugin-check-es2015-constants@6.8.0 | +-- babel-plugin-transform-es2015-arrow-functions@6.8.0 | +-- babel-plugin-transform-es2015-block-scoped-functions@6.8.0 | +-- babel-plugin-transform-es2015-block-scoping@6.10.1 | +-- babel-plugin-transform-es2015-classes@6.9.0 | | +-- babel-helper-define-map@6.9.0 | | +-- babel-helper-function-name@6.8.0 | | +-- babel-helper-optimise-call-expression@6.8.0 | |
-- babel-helper-replace-supers@6.8.0
| +-- babel-plugin-transform-es2015-computed-properties@6.8.0
| +-- babel-plugin-transform-es2015-destructuring@6.9.0
| +-- babel-plugin-transform-es2015-duplicate-keys@6.8.0
| +-- babel-plugin-transform-es2015-for-of@6.8.0
| +-- babel-plugin-transform-es2015-function-name@6.9.0
| +-- babel-plugin-transform-es2015-literals@6.8.0
| +-- babel-plugin-transform-es2015-modules-commonjs@6.10.3
| | -- babel-plugin-transform-strict-mode@6.11.3 | +-- babel-plugin-transform-es2015-object-super@6.8.0 | +-- babel-plugin-transform-es2015-parameters@6.11.3 | | +-- babel-helper-call-delegate@6.8.0 | |
-- babel-helper-get-function-arity@6.8.0
| +-- babel-plugin-transform-es2015-shorthand-properties@6.8.0
| +-- babel-plugin-transform-es2015-spread@6.8.0
| +-- babel-plugin-transform-es2015-sticky-regex@6.8.0
| | -- babel-helper-regex@6.9.0 | +-- babel-plugin-transform-es2015-template-literals@6.8.0 | +-- babel-plugin-transform-es2015-typeof-symbol@6.8.0 | +-- babel-plugin-transform-es2015-unicode-regex@6.11.0 | |
-- regexpu-core@2.0.0
| | +-- regenerate@1.3.1
| | +-- regjsgen@0.2.0
| | -- regjsparser@0.1.5 | |
-- jsesc@0.5.0
| -- babel-plugin-transform-regenerator@6.9.0 |
-- babel-plugin-syntax-async-functions@6.8.0
+-- babel-register@6.9.0
| +-- home-or-tmp@1.0.0
| | +-- os-tmpdir@1.0.1
| | -- user-home@1.1.1 |
-- source-map-support@0.2.10
| -- source-map@0.1.32 |
-- amdefine@1.0.0
+-- browser-sync@2.13.0
| +-- browser-sync-client@2.4.2
| +-- browser-sync-ui@0.6.0
| | +-- async-each-series@0.1.1
| | +-- connect-history-api-fallback@1.2.0
| | +-- stream-throttle@0.1.3
| | | -- limiter@1.1.0 | |
-- weinre@2.0.0-pre-I0Z7U9OV
| | +-- express@2.5.11
| | | +-- connect@1.9.2
| | | | -- formidable@1.0.17 | | | +-- mime@1.2.4 | | | +-- mkdirp@0.3.0 | | |
-- qs@0.4.2
| | +-- nopt@3.0.6
| | | -- abbrev@1.0.9 | |
-- underscore@1.7.0
| +-- bs-recipes@1.2.2
| +-- chokidar@1.5.1
| | +-- anymatch@1.3.0
| | +-- async-each@1.0.0
| | +-- glob-parent@2.0.0
| | +-- is-binary-path@1.0.1
| | | -- binary-extensions@1.5.0 | | +-- is-glob@2.0.1 | |
-- readdirp@2.1.0
| | -- set-immediate-shim@1.0.1 | +-- connect@3.4.1 | |
-- finalhandler@0.4.1
| +-- dev-ip@1.0.1
| +-- easy-extender@2.3.2
| | -- lodash@3.10.1 | +-- eazy-logger@3.0.2 | |
-- tfunk@3.0.2
| | -- object-path@0.9.2 | +-- emitter-steward@1.0.0 | +-- fs-extra@0.26.7 | | +-- jsonfile@2.3.1 | |
-- klaw@1.3.0
| +-- http-proxy@1.13.3
| | +-- eventemitter3@1.2.0
| | -- requires-port@1.0.0 | +-- immutable@3.8.1 | +-- localtunnel@1.8.1 | | +-- openurl@1.1.0 | | +-- request@2.65.0 | | | +-- aws-sign2@0.6.0 | | | +-- bl@1.0.3 | | | |
-- readable-stream@2.0.6
| | | +-- caseless@0.11.0
| | | +-- combined-stream@1.0.5
| | | | -- delayed-stream@1.0.0 | | | +-- forever-agent@0.6.1 | | | +-- form-data@1.0.0-rc4 | | | |
-- async@1.5.2
| | | +-- har-validator@2.0.6
| | | | -- is-my-json-valid@2.13.1 | | | | +-- generate-function@2.0.0 | | | | +-- generate-object-property@1.2.0 | | | | |
-- is-property@1.0.2
| | | | -- jsonpointer@2.0.0 | | | +-- hawk@3.1.3 | | | | +-- boom@2.10.1 | | | | +-- cryptiles@2.0.5 | | | | +-- hoek@2.16.3 | | | |
-- sntp@1.0.9
| | | +-- http-signature@0.11.0
| | | | +-- asn1@0.1.11
| | | | +-- assert-plus@0.1.5
| | | | -- ctype@0.5.3 | | | +-- isstream@0.1.2 | | | +-- json-stringify-safe@5.0.1 | | | +-- node-uuid@1.4.7 | | | +-- oauth-sign@0.8.2 | | | +-- qs@5.2.0 | | | +-- stringstream@0.0.5 | | | +-- tough-cookie@2.2.2 | | |
-- tunnel-agent@0.4.3
| | -- yargs@3.29.0 | | +-- camelcase@1.2.1 | |
-- window-size@0.1.4
| +-- micromatch@2.3.8
| | +-- arr-diff@2.0.0
| | | -- arr-flatten@1.0.1 | | +-- braces@1.8.5 | | | +-- expand-range@1.8.2 | | | |
-- fill-range@2.2.3
| | | | +-- is-number@2.1.0
| | | | +-- randomatic@1.1.5
| | | | -- repeat-string@1.5.4 | | | +-- preserve@0.2.0 | | |
-- repeat-element@1.1.2
| | +-- expand-brackets@0.1.5
| | | -- is-posix-bracket@0.1.1 | | +-- extglob@0.3.2 | | +-- filename-regex@2.0.0 | | +-- is-extglob@1.0.0 | | +-- kind-of@3.0.3 | | |
-- is-buffer@1.1.3
| | +-- normalize-path@2.0.1
| | +-- object.omit@2.0.0
| | | +-- for-own@0.1.4
| | | | -- for-in@0.1.5 | | |
-- is-extendable@0.1.1
| | +-- parse-glob@3.0.4
| | | +-- glob-base@0.3.0
| | | -- is-dotfile@1.0.2 | |
-- regex-cache@0.4.3
| | +-- is-equal-shallow@0.1.3
| | -- is-primitive@2.0.0 | +-- opn@3.0.3 | +-- portscanner@1.0.0 | |
-- async@0.1.15
| +-- qs@6.2.0
| +-- resp-modifier@6.0.1
| | -- minimatch@2.0.10 | +-- rx@4.1.0 | +-- serve-index@1.7.3 | | +-- accepts@1.2.13 | | |
-- negotiator@0.5.3
| | +-- batch@0.5.3
| | +-- http-errors@1.3.1
| | -- mime-types@2.1.11 | |
-- mime-db@1.23.0
| +-- serve-static@1.10.3
| | -- send@0.13.2 | | +-- mime@1.3.4 | | +-- range-parser@1.0.3 | |
-- statuses@1.2.1
| +-- server-destroy@1.0.1
| +-- socket.io@1.4.6
| | +-- engine.io@1.6.9
| | | +-- accepts@1.1.4
| | | | +-- mime-types@2.0.14
| | | | | -- mime-db@1.12.0 | | | |
-- negotiator@0.4.9
| | | +-- base64id@0.1.0
| | | +-- engine.io-parser@1.2.4
| | | | +-- after@0.8.1
| | | | +-- arraybuffer.slice@0.0.6
| | | | +-- base64-arraybuffer@0.1.2
| | | | +-- blob@0.0.4
| | | | +-- has-binary@0.1.6
| | | | | -- isarray@0.0.1 | | | |
-- utf8@2.1.0
| | | -- ws@1.0.1 | | | +-- options@0.0.6 | | |
-- ultron@1.0.2
| | +-- has-binary@0.1.7
| | | -- isarray@0.0.1 | | +-- socket.io-adapter@0.4.0 | | |
-- socket.io-parser@2.2.2
| | | +-- debug@0.7.4
| | | +-- isarray@0.0.1
| | | -- json3@3.2.6 | | +-- socket.io-client@1.4.6 | | | +-- backo2@1.0.2 | | | +-- component-bind@1.0.0 | | | +-- component-emitter@1.2.0 | | | +-- engine.io-client@1.6.9 | | | | +-- component-inherit@0.0.3 | | | | +-- has-cors@1.1.0 | | | | +-- parsejson@0.0.1 | | | | +-- parseqs@0.0.2 | | | | +-- xmlhttprequest-ssl@1.5.1 | | | |
-- yeast@0.1.2
| | | +-- indexof@0.0.1
| | | +-- object-component@0.0.3
| | | +-- parseuri@0.0.4
| | | | -- better-assert@1.0.2 | | | |
-- callsite@1.0.0
| | | -- to-array@0.1.4 | |
-- socket.io-parser@2.2.6
| | +-- benchmark@1.0.0
| | +-- component-emitter@1.1.2
| | +-- isarray@0.0.1
| | -- json3@3.3.2 | +-- ua-parser-js@0.7.10 |
-- yargs@4.7.1
| +-- camelcase@3.0.0
| +-- cliui@3.2.0
| | -- wrap-ansi@2.0.0 | +-- decamelize@1.2.0 | +-- lodash.assign@4.0.9 | |
-- lodash.rest@4.0.3
| +-- os-locale@1.4.0
| | -- lcid@1.0.0 | |
-- invert-kv@1.0.0
| +-- pkg-conf@1.1.3
| | +-- find-up@1.1.2
| | | -- path-exists@2.1.0 | | +-- load-json-file@1.1.0 | | |
-- parse-json@2.2.0
| | | -- error-ex@1.3.0 | | |
-- is-arrayish@0.2.1
| | -- symbol@0.2.3 | +-- read-pkg-up@1.0.1 | |
-- read-pkg@1.1.0
| | +-- normalize-package-data@2.3.5
| | | +-- hosted-git-info@2.1.5
| | | +-- is-builtin-module@1.0.0
| | | | -- builtin-modules@1.1.1 | | |
-- validate-npm-package-license@3.0.1
| | | +-- spdx-correct@1.0.2
| | | | -- spdx-license-ids@1.2.1 | | |
-- spdx-expression-parse@1.0.2
| | | -- spdx-exceptions@1.0.5 | |
-- path-type@1.1.0
| +-- require-main-filename@1.0.1
| +-- set-blocking@1.0.0
| +-- string-width@1.0.1
| | +-- code-point-at@1.0.0
| | | -- number-is-nan@1.0.0 | |
-- is-fullwidth-code-point@1.0.0
| +-- window-size@0.2.0
| +-- y18n@3.2.1
| -- yargs-parser@2.4.0 |
-- camelcase@2.1.1
+-- del@2.2.1
| +-- globby@5.0.0
| | -- array-union@1.0.2 | +-- is-path-cwd@1.0.0 | +-- is-path-in-cwd@1.0.0 | |
-- is-path-inside@1.0.0
| | -- path-is-inside@1.0.1 | +-- object-assign@4.1.0 | +-- pify@2.3.0 | +-- pinkie-promise@2.0.1 | |
-- pinkie@2.0.4
| -- rimraf@2.5.3 +-- gulp@3.9.1 | +-- archy@1.0.0 | +-- chalk@1.1.3 | | +-- ansi-styles@2.2.1 | | +-- has-ansi@2.0.0 | | |
-- ansi-regex@2.0.0
| | +-- strip-ansi@3.0.1
| | -- supports-color@2.0.0 | +-- deprecated@0.0.1 | +-- gulp-util@3.0.7 | | +-- array-differ@1.0.0 | | +-- array-uniq@1.0.3 | | +-- beeper@1.1.0 | | +-- dateformat@1.0.12 | | |
-- meow@3.7.0
| | | +-- camelcase-keys@2.1.0
| | | | -- camelcase@2.1.1 | | | +-- loud-rejection@1.6.0 | | | | +-- currently-unhandled@0.4.1 | | | | |
-- array-find-index@1.0.1
| | | | -- signal-exit@3.0.0 | | | +-- map-obj@1.0.1 | | | +-- redent@1.0.0 | | | | +-- indent-string@2.1.0 | | | | |
-- repeating@2.0.1
| | | | -- strip-indent@1.0.1 | | |
-- trim-newlines@1.0.0
| | +-- lodash._reescape@3.0.0
| | +-- lodash._reevaluate@3.0.0
| | +-- lodash._reinterpolate@3.0.0
| | +-- lodash.template@3.6.2
| | | +-- lodash._basecopy@3.0.1
| | | +-- lodash._basetostring@3.0.1
| | | +-- lodash._basevalues@3.0.0
| | | +-- lodash._isiterateecall@3.0.9
| | | +-- lodash.escape@3.2.0
| | | +-- lodash.keys@3.1.2
| | | | +-- lodash._getnative@3.9.1
| | | | +-- lodash.isarguments@3.0.8
| | | | -- lodash.isarray@3.0.4 | | | +-- lodash.restparam@3.6.1 | | |
-- lodash.templatesettings@3.1.1
| | +-- multipipe@0.1.2
| | | -- duplexer2@0.0.2 | | |
-- readable-stream@1.1.14
| | | -- isarray@0.0.1 | | +-- object-assign@3.0.0 | |
-- vinyl@0.5.3
| +-- interpret@1.0.1
| +-- liftoff@2.2.4
| | +-- flagged-respawn@0.3.2
| | -- rechoir@0.6.2 | +-- minimist@1.2.0 | +-- orchestrator@0.3.7 | | +-- end-of-stream@0.1.5 | | +-- sequencify@0.0.7 | |
-- stream-consume@0.1.0
| +-- pretty-hrtime@1.0.2
| +-- semver@4.3.6
| +-- tildify@1.2.0
| | -- os-homedir@1.0.1 | +-- v8flags@2.0.11 |
-- vinyl-fs@0.3.14
| +-- defaults@1.0.3
| +-- glob-stream@3.1.18
| | +-- glob@4.5.3
| | +-- glob2base@0.0.12
| | | -- find-index@0.1.1 | | +-- minimatch@2.0.10 | | +-- ordered-read-streams@0.1.0 | | +-- through2@0.6.5 | | |
-- readable-stream@1.0.34
| | | -- isarray@0.0.1 | |
-- unique-stream@1.0.0
| +-- glob-watcher@0.0.6
| | -- gaze@0.5.2 | |
-- globule@0.1.0
| | +-- glob@3.1.21
| | | +-- graceful-fs@1.2.3
| | | -- inherits@1.0.2 | | +-- lodash@1.0.2 | |
-- minimatch@0.2.14
| +-- graceful-fs@3.0.8
| +-- strip-bom@1.0.0
| +-- through2@0.6.5
| | -- readable-stream@1.0.34 | |
-- isarray@0.0.1
| -- vinyl@0.4.6 |
-- clone@0.2.0
+-- gulp-babel@6.1.2
| +-- replace-ext@0.0.1
| +-- through2@2.0.1
| | +-- readable-stream@2.0.6
| | -- xtend@4.0.1 |
-- vinyl-sourcemaps-apply@0.2.1
+-- gulp-changed@1.3.0
+-- gulp-concat@2.6.0
| +-- concat-with-sourcemaps@1.0.4
| -- through2@0.6.5 |
-- readable-stream@1.0.34
| -- isarray@0.0.1 +-- gulp-filter@4.0.0 | +-- multimatch@2.1.0 |
-- streamfilter@1.0.5
+-- gulp-help@1.6.1
| -- object-assign@3.0.0 +-- gulp-inject@4.1.0 | +-- arrify@1.0.1 | +-- escape-string-regexp@1.0.5 | +-- event-stream@3.3.3 | | +-- duplexer@0.1.1 | | +-- from@0.1.3 | | +-- map-stream@0.1.0 | | +-- pause-stream@0.0.11 | | +-- split@0.3.3 | | +-- stream-combiner@0.0.4 | |
-- through@2.3.8
| +-- group-array@0.3.0
| | +-- get-value@1.3.1
| | | +-- lazy-cache@0.2.7
| | | -- noncharacters@1.1.0 | |
-- kind-of@2.0.1
| -- stream-to-array@2.3.0 |
-- any-promise@1.3.0
+-- gulp-inline-ng2-template@2.0.4 (git+https://github.com/fcastill/gulp-inline-ng2-template.git#bc15db0cdf64ed0ef62443e7e85acf22a374fb57)
| +-- async@2.0.0
| +-- clone@1.0.2
| +-- es6-templates@0.2.2
| | -- recast@0.9.18 | | +-- ast-types@0.6.16 | | +-- esprima-fb@10001.1.0-dev-harmony-fb | |
-- source-map@0.1.43
| +-- extend@3.0.0
| -- isarray@0.0.1 +-- gulp-less@3.1.0 |
-- accord@0.23.0
| +-- fobject@0.0.4
| +-- glob@7.0.3
| +-- indx@0.2.3
| +-- lodash@4.11.2
| +-- semver@5.2.0
| -- when@3.7.7 +-- gulp-load-plugins@1.2.4 | +-- array-unique@0.2.1 | +-- fancy-log@1.2.0 | |
-- time-stamp@1.0.1
| +-- findup-sync@0.4.2
| | +-- detect-file@0.1.0
| | | -- fs-exists-sync@0.1.0 | |
-- resolve-dir@0.1.0
| | +-- expand-tilde@1.2.2
| | -- global-modules@0.2.2 | | +-- global-prefix@0.1.4 | | |
-- ini@1.3.4
| | -- is-windows@0.2.0 | +-- gulplog@1.0.0 | |
-- glogg@1.0.0
| +-- has-gulplog@0.1.0
| | -- sparkles@1.0.0 |
-- resolve@1.1.7
+-- gulp-nodemon@2.1.0
| -- nodemon@1.9.2 | +-- es6-promise@3.2.1 | +-- ignore-by-default@1.0.1 | +-- lodash.defaults@3.1.2 | |
-- lodash.assign@3.2.0
| | +-- lodash._baseassign@3.2.0
| | | -- lodash.keys@3.1.2 | | +-- lodash._createassigner@3.1.1 | | |
-- lodash._bindcallback@3.0.1
| | -- lodash.keys@3.1.2 | +-- ps-tree@1.1.0 | +-- touch@1.0.0 | |
-- nopt@1.0.10
| +-- undefsafe@0.0.3
| -- update-notifier@0.5.0 | +-- configstore@1.4.0 | | +-- osenv@0.1.3 | | +-- uuid@2.0.2 | | +-- write-file-atomic@1.1.4 | | | +-- imurmurhash@0.1.4 | | |
-- slide@1.1.6
| | -- xdg-basedir@2.0.0 | +-- is-npm@1.0.0 | +-- latest-version@1.0.1 | |
-- package-json@1.2.0
| | +-- got@3.3.1
| | | +-- infinity-agent@2.0.3
| | | +-- is-redirect@1.0.0
| | | +-- lowercase-keys@1.0.0
| | | +-- nested-error-stacks@1.0.2
| | | +-- object-assign@3.0.0
| | | +-- prepend-http@1.0.4
| | | +-- read-all-stream@3.1.0
| | | -- timed-out@2.0.0 | |
-- registry-url@3.1.0
| +-- semver-diff@2.1.0
| -- string-length@1.0.1 +-- gulp-sourcemaps@1.6.0 | +-- graceful-fs@4.1.4 | +-- strip-bom@2.0.0 | |
-- is-utf8@0.2.1
| -- vinyl@1.1.1 |
-- clone-stats@0.0.1
+-- gulp-typescript@2.13.6
+-- gulp-uglify@1.5.4
| +-- deap@1.0.0
| +-- isobject@2.1.0
| | -- isarray@1.0.0 | +-- uglify-js@2.6.4 | | +-- async@0.2.10 | | +-- uglify-to-browserify@1.0.2 | |
-- yargs@3.10.0
| | +-- cliui@2.1.0
| | | +-- center-align@0.1.3
| | | | +-- align-text@0.1.4
| | | | | -- longest@1.0.1 | | | |
-- lazy-cache@1.0.4
| | | -- right-align@0.1.3 | |
-- window-size@0.1.0
| -- uglify-save-license@0.4.1 +-- less@2.7.1 | +-- errno@0.1.4 | |
-- prr@0.0.0
| +-- image-size@0.5.0
| +-- mime@1.3.4
| -- promise@7.1.1 |
-- asap@2.0.4
+-- mustache@2.2.1
+-- pouchdb-server@1.2.0
| +-- bluebird@2.10.2
| +-- colors@1.1.2
| +-- corser@2.0.0
| +-- couchdb-harness@0.1.6
| | +-- glob@3.1.21
| | | +-- graceful-fs@1.2.3
| | | +-- inherits@1.0.2
| | | -- minimatch@0.2.14 | | | +-- lru-cache@2.7.3 | | |
-- sigmund@1.0.1
| | +-- optimist@0.3.7
| | -- which@1.2.10 | |
-- isexe@1.1.2
| +-- couchdb-log-parse@0.0.3
| +-- express@4.14.0
| | +-- accepts@1.3.3
| | | -- negotiator@0.6.1 | | +-- array-flatten@1.1.1 | | +-- content-disposition@0.5.1 | | +-- content-type@1.0.2 | | +-- cookie@0.3.1 | | +-- cookie-signature@1.0.6 | | +-- depd@1.1.0 | | +-- encodeurl@1.0.1 | | +-- escape-html@1.0.3 | | +-- etag@1.7.0 | | +-- finalhandler@0.5.0 | | |
-- statuses@1.3.0
| | +-- fresh@0.3.0
| | +-- merge-descriptors@1.0.1
| | +-- methods@1.1.2
| | +-- parseurl@1.3.1
| | +-- path-to-regexp@0.1.7
| | +-- proxy-addr@1.1.2
| | | +-- forwarded@0.1.0
| | | -- ipaddr.js@1.1.1 | | +-- range-parser@1.2.0 | | +-- send@0.14.1 | | | +-- destroy@1.0.4 | | | +-- http-errors@1.5.0 | | | |
-- setprototypeof@1.0.1
| | | -- mime@1.3.4 | | +-- serve-static@1.11.1 | | +-- type-is@1.6.13 | | |
-- media-typer@0.3.0
| | +-- utils-merge@1.0.0
| | -- vary@1.1.0 | +-- express-pouchdb@1.0.5 | | +-- basic-auth@1.0.3 | | +-- bluebird@3.3.4 | | +-- body-parser@1.15.0 | | | +-- bytes@2.2.0 | | | +-- http-errors@1.4.0 | | | +-- iconv-lite@0.4.13 | | |
-- qs@6.1.0
| | +-- compression@1.6.1
| | | +-- accepts@1.3.3
| | | | -- negotiator@0.6.1 | | | +-- compressible@2.0.8 | | |
-- on-headers@1.0.1
| | +-- cookie-parser@1.4.1
| | | -- cookie@0.2.3 | | +-- extend@1.3.0 | | +-- header-case-normalizer@1.0.3 | | +-- multiparty@3.3.2 | | | +-- readable-stream@1.1.14 | | | |
-- isarray@0.0.1
| | | -- stream-counter@0.2.0 | | |
-- readable-stream@1.1.14
| | | -- isarray@0.0.1 | | +-- node-uuid@1.4.1 | | +-- on-finished@2.3.0 | | |
-- ee-first@1.1.1
| | +-- pouchdb-all-dbs@1.0.1
| | | +-- argsarray@0.0.1
| | | +-- es3ify@0.1.4
| | | | +-- esprima-fb@3001.1.0-dev-harmony-fb
| | | | -- jstransform@3.0.0 | | | | +-- base62@0.1.1 | | | | +-- esprima-fb@3001.1.0-dev-harmony-fb | | | |
-- source-map@0.1.31
| | | +-- lie@2.9.1
| | | | +-- immediate@3.0.5
| | | | | -- unreachable-branch-transform@0.3.0 | | | | | +-- recast@0.10.43 | | | | | | +-- ast-types@0.8.15 | | | | | |
-- esprima-fb@15001.1001.0-dev-harmony-fb
| | | | | -- through2@0.6.5 | | | | |
-- readable-stream@1.0.34
| | | | | -- isarray@0.0.1 | | | | +-- inline-process-browser@1.0.0 | | | | | +-- falafel@1.2.0 | | | | | | +-- acorn@1.2.2 | | | | | | +-- foreach@2.0.5 | | | | | | +-- isarray@0.0.1 | | | | | |
-- object-keys@1.0.11
| | | | | -- through2@0.6.5 | | | | |
-- readable-stream@1.0.34
| | | | | -- isarray@0.0.1 | | | |
-- unreachable-branch-transform@0.2.3
| | | | +-- esmangle-evaluator@1.0.1
| | | | +-- recast@0.10.43
| | | | | +-- ast-types@0.8.15
| | | | | -- esprima-fb@15001.1001.0-dev-harmony-fb | | | |
-- through2@0.6.5
| | | | -- readable-stream@1.0.34 | | | |
-- isarray@0.0.1
| | | -- tiny-queue@0.2.1 | | +-- pouchdb-auth@2.1.0 | | | +-- base64url@1.0.6 | | | | +-- concat-stream@1.4.10 | | | | | +-- readable-stream@1.1.14 | | | | | |
-- isarray@0.0.1
| | | | | -- typedarray@0.0.6 | | | |
-- meow@2.0.0
| | | | +-- camelcase-keys@1.0.0
| | | | +-- indent-string@1.2.2
| | | | -- object-assign@1.0.0 | | | +-- couchdb-calculate-session-id@1.1.0 | | | |
-- aproba@1.0.4
| | | +-- crypto-lite@0.1.0
| | | +-- pouchdb-bulkdocs-wrapper@1.0.2
| | | | -- pouchdb-promise@0.0.0 | | | | +-- bluebird@1.2.4 | | | |
-- lie@2.7.7
| | | +-- pouchdb-plugin-error@1.0.1
| | | +-- pouchdb-promise@5.4.5
| | | | -- lie@3.0.4 | | | | +-- es3ify@0.2.2 | | | | | +-- esprima@2.7.2 | | | | |
-- jstransform@11.0.3
| | | | | +-- base62@1.1.1
| | | | | +-- esprima-fb@15001.1.0-dev-harmony-fb
| | | | | +-- object-assign@2.1.1
| | | | | -- source-map@0.4.4 | | | |
-- unreachable-branch-transform@0.3.0
| | | | +-- recast@0.10.43
| | | | | +-- ast-types@0.8.15
| | | | | +-- esprima-fb@15001.1001.0-dev-harmony-fb
| | | | | -- source-map@0.5.6 | | | |
-- through2@0.6.5
| | | | -- readable-stream@1.0.34 | | | |
-- isarray@0.0.1
| | | +-- pouchdb-req-http-query@1.0.3
| | | | +-- extend@1.3.0
| | | | +-- pouchdb-promise@0.0.0
| | | | | +-- bluebird@1.2.4
| | | | | -- lie@2.7.7 | | | |
-- xmlhttprequest-cookie@0.9.4
| | | | -- xmlhttprequest@1.8.0 | | | +-- pouchdb-system-db@1.0.4 | | | +-- promise-nodify@1.0.2 | | |
-- secure-random@1.1.1
| | +-- pouchdb-find@0.1.0
| | | +-- jshint@2.9.2
| | | | +-- cli@0.6.6
| | | | | -- glob@3.2.11 | | | | |
-- minimatch@0.3.0
| | | | +-- console-browserify@1.1.0
| | | | | -- date-now@0.1.4 | | | | +-- exit@0.1.2 | | | | +-- htmlparser2@3.8.3 | | | | | +-- domelementtype@1.3.0 | | | | | +-- domhandler@2.3.0 | | | | | +-- domutils@1.5.1 | | | | | |
-- dom-serializer@0.1.0
| | | | | | +-- domelementtype@1.1.3
| | | | | | -- entities@1.1.1 | | | | | +-- entities@1.0.0 | | | | |
-- readable-stream@1.1.14
| | | | | -- isarray@0.0.1 | | | | +-- lodash@3.7.0 | | | | +-- minimatch@2.0.10 | | | | +-- shelljs@0.3.0 | | | |
-- strip-json-comments@1.0.4
| | | +-- pouchdb-abstract-mapreduce@0.2.2
| | | | -- spark-md5@0.0.5 | | | +-- pouchdb-collate@1.2.0 | | | +-- pouchdb-extend@0.1.2 | | | +-- pouchdb-upsert@1.1.3 | | |
-- spark-md5@0.0.5
| | +-- pouchdb-list@1.1.0
| | | +-- couchdb-objects@1.0.7
| | | | +-- extend@1.3.0
| | | | +-- is-empty@0.0.1
| | | | -- pouchdb-promise@0.0.0 | | | | +-- bluebird@1.2.4 | | | |
-- lie@2.7.7
| | | +-- couchdb-render@1.0.1
| | | | -- extend@1.3.0 | | |
-- pouchdb-promise@0.0.0
| | | +-- bluebird@1.2.4
| | | -- lie@2.7.7 | | +-- pouchdb-replicator@2.1.3 | | | +-- equals@1.0.5 | | | |
-- jkroso-type@1.1.1
| | | +-- extend@1.3.0
| | | +-- pouchdb-promise@0.0.0
| | | | +-- bluebird@1.2.4
| | | | -- lie@2.7.7 | | |
-- random-uuid-v4@0.0.4
| | +-- pouchdb-rewrite@1.0.7
| | | +-- extend@1.3.0
| | | -- pouchdb-route@1.0.3 | | |
-- extend@1.3.0
| | +-- pouchdb-security@1.2.6
| | | +-- extend@1.3.0
| | | +-- pouchdb-changeslike-wrapper@1.0.1
| | | -- pouchdb-promise@0.0.0 | | | +-- bluebird@1.2.4 | | |
-- lie@2.7.7
| | +-- pouchdb-show@1.0.8
| | | -- pouchdb-promise@0.0.0 | | | +-- bluebird@1.2.4 | | |
-- lie@2.7.7
| | +-- pouchdb-size@1.2.2
| | | -- get-folder-size@0.1.1 | | | +-- async@0.9.2 | | |
-- minimist@0.1.0
| | +-- pouchdb-update@1.0.8
| | | +-- couchdb-eval@1.0.6
| | | | -- extend@1.3.0 | | | +-- couchdb-resp-completer@1.0.3 | | | |
-- extend@1.3.0
| | | -- pouchdb-promise@0.0.0 | | | +-- bluebird@1.2.4 | | |
-- lie@2.7.7
| | +-- pouchdb-validation@1.2.1
| | | -- pouchdb-promise@0.0.0 | | | +-- bluebird@1.2.4 | | |
-- lie@2.7.7
| | +-- pouchdb-vhost@1.0.2
| | +-- pouchdb-wrappers@1.3.6
| | -- raw-body@2.1.6 | | +-- bytes@2.3.0 | |
-- unpipe@1.0.0
| +-- http-pouchdb@1.1.3
| | +-- pouchdb@5.4.5
| | | +-- double-ended-queue@2.0.0-0
| | | +-- es6-promise-pool@2.4.2
| | | +-- fruitdown@1.0.2
| | | | +-- abstract-leveldown@0.12.3
| | | | | -- xtend@3.0.0 | | | | +-- d64@1.0.0 | | | |
-- tiny-queue@0.2.0
| | | +-- js-extend@0.0.1
| | | +-- level-write-stream@1.0.0
| | | | -- end-stream@0.1.0 | | | |
-- write-stream@0.4.3
| | | | -- readable-stream@0.0.4 | | | +-- leveldown@1.4.6 | | | | +-- abstract-leveldown@2.4.1 | | | | +-- bindings@1.2.1 | | | | +-- fast-future@1.0.1 | | | | +-- nan@2.3.5 | | | |
-- prebuild@4.2.2
| | | | +-- expand-template@1.0.2
| | | | +-- ghreleases@1.0.5
| | | | | +-- ghrepos@2.0.0
| | | | | +-- ghutils@3.2.0
| | | | | | -- jsonist@1.2.0 | | | | | |
-- hyperquest@1.2.0
| | | | | | -- through2@0.6.5 | | | | | |
-- readable-stream@1.0.34
| | | | | | -- isarray@0.0.1 | | | | | +-- simple-mime@0.1.0 | | | | |
-- url-template@2.0.8
| | | | +-- github-from-package@0.0.0
| | | | +-- node-gyp@3.4.0
| | | | | +-- fstream@1.0.10
| | | | | +-- path-array@1.0.1
| | | | | | -- array-index@1.0.0 | | | | |
-- tar@2.2.1
| | | | | -- block-stream@0.0.9 | | | | +-- node-ninja@1.0.1 | | | | | +-- glob@4.5.3 | | | | | |
-- minimatch@2.0.10
| | | | | -- minimatch@1.0.0 | | | | +-- noop-logger@0.1.1 | | | | +-- npmlog@2.0.4 | | | | | +-- ansi@0.3.1 | | | | | +-- are-we-there-yet@1.1.2 | | | | | |
-- delegates@1.0.0
| | | | | -- gauge@1.2.7 | | | | | +-- has-unicode@2.0.1 | | | | | +-- lodash.pad@4.4.0 | | | | | | +-- lodash._baseslice@4.0.0 | | | | | | +-- lodash._basetostring@4.12.0 | | | | | |
-- lodash.tostring@4.1.3
| | | | | +-- lodash.padend@4.5.0
| | | | | | -- lodash._basetostring@4.12.0 | | | | |
-- lodash.padstart@4.5.0
| | | | | -- lodash._basetostring@4.12.0 | | | | +-- pump@1.0.1 | | | | |
-- end-of-stream@1.1.0
| | | | +-- rc@1.1.6
| | | | | -- deep-extend@0.4.1 | | | | +-- simple-get@1.4.3 | | | | |
-- unzip-response@1.0.0
| | | | +-- tar-fs@1.13.0
| | | | -- tar-stream@1.5.2 | | | |
-- end-of-stream@1.1.0
| | | +-- levelup@1.3.2
| | | | +-- deferred-leveldown@1.2.1
| | | | | -- abstract-leveldown@2.4.1 | | | | +-- level-codec@6.1.0 | | | | +-- level-errors@1.0.4 | | | | +-- level-iterator-stream@1.3.1 | | | | |
-- readable-stream@1.1.14
| | | | | -- isarray@0.0.1 | | | | +-- prr@1.0.1 | | | |
-- semver@5.1.1
| | | +-- lie@3.0.4
| | | | +-- es3ify@0.2.2
| | | | | +-- esprima@2.7.2
| | | | | -- jstransform@11.0.3 | | | | | +-- base62@1.1.1 | | | | | +-- commoner@0.10.4 | | | | | | +-- detective@4.3.1 | | | | | | |
-- defined@1.0.0
| | | | | | +-- glob@5.0.15
| | | | | | +-- q@1.4.1
| | | | | | -- recast@0.10.43 | | | | | | +-- ast-types@0.8.15 | | | | | |
-- esprima-fb@15001.1001.0-dev-harmony-fb
| | | | | +-- esprima-fb@15001.1.0-dev-harmony-fb
| | | | | +-- object-assign@2.1.1
| | | | | -- source-map@0.4.4 | | | |
-- unreachable-branch-transform@0.3.0
| | | | +-- recast@0.10.43
| | | | | +-- ast-types@0.8.15
| | | | | +-- esprima-fb@15001.1001.0-dev-harmony-fb
| | | | | -- source-map@0.5.6 | | | |
-- through2@0.6.5
| | | | -- readable-stream@1.0.34 | | | |
-- isarray@0.0.1
| | | +-- localstorage-down@0.6.6
| | | | +-- humble-localstorage@1.4.2
| | | | | +-- has-localstorage@1.0.1
| | | | | -- localstorage-memory@1.0.2 | | | |
-- tiny-queue@0.2.0
| | | +-- memdown@1.1.2
| | | | -- abstract-leveldown@2.6.0 | | | +-- pouchdb-collections@1.0.1 | | | +-- request@2.72.0 | | | | +-- aws4@1.4.1 | | | | +-- bl@1.1.2 | | | | |
-- readable-stream@2.0.6
| | | | | -- isarray@1.0.0 | | | | +-- http-signature@1.1.1 | | | | | +-- assert-plus@0.2.0 | | | | | +-- jsprim@1.3.0 | | | | | | +-- extsprintf@1.0.2 | | | | | | +-- json-schema@0.2.2 | | | | | |
-- verror@1.3.6
| | | | | -- sshpk@1.8.3 | | | | | +-- asn1@0.2.3 | | | | | +-- assert-plus@1.0.0 | | | | | +-- dashdash@1.14.0 | | | | | |
-- assert-plus@1.0.0
| | | | | +-- ecc-jsbn@0.1.1
| | | | | +-- getpass@0.1.6
| | | | | | -- assert-plus@1.0.0 | | | | | +-- jodid25519@1.0.2 | | | | | +-- jsbn@0.1.0 | | | | |
-- tweetnacl@0.13.3
| | | | +-- is-typedarray@1.0.0
| | | | -- qs@6.1.0 | | | +-- scope-eval@0.0.3 | | | +-- spark-md5@2.0.2 | | | +-- sublevel-pouchdb@1.0.1 | | | | +-- ltgt@2.1.2 | | | | +-- pull-stream@2.21.0 | | | | |
-- pull-core@1.0.0
| | | | -- readable-stream@1.0.33 | | | |
-- isarray@0.0.1
| | | -- vuvuzela@1.0.3 | |
-- xhr2@0.1.3
| +-- killable@1.0.0
| +-- memdown@1.2.0
| | +-- abstract-leveldown@2.6.0
| | +-- functional-red-black-tree@1.0.1
| | +-- inherits@2.0.1
| | -- ltgt@1.0.2 | +-- mkdirp@0.5.1 | |
-- minimist@0.0.8
| +-- nomnom@1.8.1
| | +-- chalk@0.4.0
| | | +-- ansi-styles@1.0.0
| | | +-- has-color@0.1.7
| | | -- strip-ansi@0.1.1 | |
-- underscore@1.6.0
| +-- pouchdb-adapter-node-websql@5.4.5
| | +-- js-extend@1.0.1
| | +-- pouchdb-adapter-websql-core@5.4.5
| | | +-- js-extend@1.0.1
| | | +-- pouchdb-adapter-utils@5.4.5
| | | +-- pouchdb-binary-utils@5.4.5
| | | +-- pouchdb-errors@5.4.5
| | | | -- lie@3.0.4 | | | | +-- es3ify@0.2.2 | | | | | +-- esprima@2.7.2 | | | | |
-- jstransform@11.0.3
| | | | | +-- base62@1.1.1
| | | | | +-- esprima-fb@15001.1.0-dev-harmony-fb
| | | | | +-- object-assign@2.1.1
| | | | | -- source-map@0.4.4 | | | |
-- unreachable-branch-transform@0.3.0
| | | | +-- recast@0.10.43
| | | | | +-- ast-types@0.8.15
| | | | | +-- esprima-fb@15001.1001.0-dev-harmony-fb
| | | | | -- source-map@0.5.6 | | | |
-- through2@0.6.5
| | | | -- readable-stream@1.0.34 | | | |
-- isarray@0.0.1
| | | +-- pouchdb-json@5.4.5
| | | -- pouchdb-merge@5.4.5 | |
-- websql@0.4.4
| | +-- immediate@3.2.2
| | +-- noop-fn@1.0.0
| | -- sqlite3@3.1.4 | |
-- node-pre-gyp@0.6.28
| | +-- mkdirp@0.5.1
| | | -- minimist@0.0.8 | | +-- nopt@3.0.6 | | |
-- abbrev@1.0.7
| | +-- npmlog@2.0.3
| | | +-- ansi@0.3.1
| | | +-- are-we-there-yet@1.1.2
| | | | +-- delegates@1.0.0
| | | | -- readable-stream@2.1.2 | | |
-- gauge@1.2.7
| | | +-- has-unicode@2.0.0
| | | +-- lodash.pad@4.4.0
| | | | +-- lodash._baseslice@4.0.0
| | | | +-- lodash._basetostring@4.12.0
| | | | -- lodash.tostring@4.1.3 | | | +-- lodash.padend@4.5.0 | | |
-- lodash.padstart@4.5.0
| | +-- rc@1.1.6
| | | +-- deep-extend@0.4.1
| | | +-- ini@1.3.4
| | | +-- minimist@1.2.0
| | | -- strip-json-comments@1.0.4 | | +-- request@2.72.0 | | | +-- aws-sign2@0.6.0 | | | +-- aws4@1.4.1 | | | +-- bl@1.1.2 | | | |
-- readable-stream@2.0.6
| | | +-- caseless@0.11.0
| | | +-- combined-stream@1.0.5
| | | | -- delayed-stream@1.0.0 | | | +-- extend@3.0.0 | | | +-- forever-agent@0.6.1 | | | +-- form-data@1.0.0-rc4 | | | |
-- async@1.5.2
| | | +-- har-validator@2.0.6
| | | | +-- chalk@1.1.3
| | | | | +-- ansi-styles@2.2.1
| | | | | +-- escape-string-regexp@1.0.5
| | | | | +-- has-ansi@2.0.0
| | | | | | -- ansi-regex@2.0.0 | | | | | +-- strip-ansi@3.0.1 | | | | |
-- supports-color@2.0.0
| | | | +-- commander@2.9.0
| | | | | -- graceful-readlink@1.0.1 | | | | +-- is-my-json-valid@2.13.1 | | | | | +-- generate-function@2.0.0 | | | | | +-- generate-object-property@1.2.0 | | | | | |
-- is-property@1.0.2
| | | | | +-- jsonpointer@2.0.0
| | | | | -- xtend@4.0.1 | | | |
-- pinkie-promise@2.0.1
| | | | -- pinkie@2.0.4 | | | +-- 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.2.2
| | | | | +-- extsprintf@1.0.2
| | | | | +-- json-schema@0.2.2
| | | | | -- verror@1.3.6 | | | |
-- sshpk@1.8.3
| | | | +-- asn1@0.2.3
| | | | +-- assert-plus@1.0.0
| | | | +-- dashdash@1.13.1
| | | | | -- assert-plus@1.0.0 | | | | +-- ecc-jsbn@0.1.1 | | | | +-- getpass@0.1.6 | | | | |
-- assert-plus@1.0.0
| | | | +-- jodid25519@1.0.2
| | | | +-- jsbn@0.1.0
| | | | -- tweetnacl@0.13.3 | | | +-- is-typedarray@1.0.0 | | | +-- isstream@0.1.2 | | | +-- json-stringify-safe@5.0.1 | | | +-- mime-types@2.1.11 | | | |
-- mime-db@1.23.0
| | | +-- node-uuid@1.4.7
| | | +-- oauth-sign@0.8.2
| | | +-- qs@6.1.0
| | | +-- stringstream@0.0.5
| | | +-- tough-cookie@2.2.2
| | | -- tunnel-agent@0.4.3 | | +-- rimraf@2.5.2 | | |
-- glob@7.0.3
| | | +-- inflight@1.0.4
| | | +-- minimatch@3.0.0
| | | | -- brace-expansion@1.1.4 | | | | +-- balanced-match@0.4.1 | | | |
-- concat-map@0.0.1
| | | -- path-is-absolute@1.0.0 | | +-- semver@5.1.0 | | +-- tar@2.2.1 | | | +-- block-stream@0.0.9 | | | +-- fstream@1.0.9 | | | |
-- graceful-fs@4.1.4
| | | -- inherits@2.0.1 | |
-- tar-pack@3.1.3
| | +-- debug@2.2.0
| | | -- ms@0.7.1 | | +-- fstream-ignore@1.0.4 | | +-- once@1.3.3 | | |
-- wrappy@1.0.1
| | +-- readable-stream@2.0.6
| | | +-- core-util-is@1.0.2
| | | +-- isarray@1.0.0
| | | +-- process-nextick-args@1.0.7
| | | +-- string_decoder@0.10.31
| | | -- util-deprecate@1.0.2 | |
-- uid-number@0.0.6
| +-- pouchdb-adapter-websql@5.4.5
| | +-- js-extend@1.0.1
| | -- pouchdb-utils@5.4.5 | |
-- pouchdb-md5@5.4.5
| +-- pouchdb-node@5.4.5
| | +-- pouchdb-adapter-http@5.4.5
| | | +-- js-extend@1.0.1
| | | -- pouchdb-ajax@5.4.5 | | | +-- js-extend@1.0.1 | | |
-- request@2.72.0
| | | +-- bl@1.1.2
| | | | -- readable-stream@2.0.6 | | | +-- http-signature@1.1.1 | | | |
-- assert-plus@0.2.0
| | | -- qs@6.1.0 | | +-- pouchdb-adapter-leveldb@5.4.5 | | | +-- js-extend@1.0.1 | | |
-- pouchdb-adapter-leveldb-core@5.4.5
| | +-- pouchdb-core@5.4.5
| | | -- js-extend@1.0.1 | | +-- pouchdb-mapreduce@5.4.5 | | |
-- pouchdb-mapreduce-utils@5.4.5
| | -- pouchdb-replication@5.4.5 | | +-- js-extend@1.0.1 | | +-- pouchdb-checkpointer@5.4.5 | |
-- pouchdb-generate-replication-id@5.4.5
| +-- serve-favicon@2.0.1
| | -- fresh@0.2.2 | +-- tail@0.4.0 |
-- wordwrap@0.0.2
+-- require-dir@0.3.0
+-- run-sequence@1.2.2
+-- systemjs-builder@0.15.23
| +-- babel-plugin-transform-es2015-modules-systemjs@6.9.0
| | -- babel-helper-hoist-variables@6.8.0 | +-- bluebird@3.4.1 | +-- data-uri-to-buffer@0.0.4 | +-- es6-template-strings@2.0.0 | | +-- es5-ext@0.10.12 | | | +-- es6-iterator@2.0.0 | | |
-- es6-symbol@3.1.0
| | -- esniff@1.0.0 | |
-- d@0.1.1
| +-- glob@7.0.5
| | +-- fs.realpath@1.0.0
| | +-- inflight@1.0.5
| | | -- wrappy@1.0.2 | |
-- once@1.3.3
| +-- rollup@0.31.2
| | -- source-map-support@0.4.1 | |
-- source-map@0.1.32
| +-- systemjs@0.19.31
| +-- traceur@0.0.105
| | +-- commander@2.9.0
| | | -- graceful-readlink@1.0.1 | | +-- glob@5.0.15 | | +-- rsvp@3.2.1 | |
-- semver@4.3.6
| -- uglify-js@2.7.0 | +-- async@0.2.10 |
-- yargs@3.10.0
| +-- cliui@2.1.0
| -- window-size@0.1.0 +-- tslint@3.13.0 | +-- diff@2.2.3 | +-- findup-sync@0.3.0 | |
-- glob@5.0.15
| +-- optimist@0.6.1
| | -- minimist@0.0.10 |
-- underscore.string@3.3.4
| +-- sprintf-js@1.0.3
| -- util-deprecate@1.0.2 +-- typescript@1.8.10
-- vinyl-fs@2.4.3
+-- duplexify@3.4.5
| +-- end-of-stream@1.0.0
| -- stream-shift@1.0.0 +-- glob-stream@5.3.2 | +-- glob@5.0.15 | +-- ordered-read-streams@0.3.0 | |
-- is-stream@1.1.0
| +-- through2@0.6.5
| | -- readable-stream@1.0.34 | |
-- isarray@0.0.1
| +-- to-absolute-glob@0.1.1
| | -- extend-shallow@2.0.1 |
-- unique-stream@2.2.1
| -- json-stable-stringify@1.0.1 |
-- jsonify@0.0.0
+-- is-valid-glob@0.3.0
+-- lazystream@1.0.0
+-- lodash.isequal@4.2.0
| +-- lodash._root@3.0.1
| -- lodash.keys@4.0.7 +-- merge-stream@1.0.0 +-- readable-stream@2.1.4 | +-- buffer-shims@1.0.0 | +-- core-util-is@1.0.2 | +-- process-nextick-args@1.0.7 |
-- string_decoder@0.10.31
+-- strip-bom-stream@1.0.0
| -- first-chunk-stream@1.0.0 +-- through2-filter@2.0.0 +-- vali-date@1.0.0
-- vinyl@1.1.1
npm WARN optional Skipping failed optional dependency /chokidar/fsevents: npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.13 npm WARN flogo-web@0.1.0 No license field.
Installing GULP CLI
/usr/bin/gulp -> /usr/lib/node_modules/gulp-cli/bin/gulp.js
/usr/lib
-- gulp-cli@1.2.1 +-- archy@1.0.0 +-- chalk@1.1.3 | +-- ansi-styles@2.2.1 | +-- escape-string-regexp@1.0.5 | +-- has-ansi@2.0.0 | |
-- ansi-regex@2.0.0
| +-- strip-ansi@3.0.1
| -- supports-color@2.0.0 +-- fancy-log@1.2.0 |
-- time-stamp@1.0.1
+-- gulplog@1.0.0
| -- glogg@1.0.0 |
-- sparkles@1.0.0
+-- interpret@1.0.1
+-- liftoff@2.2.4
| +-- extend@3.0.0
| +-- findup-sync@0.3.0
| | -- glob@5.0.15 | | +-- inflight@1.0.5 | | |
-- wrappy@1.0.2
| | +-- inherits@2.0.1
| | +-- minimatch@3.0.2
| | | -- brace-expansion@1.1.5 | | | +-- balanced-match@0.4.1 | | |
-- concat-map@0.0.1
| | +-- once@1.3.3
| | -- path-is-absolute@1.0.0 | +-- flagged-respawn@0.3.2 | +-- rechoir@0.6.2 |
-- resolve@1.1.7
+-- lodash.sortby@4.5.0
| +-- lodash._baseeach@4.1.3
| +-- lodash._baseflatten@4.2.1
| +-- lodash._baseiteratee@4.7.0
| | -- lodash._stringtopath@4.8.0 | |
-- lodash._basetostring@4.12.0
| -- lodash.rest@4.0.3 +-- matchdep@1.0.1 | +-- micromatch@2.3.10 | | +-- arr-diff@2.0.0 | | |
-- arr-flatten@1.0.1
| | +-- array-unique@0.2.1
| | +-- braces@1.8.5
| | | +-- expand-range@1.8.2
| | | | -- fill-range@2.2.3 | | | | +-- is-number@2.1.0 | | | | +-- isobject@2.1.0 | | | | |
-- isarray@1.0.0
| | | | +-- randomatic@1.1.5
| | | | -- repeat-string@1.5.4 | | | +-- preserve@0.2.0 | | |
-- repeat-element@1.1.2
| | +-- expand-brackets@0.1.5
| | | -- is-posix-bracket@0.1.1 | | +-- extglob@0.3.2 | | +-- filename-regex@2.0.0 | | +-- is-extglob@1.0.0 | | +-- is-glob@2.0.1 | | +-- kind-of@3.0.3 | | |
-- is-buffer@1.1.3
| | +-- normalize-path@2.0.1
| | +-- object.omit@2.0.0
| | | +-- for-own@0.1.4
| | | | -- for-in@0.1.5 | | |
-- is-extendable@0.1.1
| | +-- parse-glob@3.0.4
| | | +-- glob-base@0.3.0
| | | | -- glob-parent@2.0.0 | | |
-- is-dotfile@1.0.2
| | -- regex-cache@0.4.3 | | +-- is-equal-shallow@0.1.3 | |
-- is-primitive@2.0.0
| -- stack-trace@0.0.9 +-- mute-stdout@1.0.0 +-- pretty-hrtime@1.0.2 +-- semver-greatest-satisfied-range@1.0.0 | +-- semver@4.3.6 |
-- semver-regex@1.0.0
+-- tildify@1.2.0
| -- os-homedir@1.0.1 +-- v8flags@2.0.11 |
-- user-home@1.1.1
+-- wreck@6.3.0
| +-- boom@2.10.1
| -- hoek@2.16.3
-- yargs@3.32.0
+-- camelcase@2.1.1
+-- cliui@3.2.0
| -- wrap-ansi@2.0.0 +-- decamelize@1.2.0 +-- os-locale@1.4.0 |
-- lcid@1.0.0
| -- invert-kv@1.0.0 +-- string-width@1.0.1 | +-- code-point-at@1.0.0 | |
-- number-is-nan@1.0.0
| -- is-fullwidth-code-point@1.0.0 +-- window-size@0.1.4
-- y18n@3.2.1
Starting local build [06:37:30] Requiring external module babel-register (node:108) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version. [06:37:33] Using gulpfile /tmp/flogo-web/gulpfile.babel.js [06:37:33] Starting 'build'... [06:37:33] Starting 'clean.client'... [06:37:33] Finished 'clean.client' after 7.68 ms [06:37:33] Starting 'clean.server'... [06:37:33] Finished 'clean.server' after 1.7 ms [06:37:33] Starting 'clean'... [06:37:33] Finished 'clean' after 3.24 μs [06:37:33] Starting 'prod.build'... [06:37:33] Starting 'prod.client.build'... [06:37:33] Starting 'install.client'... npm WARN prefer global node-gyp@3.4.0 should be installed with -g prebuild WARN install Prebuilt binaries for node version v6.2.0 are not available In file included from ../../nan/nan.h:194:0, from ../src/batch.cc:3: ../../nan/nan_maybe_43_inl.h: In function 'Nan::MaybeLocalv8::Object Nan::CloneElementAt(v8::Localv8::Array, uint32_t)': ../../nan/nan_maybe_43_inl.h:220:58: warning: 'v8::MaybeLocalv8::Object v8::Array::CloneElementAt(v8::Localv8::Context, uint32_t)' is deprecated: Cloning is not supported. [-Wdeprecated-declarations] return array->CloneElementAt(GetCurrentContext(), index); ^ In file included from /root/.node-gyp/6.2.0/include/node/v8.h:23:0, from /root/.node-gyp/6.2.0/include/node/node.h:42, from ../src/batch.cc:1: /root/.node-gyp/6.2.0/include/node/v8.h:3012:36: note: declared here MaybeLocal
You can get the logs by using docker-compose logs
. That will give you all the logs from building to running it. While probably not related, I did see you're using docker-toolbox and there currently is a docker for Mac beta which includes the latest versions of docker and docker-compose.
I am trying to install flogo-web.
I followed the instructions. Attached is my log data (console outputs)... A lot of errors are thrown - even though it says [success] open http://localhost:3010 at the end (not working)...
The web application cannot be accessed in the browser.
Is there any additional requirement (e.g. specific docker version)?
I run on Mac OS X.
Thanks a lot for help.
flogo_logs.txt