Open-MBEE / exec-ve

Web Client Application designed to enable users to interact with Model Based System Engineering (MBSE) models
Apache License 2.0
39 stars 25 forks source link

UnhandledPromiseRejectionWarning when installing VE via Docker #133

Open manuel-j-diaz opened 4 years ago

manuel-j-diaz commented 4 years ago

I am following all instructions on the README to install VE via Docker: I customized my Gruntfile.js for my set-up, I created angular-mms-grunt-servers.json with my server info, and built the Docker container. When I attempt to run the container, it produces a UnhandledPromiseRejectionWarning error that I must kill the process (via ctrl+C) to recover from.

This environment is in a local vagrant VM (centos 7) successfully running MMS via Docker (https://hub.docker.com/r/openmbeeguest/mms-repo) on http://localhost:8080/alfresco/service/.

Below are my Gruntfile.js, angular-mms-grunt-servers.json, and complete outputs of the docker build and run commands.

How do I address this UnhandledPromiseRejectionWarning error?

modifications to Gruntfile.js:

<same original Gruntfile.js>
  if (grunt.file.exists('angular-mms-grunt-servers.json')) {
    var servers = grunt.file.readJSON('angular-mms-grunt-servers.json');

    // Set proxie info for server list
    for (var key in servers) {
      var serverPort = 8080;
      var serverHttps = false;
      connectObject[key] = {
        options: {
          hostname: '*',
          port: 9000,
          open: true,
          base: {
            path: './dist',
            options: {
              // Add this so that the browser doesn't re-validate static resources
              // Also, we have cache-busting, so we don't have to worry about stale resources
              maxAge: 31536000000
            }
          },
          middleware: function (connect, options, middlewares) {
            middlewares.unshift(
              require('grunt-connect-proxy-updated/lib/utils').proxyRequest,
              // add gzip compression to local server to reduce static resources' size and improve load speed
              require('compression')(),
              // need to add livereload as a middleware at this specific order to avoid issues with other middlewares
              require('connect-livereload')());
            return middlewares;
          }
        },
        proxies: [
          {
            context: '/alfresco',  // '/api'
            host: servers[key],
            changeOrigin: true,
            https: serverHttps,
            port: serverPort
          }
        ]
      };
    }
  }
<same as original Gruntfile.js>

my angular-mms-grunt-servers.json file:

{
   "dev" : "localhost"
}

terminal commands and outputs:

[vagrant@localhost ve]$ docker build -t ve .
Sending build context to Docker daemon  57.79MB
Step 1/13 : FROM node:8
 ---> 8eeadf3757f4
Step 2/13 : MAINTAINER Josh Kaplan <joshua.d.kaplan@lmco.com>
 ---> Using cache
 ---> 1834164812ca
Step 3/13 : WORKDIR /opt/mbee/ve
 ---> Using cache
 ---> f2f83bd8a2d5
Step 4/13 : COPY . /opt/mbee/ve
 ---> 622238a916e6
Step 5/13 : RUN echo "{" > .bowerrc
 ---> Running in 03d51ee18f16
Removing intermediate container 03d51ee18f16
 ---> 973d86e0823f
Step 6/13 : RUN echo "}" >> .bowerrc
 ---> Running in 832e73bf6639
Removing intermediate container 832e73bf6639
 ---> efe2d3406b76
Step 7/13 : RUN git config --global url."https://".insteadOf git://
 ---> Running in 2e4784fff772
Removing intermediate container 2e4784fff772
 ---> d9d513766d5b
Step 8/13 : RUN npm install -g grunt-cli
 ---> Running in 6923cd0a393f
/usr/local/bin/grunt -> /usr/local/lib/node_modules/grunt-cli/bin/grunt
+ grunt-cli@1.3.2
added 150 packages from 121 contributors in 9.865s
Removing intermediate container 6923cd0a393f
 ---> c98a15ee31e2
Step 9/13 : RUN npm install
 ---> Running in de0a39d3b1e7
npm WARN deprecated phantomjs-prebuilt@2.1.16: this package is now deprecated
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated bower@1.8.8: We don't recommend using Bower for new projects. Please consider Yarn and Webpack or Parcel. You can read how to migrate legacy project here: https://bower.io/blog/2017/how-to-migrate-away-from-bower/
npm WARN deprecated tar.gz@0.1.1: ⚠️  WARNING ⚠️ tar.gz module has been deprecated and your application is vulnerable. Please use tar module instead: https://npmjs.com/tar
npm WARN deprecated http2@3.3.7: Use the built-in module in node 9.0.0 or newer, instead
npm WARN deprecated hawk@1.0.0: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated hoek@0.9.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated cryptiles@0.2.2: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated boom@0.4.2: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated sntp@0.2.4: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
npm WARN deprecated natives@1.1.6: This module relies on Node.js's internals and will break at some point. Do not use it, and update to graceful-fs@4.x.
npm WARN deprecated bower@1.3.12: This Bower version has SECURITY BUG THAT ALLOWS TO WRITE TO ARBITRARY FILE ON YOUR COMPUTER when you install malicious package. Please upgrade Bower to at least version 1.8.8 if you don't want to get hacked. More info: https://snyk.io/blog/severe-security-vulnerability-in-bowers-zip-archive-extraction/
npm WARN deprecated graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated hawk@1.1.1: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
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 tough-cookie@0.12.1: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
npm WARN deprecated npmconf@2.1.3: this package has been reintegrated into npm and is now out of date with respect to npm
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

> node-sass@4.13.1 install /opt/mbee/ve/node_modules/node-sass
> node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.13.1/linux-x64-57_binding.node
Download complete
Binary saved to /opt/mbee/ve/node_modules/node-sass/vendor/linux-x64-57/binding.node
Caching binary to /root/.npm/node-sass/4.13.1/linux-x64-57_binding.node

> phantomjs-prebuilt@2.1.16 install /opt/mbee/ve/node_modules/phantomjs-prebuilt
> node install.js

PhantomJS not found on PATH
Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1/phantomjs-2.1.1-linux-x86_64.tar.bz2
Saving to /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
Receiving...

Received 22866K total.
Extracting tar contents (via spawned process)
Removing /opt/mbee/ve/node_modules/phantomjs-prebuilt/lib/phantom
Copying extracted folder /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2-extract-1580146465794/phantomjs-2.1.1-linux-x86_64 -> /opt/mbee/ve/node_modules/phantomjs-prebuilt/lib/phantom
Writing location.js file
Done. Phantomjs binary available at /opt/mbee/ve/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs

> core-js@2.6.11 postinstall /opt/mbee/ve/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
> https://opencollective.com/core-js
> https://www.patreon.com/zloirock

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

> node-sass@4.13.1 postinstall /opt/mbee/ve/node_modules/node-sass
> node scripts/build.js

Binary found at /opt/mbee/ve/node_modules/node-sass/vendor/linux-x64-57/binding.node
Testing binary
Binary is fine

> karma-jasmine-jquery@0.1.1 postinstall /opt/mbee/ve/node_modules/karma-jasmine-jquery
> node install.js

npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN notsup Unsupported engine for upath@0.2.0: wanted: {"node":">=0.10 <=5"} (current: {"node":"8.17.0","npm":"6.13.4"})
npm WARN notsup Not compatible with your version of node/npm: upath@0.2.0
npm WARN mms-ve@ No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 1180 packages from 999 contributors and audited 6568 packages in 47.639s

4 packages are looking for funding
  run `npm fund` for details

found 100 vulnerabilities (24 low, 29 moderate, 44 high, 3 critical)
  run `npm audit fix` to fix them, or `npm audit` for details
Removing intermediate container de0a39d3b1e7
 ---> a7ae25642640
Step 10/13 : RUN node ./node_modules/node-sass/scripts/install.js
 ---> Running in a8b82f0a529d
node-sass build Binary found at /opt/mbee/ve/node_modules/node-sass/vendor/linux-x64-57/binding.node
Removing intermediate container a8b82f0a529d
 ---> c220b094e97d
Step 11/13 : RUN npm rebuild node-sass
 ---> Running in 44ff21e92714

> node-sass@4.13.1 install /opt/mbee/ve/node_modules/node-sass
> node scripts/install.js

node-sass build Binary found at /opt/mbee/ve/node_modules/node-sass/vendor/linux-x64-57/binding.node

> node-sass@4.13.1 postinstall /opt/mbee/ve/node_modules/node-sass
> node scripts/build.js

Binary found at /opt/mbee/ve/node_modules/node-sass/vendor/linux-x64-57/binding.node
Testing binary
Binary is fine
node-sass@4.13.1 /opt/mbee/ve/node_modules/node-sass
Removing intermediate container 44ff21e92714
 ---> 88dad0a742c6
Step 12/13 : EXPOSE 9000
 ---> Running in a5fd826dcd57
Removing intermediate container a5fd826dcd57
 ---> f1c455f4327e
Step 13/13 : CMD ["grunt", "server:dev"]
 ---> Running in c9af43404818
Removing intermediate container c9af43404818
 ---> 646c208c9199
Successfully built 646c208c9199
Successfully tagged ve:latest

[vagrant@localhost ve]$ docker run -it -p 9000:9000 --name ve ve
Running "server:dev" (server) task

Running "build:dev" (build) task

Running "concurrent:devStep1" (concurrent) task

    Running "clean:before" (clean) task
    >> 0 paths cleaned.

    Done.

    Execution Time (2020-01-27 17:35:31 UTC-0)
    loading tasks                 9ms  ▇▇▇▇▇▇▇▇▇▇▇ 32%
    loading grunt-contrib-clean   3ms  ▇▇▇▇ 11%
    clean:before                 16ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 57%
    Total 28ms

    Running "jshint:beforeconcat" (jshint) task
    >> 83 files lint free.

    Done.

    Execution Time (2020-01-27 17:35:31 UTC-0)
    loading grunt-contrib-jshint  43ms  ▇▇ 4%
    jshint:beforeconcat           1.1s  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 95%
    Total 1.1s

    Running "bower-install-simple:all" (bower-install-simple) task
    Executing Bower (Command: install)
    bower angular-borderlayout#master       not-cached https://github.com/dlamoris/angular-borderlayout.git#master
    bower angular-borderlayout#master          resolve https://github.com/dlamoris/angular-borderlayout.git#master
    bower angular-hotkeys#1.7.0             not-cached https://github.com/chieffancypants/angular-hotkeys.git#1.7.0
    bower angular-hotkeys#1.7.0                resolve https://github.com/chieffancypants/angular-hotkeys.git#1.7.0
    bower stompjs#2.3.4                     not-cached https://github.com/jmesnil/stomp-websocket.git#2.3.4
    bower stompjs#2.3.4                        resolve https://github.com/jmesnil/stomp-websocket.git#2.3.4
    bower HtmlRenderedDiff#release          not-cached https://github.com/chhaymenghong/HtmlRenderedDiff.git#release
    bower HtmlRenderedDiff#release             resolve https://github.com/chhaymenghong/HtmlRenderedDiff.git#release
    bower font-awesome-bower#~4.6.3         not-cached https://github.com/interval-braining/font-awesome-bower.git#~4.6.3
    bower font-awesome-bower#~4.6.3            resolve https://github.com/interval-braining/font-awesome-bower.git#~4.6.3
    bower angular-ui-tree#~2.17.0           not-cached https://github.com/JimLiu/angular-ui-tree.git#~2.17.0
    bower angular-ui-tree#~2.17.0              resolve https://github.com/JimLiu/angular-ui-tree.git#~2.17.0
    bower angular-ui-tree-filter#~0.1.1     not-cached https://github.com/EE/angular-ui-tree-filter.git#~0.1.1
    bower angular-ui-tree-filter#~0.1.1        resolve https://github.com/EE/angular-ui-tree-filter.git#~0.1.1
    bower d3#~5.1.0                         not-cached https://github.com/mbostock-bower/d3-bower.git#~5.1.0
    bower d3#~5.1.0                            resolve https://github.com/mbostock-bower/d3-bower.git#~5.1.0
    bower angular-ui-bootstrap-bower#~1.3.3 not-cached https://github.com/angular-ui/bootstrap-bower.git#~1.3.3
    bower angular-ui-bootstrap-bower#~1.3.3    resolve https://github.com/angular-ui/bootstrap-bower.git#~1.3.3
    bower angular-ui-router#~0.4.2          not-cached https://github.com/angular-ui/angular-ui-router-bower.git#~0.4.2
    bower angular-ui-router#~0.4.2             resolve https://github.com/angular-ui/angular-ui-router-bower.git#~0.4.2
    bower angular-cookies#~1.7.8            not-cached https://github.com/angular/bower-angular-cookies.git#~1.7.8
    bower angular-cookies#~1.7.8               resolve https://github.com/angular/bower-angular-cookies.git#~1.7.8
    bower HtmlRenderedDiff#release            download https://github.com/chhaymenghong/HtmlRenderedDiff/archive/release.tar.gz
    bower angular-animate#~1.7.8            not-cached https://github.com/angular/bower-angular-animate.git#~1.7.8
    bower angular-animate#~1.7.8               resolve https://github.com/angular/bower-angular-animate.git#~1.7.8
    bower c3#~0.5.4                         not-cached https://github.com/masayuki0812/c3.git#~0.5.4
    bower c3#~0.5.4                            resolve https://github.com/masayuki0812/c3.git#~0.5.4
    bower angulartics-piwik#~1.0.4          not-cached https://github.com/angulartics/angulartics-piwik.git#~1.0.4
    bower angulartics-piwik#~1.0.4             resolve https://github.com/angulartics/angulartics-piwik.git#~1.0.4
    bower angular-promise-extras#^0.1.8     not-cached https://github.com/ohjames/angular-promise-extras.git#^0.1.8
    bower angular-promise-extras#^0.1.8        resolve https://github.com/ohjames/angular-promise-extras.git#^0.1.8
    bower angular-growl-v2#~0.7.4           not-cached https://github.com/JanStevens/angular-growl-2.git#~0.7.4
    bower angular-growl-v2#~0.7.4              resolve https://github.com/JanStevens/angular-growl-2.git#~0.7.4
    bower ngstorage#~0.3.11                 not-cached https://github.com/gsklee/ngStorage.git#~0.3.11
    bower ngstorage#~0.3.11                    resolve https://github.com/gsklee/ngStorage.git#~0.3.11
    bower lodash#~3.9.3                     not-cached https://github.com/lodash/lodash.git#~3.9.3
    bower lodash#~3.9.3                        resolve https://github.com/lodash/lodash.git#~3.9.3
    bower moment#^2.22.0                    not-cached https://github.com/moment/moment.git#^2.22.0
    bower moment#^2.22.0                       resolve https://github.com/moment/moment.git#^2.22.0
    bower angular#~1.7.8                    not-cached https://github.com/angular/bower-angular.git#~1.7.8
    bower angular#~1.7.8                       resolve https://github.com/angular/bower-angular.git#~1.7.8
    bower angular-mocks#~1.7.8              not-cached https://github.com/angular/bower-angular-mocks.git#~1.7.8
    bower angular-mocks#~1.7.8                 resolve https://github.com/angular/bower-angular-mocks.git#~1.7.8
    bower stompjs#2.3.4                       download https://github.com/jmesnil/stomp-websocket/archive/2.3.4.tar.gz
    bower angulartics#~1.1.0                not-cached https://github.com/angulartics/angulartics.git#~1.1.0
    bower angulartics#~1.1.0                   resolve https://github.com/angulartics/angulartics.git#~1.1.0
    bower jquery#~3.4.1                     not-cached https://github.com/jquery/jquery-dist.git#~3.4.1
    bower jquery#~3.4.1                        resolve https://github.com/jquery/jquery-dist.git#~3.4.1
    bower angular-borderlayout#master         download https://github.com/dlamoris/angular-borderlayout/archive/master.tar.gz
    bower angular-hotkeys#1.7.0               download https://github.com/chieffancypants/angular-hotkeys/archive/1.7.0.tar.gz
    bower font-awesome-bower#~4.6.3           download https://github.com/interval-braining/font-awesome-bower/archive/4.6.3.tar.gz
    bower d3#~5.1.0                           download https://github.com/mbostock-bower/d3-bower/archive/v5.1.0.tar.gz
    bower angular-ui-bootstrap-bower#~1.3.3   download https://github.com/angular-ui/bootstrap-bower/archive/1.3.3.tar.gz
    bower angular-ui-tree-filter#~0.1.1       download https://github.com/EE/angular-ui-tree-filter/archive/0.1.1.tar.gz
    bower angular-ui-tree#~2.17.0             download https://github.com/JimLiu/angular-ui-tree/archive/v2.17.0.tar.gz
    bower angular-hotkeys#1.7.0                extract archive.tar.gz
    bower angular-ui-router#~0.4.2            download https://github.com/angular-ui/angular-ui-router-bower/archive/0.4.3.tar.gz
    bower angulartics-piwik#~1.0.4            download https://github.com/angulartics/angulartics-piwik/archive/v1.0.6.tar.gz
    bower angular-borderlayout#master          extract archive.tar.gz
    bower stompjs#2.3.4                        extract archive.tar.gz
    bower c3#~0.5.4                           download https://github.com/masayuki0812/c3/archive/v0.5.4.tar.gz
    bower HtmlRenderedDiff#release             extract archive.tar.gz
    bower angular-animate#~1.7.8              download https://github.com/angular/bower-angular-animate/archive/v1.7.9.tar.gz
    bower lodash#~3.9.3                       download https://github.com/lodash/lodash/archive/3.9.3.tar.gz
    bower ngstorage#~0.3.11                   download https://github.com/gsklee/ngStorage/archive/0.3.11.tar.gz
    bower angular-growl-v2#~0.7.4             download https://github.com/JanStevens/angular-growl-2/archive/v0.7.9.tar.gz
    bower angular-promise-extras#^0.1.8       download https://github.com/ohjames/angular-promise-extras/archive/v0.1.8.tar.gz
    bower angular-cookies#~1.7.8              download https://github.com/angular/bower-angular-cookies/archive/v1.7.9.tar.gz
    bower jquery#~3.4.1                       download https://github.com/jquery/jquery-dist/archive/3.4.1.tar.gz
    bower moment#^2.22.0                      download https://github.com/moment/moment/archive/2.24.0.tar.gz
    bower angulartics#~1.1.0                  download https://github.com/angulartics/angulartics/archive/1.1.3.tar.gz
    bower angular-mocks#~1.7.8                download https://github.com/angular/bower-angular-mocks/archive/v1.7.9.tar.gz
    bower angular#~1.7.8                      download https://github.com/angular/bower-angular/archive/v1.7.9.tar.gz
    bower angular-ui-tree-filter#~0.1.1        extract archive.tar.gz
    bower d3#~5.1.0                            extract archive.tar.gz
    bower angular-hotkeys#1.7.0               resolved https://github.com/chieffancypants/angular-hotkeys.git#1.7.0
    bower angular-ui-bootstrap-bower#~1.3.3    extract archive.tar.gz
    bower angular-borderlayout#master         resolved https://github.com/dlamoris/angular-borderlayout.git#517db571c1
    bower d3#~5.1.0                           resolved https://github.com/mbostock-bower/d3-bower.git#5.1.0
    bower angular-ui-tree#~2.17.0              extract archive.tar.gz
    bower HtmlRenderedDiff#release            resolved https://github.com/chhaymenghong/HtmlRenderedDiff.git#f948d81b64
    bower angulartics-piwik#~1.0.4             extract archive.tar.gz
    bower font-awesome-bower#~4.6.3            extract archive.tar.gz
    bower angular-ui-bootstrap-bower#~1.3.3   resolved https://github.com/angular-ui/bootstrap-bower.git#1.3.3
    bower angular#>=1.4.0                   not-cached https://github.com/angular/bower-angular.git#>=1.4.0
    bower angular#>=1.4.0                      resolve https://github.com/angular/bower-angular.git#>=1.4.0
    bower angular#>=1.4.0                     download https://github.com/angular/bower-angular/archive/v1.7.9.tar.gz
    bower ngstorage#~0.3.11                    extract archive.tar.gz
    bower angular-ui-tree-filter#~0.1.1       resolved https://github.com/EE/angular-ui-tree-filter.git#0.1.1
    bower angular#>= 1.2.0                  not-cached https://github.com/angular/bower-angular.git#>= 1.2.0
    bower angular#>= 1.2.0                     resolve https://github.com/angular/bower-angular.git#>= 1.2.0
    bower angular-cookies#~1.7.8               extract archive.tar.gz
    bower angular#>= 1.2.0                    download https://github.com/angular/bower-angular/archive/v1.7.9.tar.gz
    bower angular-ui-router#~0.4.2             extract archive.tar.gz
    bower angular-animate#~1.7.8               extract archive.tar.gz
    bower angular#~1.7.8                       extract archive.tar.gz
    bower angular-growl-v2#~0.7.4              extract archive.tar.gz
    bower moment#^2.22.0                       extract archive.tar.gz
    bower angular-cookies#~1.7.8              resolved https://github.com/angular/bower-angular-cookies.git#1.7.9
    bower angulartics-piwik#~1.0.4            resolved https://github.com/angulartics/angulartics-piwik.git#1.0.6
    bower angular#>= 1.1.5                  not-cached https://github.com/angular/bower-angular.git#>= 1.1.5
    bower angular#>= 1.1.5                     resolve https://github.com/angular/bower-angular.git#>= 1.1.5
    bower angulartics#*                     not-cached https://github.com/angulartics/angulartics.git#*
    bower angulartics#*                        resolve https://github.com/angulartics/angulartics.git#*
    bower angular#>= 1.1.5                    download https://github.com/angular/bower-angular/archive/v1.7.9.tar.gz
    bower angulartics#*                       download https://github.com/angulartics/angulartics/archive/1.6.0.tar.gz
    bower angular-animate#~1.7.8              resolved https://github.com/angular/bower-angular-animate.git#1.7.9
    bower angulartics#~1.1.0                   extract archive.tar.gz
    bower angular-promise-extras#^0.1.8        extract archive.tar.gz
    bower jquery#~3.4.1                        extract archive.tar.gz
    bower lodash#~3.9.3                        extract archive.tar.gz
    bower angular-mocks#~1.7.8                 extract archive.tar.gz
    bower stompjs#2.3.4                       resolved https://github.com/jmesnil/stomp-websocket.git#2.3.4
    bower font-awesome-bower#~4.6.3           resolved https://github.com/interval-braining/font-awesome-bower.git#4.6.3
    bower ngstorage#~0.3.11                   resolved https://github.com/gsklee/ngStorage.git#0.3.11
    bower angular#>=1.0.8                   not-cached https://github.com/angular/bower-angular.git#>=1.0.8
    bower angular#>=1.0.8                      resolve https://github.com/angular/bower-angular.git#>=1.0.8
    bower angular#>=1.0.8                     download https://github.com/angular/bower-angular/archive/v1.7.9.tar.gz
    bower c3#~0.5.4                            extract archive.tar.gz
    bower angular-mocks#~1.7.8                resolved https://github.com/angular/bower-angular-mocks.git#1.7.9
    bower angular-promise-extras#^0.1.8       resolved https://github.com/ohjames/angular-promise-extras.git#0.1.8
    bower angular#>=1.3.0 <1.7.0            not-cached https://github.com/angular/bower-angular.git#>=1.3.0 <1.7.0
    bower angular#>=1.3.0 <1.7.0               resolve https://github.com/angular/bower-angular.git#>=1.3.0 <1.7.0
    bower angular#>=1.3.0 <1.7.0              download https://github.com/angular/bower-angular/archive/v1.6.10.tar.gz
    bower angular#~1.7.8                      resolved https://github.com/angular/bower-angular.git#1.7.9
    bower angular#>=1.4.0                      extract archive.tar.gz
    bower angular-growl-v2#~0.7.4             resolved https://github.com/JanStevens/angular-growl-2.git#0.7.9
    bower angular#>=1.4.0                     resolved https://github.com/angular/bower-angular.git#1.7.9
    bower angular#>= 1.2.0                     extract archive.tar.gz
    bower angular-ui-tree#~2.17.0             resolved https://github.com/JimLiu/angular-ui-tree.git#2.17.0
    bower angular#1.2.x || 1.3.x || 1.4.x || 1.5.x       not-cached https://github.com/angular/bower-angular.git#1.2.x || 1.3.x || 1.4.x || 1.5.x
    bower angular#1.2.x || 1.3.x || 1.4.x || 1.5.x          resolve https://github.com/angular/bower-angular.git#1.2.x || 1.3.x || 1.4.x || 1.5.x
    bower angular#>= 1.1.5                                  extract archive.tar.gz
    bower angular#1.2.x || 1.3.x || 1.4.x || 1.5.x         download https://github.com/angular/bower-angular/archive/v1.5.11.tar.gz
    bower angulartics#*                                     extract archive.tar.gz
    bower angular#>= 1.2.0                                 resolved https://github.com/angular/bower-angular.git#1.7.9
    bower angular#>= 1.1.5                                 resolved https://github.com/angular/bower-angular.git#1.7.9
    bower angular#>=1.3.0 <1.7.0                            extract archive.tar.gz
    bower angular#>=1.0.8                                   extract archive.tar.gz
    bower angular#>=1.3.0 <1.7.0                           resolved https://github.com/angular/bower-angular.git#1.6.10
    bower angular#>=1.0.8                                  resolved https://github.com/angular/bower-angular.git#1.7.9
    bower angulartics#~1.1.0                               resolved https://github.com/angulartics/angulartics.git#1.1.3
    bower SHA-1#*                                        not-cached https://github.com/linkgod/SHA-1.git#*
    bower SHA-1#*                                           resolve https://github.com/linkgod/SHA-1.git#*
    bower lodash#~3.9.3                                    resolved https://github.com/lodash/lodash.git#3.9.3
    bower angular#1.2.x || 1.3.x || 1.4.x || 1.5.x          extract archive.tar.gz
    bower angular-ui-router#~0.4.2                         resolved https://github.com/angular-ui/angular-ui-router-bower.git#0.4.3
    bower angular#1.2.x || 1.3.x || 1.4.x || 1.5.x         resolved https://github.com/angular/bower-angular.git#1.5.11
    bower angulartics#*                                    resolved https://github.com/angulartics/angulartics.git#1.6.0
    bower SHA-1#*                                          download https://github.com/linkgod/SHA-1/archive/0.1.1.tar.gz
    bower jquery#~3.4.1                                    resolved https://github.com/jquery/jquery-dist.git#3.4.1
    bower SHA-1#*                                           extract archive.tar.gz
    bower SHA-1#*                                          resolved https://github.com/linkgod/SHA-1.git#0.1.1
    bower c3#~0.5.4                                        resolved https://github.com/masayuki0812/c3.git#0.5.4
    bower d3#^4.12.0                                     not-cached https://github.com/mbostock-bower/d3-bower.git#^4.12.0
    bower d3#^4.12.0                                        resolve https://github.com/mbostock-bower/d3-bower.git#^4.12.0
    bower d3#^4.12.0                                       download https://github.com/mbostock-bower/d3-bower/archive/v4.13.0.tar.gz
    bower moment#^2.22.0                                   resolved https://github.com/moment/moment.git#2.24.0
    bower d3#^4.12.0                                        extract archive.tar.gz
    bower d3#^4.12.0                                       resolved https://github.com/mbostock-bower/d3-bower.git#4.13.0

    Please note that,
        c3#0.5.4 depends on d3#^4.12.0 which resolved to d3#4.13.0
        ve depends on d3#~5.1.0 which resolved to d3#5.1.0
    Resort to using d3#~5.1.0 which resolved to d3#5.1.0
    Code incompatibilities may occur.

    Please note that,
        angular-ui-tree#2.17.0 depends on angular#1.2.x || 1.3.x || 1.4.x || 1.5.x which resolved to angular#1.5.11
        angular-promise-extras#0.1.8 depends on angular#>=1.3.0 <1.7.0 which resolved to angular#1.6.10
        angular-animate#1.7.9, angular-cookies#1.7.9, angular-mocks#1.7.9 depends on angular#1.7.9 which resolved to angular#1.7.9
        angulartics#1.1.3, angulartics#1.6.0, angulartics-piwik#1.0.6 depends on angular#>= 1.1.5 which resolved to angular#1.7.9
        ve depends on angular#~1.7.8 which resolved to angular#1.7.9
        angular-growl-v2#0.7.9 depends on angular#>=1.2.1 which resolved to angular#1.7.9
        angular-ui-bootstrap-bower#1.3.3 depends on angular#>=1.4.0 which resolved to angular#1.7.9
        angular-ui-tree-filter#0.1.1 depends on angular#>= 1.2.0 which resolved to angular#1.7.9
        ngstorage#0.3.11 depends on angular#>=1.0.8 which resolved to angular#1.7.9
        angular-ui-router#0.4.3 depends on angular#^1.0.8 which resolved to angular#1.7.9
    Resort to using angular#~1.7.8 which resolved to angular#1.7.9
    Code incompatibilities may occur.

    bower angular-hotkeys#1.7.0                             install angular-hotkeys#1.7.0
    bower angular-borderlayout#master                       install angular-borderlayout#517db571c1
    bower d3#~5.1.0                                         install d3#5.1.0
    bower HtmlRenderedDiff#release                          install HtmlRenderedDiff#f948d81b64
    bower angular-ui-bootstrap-bower#~1.3.3                 install angular-ui-bootstrap-bower#1.3.3
    bower angular-ui-tree-filter#~0.1.1                     install angular-ui-tree-filter#0.1.1
    bower angular-cookies#~1.7.8                            install angular-cookies#1.7.9
    bower angulartics-piwik#~1.0.4                          install angulartics-piwik#1.0.6
    bower angular-animate#~1.7.8                            install angular-animate#1.7.9
    bower stompjs#2.3.4                                     install stompjs#2.3.4
    bower font-awesome-bower#~4.6.3                         install font-awesome-bower#4.6.3
    bower ngstorage#~0.3.11                                 install ngstorage#0.3.11
    bower angular-mocks#~1.7.8                              install angular-mocks#1.7.9
    bower angular-promise-extras#^0.1.8                     install angular-promise-extras#0.1.8
    bower angular#1.7.9                                     install angular#1.7.9
    bower angular-growl-v2#~0.7.4                           install angular-growl-v2#0.7.9
    bower angular-ui-tree#~2.17.0                           install angular-ui-tree#2.17.0
    bower angulartics#~1.1.0                                install angulartics#1.1.3
    bower lodash#~3.9.3                                     install lodash#3.9.3
    bower angular-ui-router#~0.4.2                          install angular-ui-router#0.4.3
    bower jquery#~3.4.1                                     install jquery#3.4.1
    bower SHA-1#*                                           install SHA-1#0.1.1
    bower c3#~0.5.4                                         install c3#0.5.4
    bower moment#^2.22.0                                    install moment#2.24.0

    angular-hotkeys#1.7.0 bower_components/angular-hotkeys

    angular-borderlayout#517db571c1 bower_components/angular-borderlayout

    d3#5.1.0 bower_components/d3

    HtmlRenderedDiff#f948d81b64 bower_components/HtmlRenderedDiff

    angular-ui-bootstrap-bower#1.3.3 bower_components/angular-ui-bootstrap-bower
    └── angular#1.7.9

    angular-ui-tree-filter#0.1.1 bower_components/angular-ui-tree-filter
    └── angular#1.7.9

    angular-cookies#1.7.9 bower_components/angular-cookies
    └── angular#1.7.9

    angulartics-piwik#1.0.6 bower_components/angulartics-piwik
    ├── angular#1.7.9
    └── angulartics#1.1.3

    angular-animate#1.7.9 bower_components/angular-animate
    └── angular#1.7.9

    stompjs#2.3.4 bower_components/stompjs

    font-awesome-bower#4.6.3 bower_components/font-awesome-bower

    ngstorage#0.3.11 bower_components/ngstorage
    └── angular#1.7.9

    angular-mocks#1.7.9 bower_components/angular-mocks
    └── angular#1.7.9

    angular-promise-extras#0.1.8 bower_components/angular-promise-extras
    └── angular#1.7.9

    angular#1.7.9 bower_components/angular

    angular-growl-v2#0.7.9 bower_components/angular-growl-v2
    └── angular#1.7.9

    angular-ui-tree#2.17.0 bower_components/angular-ui-tree
    └── angular#1.7.9

    angulartics#1.1.3 bower_components/angulartics
    ├── SHA-1#0.1.1
    └── angular#1.7.9

    lodash#3.9.3 bower_components/lodash

    angular-ui-router#0.4.3 bower_components/angular-ui-router
    └── angular#1.7.9

    jquery#3.4.1 bower_components/jquery

    SHA-1#0.1.1 bower_components/SHA-1

    c3#0.5.4 bower_components/c3
    └── d3#5.1.0

    moment#2.24.0 bower_components/moment

    Done.

    Execution Time (2020-01-27 17:35:31 UTC-0)
    loading grun...tall-simple  185ms  ▇ 3%
    bower-install-simple:all     5.9s  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 97%
    Total 6.1sbower HtmlRenderedDiff#release        invalid-meta for:/tmp/182f380602b8c0ae966e125923a75399/bower/96eba1f28a3a6d000e6b40f8c803b213-17-MzOjPh/bower.json
    bower HtmlRenderedDiff#release        invalid-meta The "name" is recommended to be lowercase, can contain digits, dots, dashes
    bower font-awesome-bower#~4.6.3       invalid-meta for:/tmp/182f380602b8c0ae966e125923a75399/bower/d1ffad0e7c78bfe62c072a5180009146-17-dkKkMP/bower.json
    bower font-awesome-bower#~4.6.3       invalid-meta The "main" field cannot contain font, image, audio, or video files
    bower font-awesome-bower#~4.6.3       invalid-meta The "main" field cannot contain font, image, audio, or video files
    bower font-awesome-bower#~4.6.3       invalid-meta The "main" field cannot contain font, image, audio, or video files
    bower font-awesome-bower#~4.6.3       invalid-meta The "main" field cannot contain font, image, audio, or video files
    bower font-awesome-bower#~4.6.3       invalid-meta The "main" field cannot contain font, image, audio, or video files
    bower font-awesome-bower#~4.6.3       invalid-meta The "main" field cannot contain font, image, audio, or video files
    bower stompjs#2.3.4                   invalid-meta for:/tmp/182f380602b8c0ae966e125923a75399/bower/2f6225d53abc261ba6b77eade506169d-17-h2hdWo/bower.json
    bower stompjs#2.3.4                   invalid-meta The "main" field cannot contain minified files
    bower SHA-1#*                                      invalid-meta for:/tmp/182f380602b8c0ae966e125923a75399/bower/c7df38de82bc8f38ca888fce817e2190-17-PBlKQt/bower.json
    bower SHA-1#*                                      invalid-meta The "name" is recommended to be lowercase, can contain digits, dots, dashes
    bower lodash                                   extra-resolution Unnecessary resolution: lodash#3.9.3

Running "concurrent:devStep2" (concurrent) task

    Running "html2js:directives" (html2js) task
    Successfully converted 30 html templates to js.

    Running "html2js:app" (html2js) task
    Successfully converted 27 html templates to js.

    Running "concat:combineCustomJS" (concat) task

    Done.

    Execution Time (2020-01-27 17:35:38 UTC-0)
    loading tasks                   9ms  ▇ 2%
    loading grunt-html2js          88ms  ▇▇▇▇▇▇ 18%
    html2js:directives             10ms  ▇ 2%
    html2js:app                    12ms  ▇ 2%
    loading grunt-contrib-concat    8ms  ▇ 2%
    concat:combineCustomJS        375ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 75%
    Total 502ms

    Running "copy:all" (copy) task
    Created 192 directories, copied 1273 files

    Running "wiredep:all" (wiredep) task

    Running "useminPrepare:html" (useminPrepare) task
    Configuration changed for concat, uglify, cssmin

    Running "concat:generated" (concat) task

    Running "cssmin:generated" (cssmin) task
    >> 1 file created. 66.11 kB → 54.29 kB

    Running "usemin:html" (usemin) task
    Replaced 1 reference to assets

    Done.

    Execution Time (2020-01-27 17:35:38 UTC-0)
    loading tasks                   9ms  ▇ 1%
    copy:all                      461ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 55%
    wiredep:all                    63ms  ▇▇▇ 8%
    loading grunt-usemin           20ms  ▇ 2%
    useminPrepare:html             10ms  ▇ 1%
    concat:generated               59ms  ▇▇▇ 7%
    loading grunt-contrib-cssmin   48ms  ▇▇ 6%
    cssmin:generated              130ms  ▇▇▇▇▇ 15%
    usemin:html                    25ms  ▇ 3%
    Total 840ms

    Running "sass:all" (sass) task

    Running "cssmin:all" (cssmin) task
    >> 1 file created. 344.7 kB → 260.86 kB

    Done.

    Execution Time (2020-01-27 17:35:38 UTC-0)
    loading grunt-sass             82ms  ▇▇▇ 8%
    sass:all                      322ms  ▇▇▇▇▇▇▇▇▇▇▇ 32%
    loading grunt-contrib-cssmin   42ms  ▇▇ 4%
    cssmin:all                    565ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 55%
    Total 1s

Running "concurrent:devStep3" (concurrent) task

    Running "copy:dev" (copy) task
    Copied 2 files

    Done.

    Execution Time (2020-01-27 17:35:39 UTC-0)
    loading tasks               10ms  ▇▇▇▇▇▇▇▇▇ 26%
    loading grunt-contrib-copy   5ms  ▇▇▇▇▇ 13%
    copy:dev                    24ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 62%
    Total 39ms

Running "concurrent:devStep4" (concurrent) task

    Running "clean:devAfter" (clean) task
    >> 3 paths cleaned.

    Done.

    Execution Time (2020-01-27 17:35:39 UTC-0)
    loading tasks                 9ms  ▇▇▇▇▇▇▇▇▇ 24%
    loading grunt-contrib-clean   3ms  ▇▇▇ 8%
    clean:devAfter               25ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 68%
    Total 37ms

    Running "cacheBust:all" (cacheBust) task
    >> 2 files busted.

    Done.

    Execution Time (2020-01-27 17:35:39 UTC-0)
    loading tasks             10ms  ▇▇▇▇▇▇ 15%
    loading grunt-cache-bust  20ms  ▇▇▇▇▇▇▇▇▇▇▇▇ 31%
    cacheBust:all             35ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 54%
    Total 65ms

Running "launch:dev:dev" (launch) task
Launching server with proxy

Running "configureProxies:dev" (configureProxies) task
Proxy created for: /alfresco to localhost:8080

Running "connect:dev" (connect) task
Started connect web server on http://localhost:9000

Running "watch:dev" (watch) task
Waiting...
(node:1) UnhandledPromiseRejectionWarning: Error: Exited with code 3
  at ChildProcess.<anonymous> (/opt/mbee/ve/node_modules/opn/index.js:83:13)
  at Object.onceWrapper (events.js:317:30)
  at emitTwo (events.js:126:13)
  at ChildProcess.emit (events.js:214:7)
  at maybeClose (internal/child_process.js:915:16)
  at Socket.stream.socket.on (internal/child_process.js:336:11)
  at emitOne (events.js:116:13)
  at Socket.emit (events.js:211:7)
  at Pipe._handle.close [as _onclose] (net.js:561:12)

(node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:1) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
^[[A^[[B^[[B^[[B^C

Execution Time (2020-01-27 17:35:31 UTC-0)
concurrent:devStep1  6.5s  ▇▇▇ 2%
Total 4m 42.9s

^C
[vagrant@localhost ve]$ ^C
[vagrant@localhost ve]$ ^C
DesertF0x commented 4 years ago

Same here but I am getting a webpage with a link to the MMS App on the configured port.

noppe7856 commented 3 years ago

Hi @MJDiaz89

I have same issue. Did you fix this issue?