Created
March 7, 2019 17:22
-
-
Save k3n/fcbc522f9654abe73638543c21b47a6a to your computer and use it in GitHub Desktop.
ember-cli-update_test-failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm run test | |
> [email protected] test /Users/k3n/Applications/_externals/ember-cli-update | |
> npm run test:both | |
> [email protected] test:both /Users/k3n/Applications/_externals/ember-cli-update | |
> npm run test:bin && npm run test:command | |
> [email protected] test:bin /Users/k3n/Applications/_externals/ember-cli-update | |
> cross-env DEBUG=ember-cli-update,boilerplate-update,git-diff-apply,git-fixtures mocha "test/!(fixtures)/**/!(ember-addon)-test.js" | |
Integration | Index | |
git-fixtures git init +0ms | |
git-fixtures Initialized empty Git repository in /private/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070p2JIOhcTCi29/.git/ | |
git-fixtures +38ms | |
git-fixtures git config user.email "[email protected]" +0ms | |
git-fixtures +10ms | |
git-fixtures git config user.name "Your Name" +0ms | |
git-fixtures +11ms | |
git-fixtures git config merge.tool "vimdiff" +0ms | |
git-fixtures +10ms | |
git-fixtures git config mergetool.keepBackup false +0ms | |
git-fixtures +10ms | |
ember-cli-update npm install ember-cli --no-save +0ms | |
node-pre-gyp WARN Using needle for node-pre-gyp https download | |
ember-cli-update | |
ember-cli-update > [email protected] install /private/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070p2JIOhcTCi29/node_modules/fsevents | |
ember-cli-update > node install | |
ember-cli-update | |
ember-cli-update [fsevents] Success: "/private/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070p2JIOhcTCi29/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node" is installed via remote | |
ember-cli-update | |
ember-cli-update > [email protected] postinstall /private/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070p2JIOhcTCi29/node_modules/spawn-sync | |
ember-cli-update > node postinstall | |
ember-cli-update | |
ember-cli-update + [email protected] | |
ember-cli-update added 1166 packages from 969 contributors in 90.243s | |
ember-cli-update +2m | |
git-fixtures git add -A +2m | |
git-fixtures +66ms | |
git-fixtures git status --porcelain +1ms | |
git-fixtures A .bowerrc | |
git-fixtures A .editorconfig | |
git-fixtures A .ember-cli | |
git-fixtures A .gitignore | |
git-fixtures A .jshintrc | |
git-fixtures A .travis.yml | |
git-fixtures A .watchmanconfig | |
git-fixtures A README.md | |
git-fixtures A app/app.js | |
git-fixtures A app/components/.gitkeep | |
git-fixtures A app/controllers/.gitkeep | |
git-fixtures A app/helpers/.gitkeep | |
git-fixtures A app/index.html | |
git-fixtures A app/models/.gitkeep | |
git-fixtures A app/resolver.js | |
git-fixtures A app/router.js | |
git-fixtures A app/routes/.gitkeep | |
git-fixtures A app/styles/app.css | |
git-fixtures A app/templates/application.hbs | |
git-fixtures A app/templates/components/.gitkeep | |
git-fixtures A bower.json | |
git-fixtures A config/environment.js | |
git-fixtures A ember-cli-build.js | |
git-fixtures A package.json | |
git-fixtures A public/crossdomain.xml | |
git-fixtures A public/robots.txt | |
git-fixtures A testem.js | |
git-fixtures A tests/.jshintrc | |
git-fixtures A tests/helpers/destroy-app.js | |
git-fixtures A tests/helpers/module-for-acceptance.js | |
git-fixtures A tests/helpers/resolver.js | |
git-fixtures A tests/helpers/start-app.js | |
git-fixtures A tests/index.html | |
git-fixtures A tests/integration/.gitkeep | |
git-fixtures A tests/test-helper.js | |
git-fixtures A tests/unit/.gitkeep | |
git-fixtures A vendor/.gitkeep | |
git-fixtures +11ms | |
git-fixtures git commit -m "add files" +0ms | |
git-fixtures [master (root-commit) 8a5623b] add files | |
git-fixtures 37 files changed, 528 insertions(+) | |
git-fixtures create mode 100644 .bowerrc | |
git-fixtures create mode 100644 .editorconfig | |
git-fixtures create mode 100644 .ember-cli | |
git-fixtures create mode 100644 .gitignore | |
git-fixtures create mode 100644 .jshintrc | |
git-fixtures create mode 100644 .travis.yml | |
git-fixtures create mode 100644 .watchmanconfig | |
git-fixtures create mode 100644 README.md | |
git-fixtures create mode 100644 app/app.js | |
git-fixtures create mode 100644 app/components/.gitkeep | |
git-fixtures create mode 100644 app/controllers/.gitkeep | |
git-fixtures create mode 100644 app/helpers/.gitkeep | |
git-fixtures create mode 100644 app/index.html | |
git-fixtures create mode 100644 app/models/.gitkeep | |
git-fixtures create mode 100644 app/resolver.js | |
git-fixtures create mode 100644 app/router.js | |
git-fixtures create mode 100644 app/routes/.gitkeep | |
git-fixtures create mode 100644 app/styles/app.css | |
git-fixtures create mode 100644 app/templates/application.hbs | |
git-fixtures create mode 100644 app/templates/components/.gitkeep | |
git-fixtures create mode 100644 bower.json | |
git-fixtures create mode 100644 config/environment.js | |
git-fixtures create mode 100644 ember-cli-build.js | |
git-fixtures create mode 100644 package.json | |
git-fixtures create mode 100644 public/crossdomain.xml | |
git-fixtures create mode 100644 public/robots.txt | |
git-fixtures create mode 100644 testem.js | |
git-fixtures create mode 100644 tests/.jshintrc | |
git-fixtures create mode 100644 tests/helpers/destroy-app.js | |
git-fixtures create mode 100644 tests/helpers/module-for-acceptance.js | |
git-fixtures create mode 100644 tests/helpers/resolver.js | |
git-fixtures create mode 100644 tests/helpers/start-app.js | |
git-fixtures create mode 100644 tests/index.html | |
git-fixtures create mode 100644 tests/integration/.gitkeep | |
git-fixtures create mode 100644 tests/test-helper.js | |
git-fixtures create mode 100644 tests/unit/.gitkeep | |
git-fixtures create mode 100644 vendor/.gitkeep | |
git-fixtures +49ms | |
git-fixtures git checkout -b foo +1ms | |
Switched to a new branch 'foo' | |
git-fixtures +18ms | |
boilerplate-update npm view ember-cli versions --json +0ms | |
boilerplate-update npm view ember-cli versions --json +1s | |
boilerplate-update [ | |
boilerplate-update "0.0.0", | |
boilerplate-update "0.0.1", | |
boilerplate-update "0.0.2", | |
boilerplate-update "0.0.3", | |
boilerplate-update "0.0.4", | |
boilerplate-update "0.0.5", | |
boilerplate-update "0.0.6", | |
boilerplate-update "0.0.7", | |
boilerplate-update "0.0.8", | |
boilerplate-update "0.0.9", | |
boilerplate-update "0.0.10", | |
boilerplate-update "0.0.11", | |
boilerplate-update "0.0.12", | |
boilerplate-update "0.0.13", | |
boilerplate-update "0.0.14", | |
boilerplate-update "0.0.15", | |
boilerplate-update "0.0.16", | |
boilerplate-update "0.0.18", | |
boilerplate-update "0.0.19", | |
boilerplate-update "0.0.20", | |
boilerplate-update "0.0.21", | |
boilerplate-update "0.0.22", | |
boilerplate-update "0.0.23", | |
boilerplate-update "0.0.24", | |
boilerplate-update "0.0.25", | |
boilerplate-update "0.0.27", | |
boilerplate-update "0.0.28", | |
boilerplate-update "0.0.29", | |
boilerplate-update "0.0.32", | |
boilerplate-update "0.0.33", | |
boilerplate-update "0.0.34", | |
boilerplate-update "0.0.35", | |
boilerplate-update "0.0.36", | |
boilerplate-update "0.0.37", | |
boilerplate-update "0.0.38", | |
boilerplate-update "0.0.39", | |
boilerplate-update "0.0.40", | |
boilerplate-update "0.0.41", | |
boilerplate-update "0.0.42", | |
boilerplate-update "0.0.43", | |
boilerplate-update "0.0.44", | |
boilerplate-update "0.0.45", | |
boilerplate-update "0.0.46", | |
boilerplate-update "0.0.47", | |
boilerplate-update "0.1.0", | |
boilerplate-update "0.1.1", | |
boilerplate-update "0.1.2", | |
boilerplate-update "0.1.3", | |
boilerplate-update "0.1.4", | |
boilerplate-update "0.1.5", | |
boilerplate-update "0.1.6", | |
boilerplate-update "0.1.7", | |
boilerplate-update "0.1.8", | |
boilerplate-update "0.1.9", | |
boilerplate-update "0.1.10", | |
boilerplate-update "0.1.11", | |
boilerplate-update "0.1.12", | |
boilerplate-update "0.1.13", | |
boilerplate-update "0.1.14", | |
boilerplate-update "0.1.15", | |
boilerplate-update "0.2.0-beta.1", | |
boilerplate-update "0.2.0", | |
boilerplate-update "0.2.1", | |
boilerplate-update "0.2.2", | |
boilerplate-update "0.2.3", | |
boilerplate-update "0.2.4", | |
boilerplate-update "0.2.5", | |
boilerplate-update "0.2.6", | |
boilerplate-update "0.2.7", | |
boilerplate-update "1.13.0", | |
boilerplate-update "1.13.1", | |
boilerplate-update "1.13.5", | |
boilerplate-update "1.13.6", | |
boilerplate-update "1.13.7", | |
boilerplate-update "1.13.8", | |
boilerplate-update "1.13.9", | |
boilerplate-update "1.13.10", | |
boilerplate-update "1.13.11", | |
boilerplate-update "1.13.12", | |
boilerplate-update "1.13.13", | |
boilerplate-update "1.13.14", | |
boilerplate-update "1.13.15", | |
boilerplate-update "2.2.0-beta.1", | |
boilerplate-update "2.2.0-beta.2", | |
boilerplate-update "2.2.0-beta.3", | |
boilerplate-update "2.2.0-beta.4", | |
boilerplate-update "2.2.0-beta.5", | |
boilerplate-update "2.2.0-beta.6", | |
boilerplate-update "2.3.0-beta.1", | |
boilerplate-update "2.3.0-beta.2", | |
boilerplate-update "2.3.0", | |
boilerplate-update "2.4.0", | |
boilerplate-update "2.4.1", | |
boilerplate-update "2.4.2", | |
boilerplate-update "2.4.3", | |
boilerplate-update "2.5.0", | |
boilerplate-update "2.5.1", | |
boilerplate-update "2.6.0-beta.1", | |
boilerplate-update "2.6.0-beta.2", | |
boilerplate-update "2.6.0-beta.3", | |
boilerplate-update "2.6.0", | |
boilerplate-update "2.6.1", | |
boilerplate-update "2.6.2", | |
boilerplate-update "2.6.3", | |
boilerplate-update "2.7.0-beta.1", | |
boilerplate-update "2.7.0-beta.2", | |
boilerplate-update "2.7.0-beta.3", | |
boilerplate-update "2.7.0-beta.4", | |
boilerplate-update "2.7.0-beta.5", | |
boilerplate-update "2.7.0-beta.6", | |
boilerplate-update "2.7.0", | |
boilerplate-update "2.8.0-beta.1", | |
boilerplate-update "2.8.0-beta.2", | |
boilerplate-update "2.8.0-beta.3", | |
boilerplate-update "2.8.0", | |
boilerplate-update "2.9.0-beta.1", | |
boilerplate-update "2.9.0-beta.2", | |
boilerplate-update "2.9.0", | |
boilerplate-update "2.9.1", | |
boilerplate-update "2.10.0-beta.1", | |
boilerplate-update "2.10.0-beta.2", | |
boilerplate-update "2.10.0", | |
boilerplate-update "2.10.1", | |
boilerplate-update "2.11.0-beta.1", | |
boilerplate-update "2.11.0-beta.2", | |
boilerplate-update "2.11.0", | |
boilerplate-update "2.11.1", | |
boilerplate-update "2.12.0-beta.1", | |
boilerplate-update "2.12.0-beta.2", | |
boilerplate-update "2.12.0", | |
boilerplate-update "2.12.1", | |
boilerplate-update "2.12.2", | |
boilerplate-update "2.12.3", | |
boilerplate-update "2.13.0-beta.1", | |
boilerplate-update "2.13.0-beta.2", | |
boilerplate-update "2.13.0-beta.3", | |
boilerplate-update "2.13.0-beta.4", | |
boilerplate-update "2.13.0", | |
boilerplate-update "2.13.1", | |
boilerplate-update "2.13.2", | |
boilerplate-update "2.13.3", | |
boilerplate-update "2.14.0-beta.1", | |
boilerplate-update "2.14.0-beta.2", | |
boilerplate-update "2.14.0", | |
boilerplate-update "2.14.1", | |
boilerplate-update "2.14.2", | |
boilerplate-update "2.15.0-beta.1", | |
boilerplate-update "2.15.0-beta.2", | |
boilerplate-update "2.15.0", | |
boilerplate-update "2.15.1", | |
boilerplate-update "2.16.0-beta.1", | |
boilerplate-update "2.16.0-beta.2", | |
boilerplate-update "2.16.0", | |
boilerplate-update "2.16.1", | |
boilerplate-update "2.16.2", | |
boilerplate-update "2.17.0-beta.1", | |
boilerplate-update "2.17.0-beta.2", | |
boilerplate-update "2.17.0", | |
boilerplate-update "2.17.1", | |
boilerplate-update "2.17.2", | |
boilerplate-update "2.18.0-beta.1", | |
boilerplate-update "2.18.0-beta.2", | |
boilerplate-update "2.18.0", | |
boilerplate-update "2.18.1", | |
boilerplate-update "2.18.2", | |
boilerplate-update "3.0.0-beta.1", | |
boilerplate-update "3.0.0-beta.2", | |
boilerplate-update "3.0.0", | |
boilerplate-update "3.0.1", | |
boilerplate-update "3.0.2", | |
boilerplate-update "3.0.3", | |
boilerplate-update "3.0.4", | |
boilerplate-update "3.1.0-beta.1", | |
boilerplate-update "3.1.0", | |
boilerplate-update "3.1.1", | |
boilerplate-update "3.1.2", | |
boilerplate-update "3.1.3", | |
boilerplate-update "3.1.4", | |
boilerplate-update "3.2.0-beta.1", | |
boilerplate-update "3.2.0-beta.2", | |
boilerplate-update "3.2.0", | |
boilerplate-update "3.3.0", | |
boilerplate-update "3.4.0-beta.1", | |
boilerplate-update "3.4.0-beta.2", | |
boilerplate-update "3.4.0-beta.3", | |
boilerplate-update "3.4.1", | |
boilerplate-update "3.4.2-beta.1", | |
boilerplate-update "3.4.2", | |
boilerplate-update "3.4.3", | |
boilerplate-update "3.4.4", | |
boilerplate-update "3.5.0-beta.1", | |
boilerplate-update "3.5.0-beta.2", | |
boilerplate-update "3.5.0", | |
boilerplate-update "3.5.1", | |
boilerplate-update "3.6.0-beta.1", | |
boilerplate-update "3.6.0", | |
boilerplate-update "3.6.1", | |
boilerplate-update "3.7.0-beta.1", | |
boilerplate-update "3.7.0-beta.2", | |
boilerplate-update "3.7.0", | |
boilerplate-update "3.7.1", | |
boilerplate-update "3.8.0-beta.1", | |
boilerplate-update "3.8.0", | |
boilerplate-update "3.8.1", | |
boilerplate-update "3.9.0-beta.1", | |
boilerplate-update "3.9.0-beta.2" | |
boilerplate-update ] | |
boilerplate-update +0ms | |
boilerplate-update npx -p [email protected] ember new my-custom-app -sn -sg +0ms | |
installing app | |
create .editorconfig | |
create .ember-cli | |
create .eslintignore | |
create .eslintrc.js | |
create .travis.yml | |
create .watchmanconfig | |
create README.md | |
create app/app.js | |
create app/components/.gitkeep | |
create app/controllers/.gitkeep | |
create app/helpers/.gitkeep | |
create app/index.html | |
create app/models/.gitkeep | |
create app/resolver.js | |
create app/router.js | |
create app/routes/.gitkeep | |
create app/styles/app.css | |
create app/templates/application.hbs | |
create app/templates/components/.gitkeep | |
create config/environment.js | |
create config/targets.js | |
create ember-cli-build.js | |
create .gitignore | |
create package.json | |
create public/robots.txt | |
create testem.js | |
create tests/helpers/.gitkeep | |
create tests/index.html | |
create tests/integration/.gitkeep | |
create tests/test-helper.js | |
create tests/unit/.gitkeep | |
create vendor/.gitkeep | |
git-diff-apply git status --porcelain +0ms | |
git-diff-apply +17ms | |
git-diff-apply git init +1ms | |
git-diff-apply Initialized empty Git repository in /private/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070RqDAQ0giuy9Z/.git/ | |
git-diff-apply +36ms | |
git-diff-apply git config user.email "[email protected]" +0ms | |
git-diff-apply +12ms | |
git-diff-apply git config user.name "Your Name" +0ms | |
git-diff-apply +14ms | |
git-diff-apply node /Users/k3n/Applications/_externals/ember-cli-update/node_modules/cpr/bin/cpr /var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070b5o27u5Y7sRN/my-custom-app . +0ms | |
git-diff-apply +165ms | |
git-diff-apply git add -A +0ms | |
git-diff-apply +43ms | |
git-diff-apply git status --porcelain +0ms | |
git-diff-apply A .bowerrc | |
git-diff-apply A .editorconfig | |
git-diff-apply A .ember-cli | |
git-diff-apply A .gitignore | |
git-diff-apply A .jshintrc | |
git-diff-apply A .travis.yml | |
git-diff-apply A .watchmanconfig | |
git-diff-apply A README.md | |
git-diff-apply A app/app.js | |
git-diff-apply A app/components/.gitkeep | |
git-diff-apply A app/controllers/.gitkeep | |
git-diff-apply A app/helpers/.gitkeep | |
git-diff-apply A app/index.html | |
git-diff-apply A app/models/.gitkeep | |
git-diff-apply A app/resolver.js | |
git-diff-apply A app/router.js | |
git-diff-apply A app/routes/.gitkeep | |
git-diff-apply A app/styles/app.css | |
git-diff-apply A app/templates/application.hbs | |
git-diff-apply A app/templates/components/.gitkeep | |
git-diff-apply A bower.json | |
git-diff-apply A config/environment.js | |
git-diff-apply A ember-cli-build.js | |
git-diff-apply A package.json | |
git-diff-apply A public/crossdomain.xml | |
git-diff-apply A public/robots.txt | |
git-diff-apply A testem.js | |
git-diff-apply A tests/.jshintrc | |
git-diff-apply A tests/helpers/destroy-app.js | |
git-diff-apply A tests/helpers/module-for-acceptance.js | |
git-diff-apply A tests/helpers/resolver.js | |
git-diff-apply A tests/helpers/start-app.js | |
git-diff-apply A tests/index.html | |
git-diff-apply A tests/integration/.gitkeep | |
git-diff-apply A tests/test-helper.js | |
git-diff-apply A tests/unit/.gitkeep | |
git-diff-apply A vendor/.gitkeep | |
git-diff-apply +15ms | |
git-diff-apply git commit -m "message" --no-verify +0ms | |
git-diff-apply [master (root-commit) 21335fd] message | |
git-diff-apply 37 files changed, 528 insertions(+) | |
git-diff-apply create mode 100644 .bowerrc | |
git-diff-apply create mode 100644 .editorconfig | |
git-diff-apply create mode 100644 .ember-cli | |
git-diff-apply create mode 100644 .gitignore | |
git-diff-apply create mode 100644 .jshintrc | |
git-diff-apply create mode 100644 .travis.yml | |
git-diff-apply create mode 100644 .watchmanconfig | |
git-diff-apply create mode 100644 README.md | |
git-diff-apply create mode 100644 app/app.js | |
git-diff-apply create mode 100644 app/components/.gitkeep | |
git-diff-apply create mode 100644 app/controllers/.gitkeep | |
git-diff-apply create mode 100644 app/helpers/.gitkeep | |
git-diff-apply create mode 100644 app/index.html | |
git-diff-apply create mode 100644 app/models/.gitkeep | |
git-diff-apply create mode 100644 app/resolver.js | |
git-diff-apply create mode 100644 app/router.js | |
git-diff-apply create mode 100644 app/routes/.gitkeep | |
git-diff-apply create mode 100644 app/styles/app.css | |
git-diff-apply create mode 100644 app/templates/application.hbs | |
git-diff-apply create mode 100644 app/templates/components/.gitkeep | |
git-diff-apply create mode 100644 bower.json | |
git-diff-apply create mode 100644 config/environment.js | |
git-diff-apply create mode 100644 ember-cli-build.js | |
git-diff-apply create mode 100644 package.json | |
git-diff-apply create mode 100644 public/crossdomain.xml | |
git-diff-apply create mode 100644 public/robots.txt | |
git-diff-apply create mode 100644 testem.js | |
git-diff-apply create mode 100644 tests/.jshintrc | |
git-diff-apply create mode 100644 tests/helpers/destroy-app.js | |
git-diff-apply create mode 100644 tests/helpers/module-for-acceptance.js | |
git-diff-apply create mode 100644 tests/helpers/resolver.js | |
git-diff-apply create mode 100644 tests/helpers/start-app.js | |
git-diff-apply create mode 100644 tests/index.html | |
git-diff-apply create mode 100644 tests/integration/.gitkeep | |
git-diff-apply create mode 100644 tests/test-helper.js | |
git-diff-apply create mode 100644 tests/unit/.gitkeep | |
git-diff-apply create mode 100644 vendor/.gitkeep | |
git-diff-apply +47ms | |
git-diff-apply git tag v2.11.1 +1ms | |
git-diff-apply +13ms | |
git-diff-apply git rm -r . -f +0ms | |
git-diff-apply rm '.bowerrc' | |
git-diff-apply rm '.editorconfig' | |
git-diff-apply rm '.ember-cli' | |
git-diff-apply rm '.gitignore' | |
git-diff-apply rm '.jshintrc' | |
git-diff-apply rm '.travis.yml' | |
git-diff-apply rm '.watchmanconfig' | |
git-diff-apply rm 'README.md' | |
git-diff-apply rm 'app/app.js' | |
git-diff-apply rm 'app/components/.gitkeep' | |
git-diff-apply rm 'app/controllers/.gitkeep' | |
git-diff-apply rm 'app/helpers/.gitkeep' | |
git-diff-apply rm 'app/index.html' | |
git-diff-apply rm 'app/models/.gitkeep' | |
git-diff-apply rm 'app/resolver.js' | |
git-diff-apply rm 'app/router.js' | |
git-diff-apply rm 'app/routes/.gitkeep' | |
git-diff-apply rm 'app/styles/app.css' | |
git-diff-apply rm 'app/templates/application.hbs' | |
git-diff-apply rm 'app/templates/components/.gitkeep' | |
git-diff-apply rm 'bower.json' | |
git-diff-apply rm 'config/environment.js' | |
git-diff-apply rm 'ember-cli-build.js' | |
git-diff-apply rm 'package.json' | |
git-diff-apply rm 'public/crossdomain.xml' | |
git-diff-apply rm 'public/robots.txt' | |
git-diff-apply rm 'testem.js' | |
git-diff-apply rm 'tests/.jshintrc' | |
git-diff-apply rm 'tests/helpers/destroy-app.js' | |
git-diff-apply rm 'tests/helpers/module-for-acceptance.js' | |
git-diff-apply rm 'tests/helpers/resolver.js' | |
git-diff-apply rm 'tests/helpers/start-app.js' | |
git-diff-apply rm 'tests/index.html' | |
git-diff-apply rm 'tests/integration/.gitkeep' | |
git-diff-apply rm 'tests/test-helper.js' | |
git-diff-apply rm 'tests/unit/.gitkeep' | |
git-diff-apply rm 'vendor/.gitkeep' | |
git-diff-apply +27ms | |
git-diff-apply node /Users/k3n/Applications/_externals/ember-cli-update/node_modules/cpr/bin/cpr /var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070nSjzV3wv4F33/my-custom-app . +0ms | |
git-diff-apply +118ms | |
git-diff-apply git add -A +0ms | |
git-diff-apply +33ms | |
git-diff-apply git status --porcelain +0ms | |
git-diff-apply D .bowerrc | |
git-diff-apply A .eslintignore | |
git-diff-apply A .eslintrc.js | |
git-diff-apply M .gitignore | |
git-diff-apply D .jshintrc | |
git-diff-apply M .travis.yml | |
git-diff-apply M README.md | |
git-diff-apply M app/app.js | |
git-diff-apply M app/index.html | |
git-diff-apply M app/router.js | |
git-diff-apply M app/templates/application.hbs | |
git-diff-apply D bower.json | |
git-diff-apply M config/environment.js | |
git-diff-apply A config/targets.js | |
git-diff-apply M ember-cli-build.js | |
git-diff-apply M package.json | |
git-diff-apply D public/crossdomain.xml | |
git-diff-apply M testem.js | |
git-diff-apply D tests/.jshintrc | |
git-diff-apply A tests/helpers/.gitkeep | |
git-diff-apply D tests/helpers/destroy-app.js | |
git-diff-apply D tests/helpers/module-for-acceptance.js | |
git-diff-apply D tests/helpers/resolver.js | |
git-diff-apply D tests/helpers/start-app.js | |
git-diff-apply M tests/test-helper.js | |
git-diff-apply +16ms | |
git-diff-apply git commit -m "message" --no-verify +0ms | |
git-diff-apply [master 62c4f87] message | |
git-diff-apply 25 files changed, 179 insertions(+), 262 deletions(-) | |
git-diff-apply delete mode 100644 .bowerrc | |
git-diff-apply create mode 100644 .eslintignore | |
git-diff-apply create mode 100644 .eslintrc.js | |
git-diff-apply delete mode 100644 .jshintrc | |
git-diff-apply delete mode 100644 bower.json | |
git-diff-apply create mode 100644 config/targets.js | |
git-diff-apply rewrite package.json (65%) | |
git-diff-apply delete mode 100644 public/crossdomain.xml | |
git-diff-apply rewrite testem.js (88%) | |
git-diff-apply delete mode 100644 tests/.jshintrc | |
git-diff-apply create mode 100644 tests/helpers/.gitkeep | |
git-diff-apply delete mode 100644 tests/helpers/destroy-app.js | |
git-diff-apply delete mode 100644 tests/helpers/module-for-acceptance.js | |
git-diff-apply delete mode 100644 tests/helpers/resolver.js | |
git-diff-apply delete mode 100644 tests/helpers/start-app.js | |
git-diff-apply +40ms | |
git-diff-apply git tag v3.2.0-beta.1 +0ms | |
git-diff-apply +11ms | |
git-diff-apply git clone --mirror /var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070RqDAQ0giuy9Z /var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070r4ld4Fn9E7Sx/.git +1ms | |
Cloning into bare repository '/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070r4ld4Fn9E7Sx/.git'... | |
done. | |
git-diff-apply +85ms | |
git-diff-apply git --git-dir="/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070r4ld4Fn9E7Sx/.git" rev-parse v2.11.1 +0ms | |
git-diff-apply 21335fdd8102ce61d9e5884e29615320d633a8ff | |
git-diff-apply +10ms | |
git-diff-apply git --git-dir="/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070r4ld4Fn9E7Sx/.git" --work-tree="/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070r4ld4Fn9E7Sx" checkout 21335fdd8102ce61d9e5884e29615320d633a8ff +0ms | |
Note: checking out '21335fdd8102ce61d9e5884e29615320d633a8ff'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b <new-branch-name> | |
HEAD is now at 21335fd message | |
git-diff-apply +49ms | |
git-diff-apply git --git-dir="/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070r4ld4Fn9E7Sx/.git" rev-parse v3.2.0-beta.1 +2ms | |
git-diff-apply 62c4f87e6f72279a3e2d81cde17209516107c2ad | |
git-diff-apply +12ms | |
git-diff-apply git --git-dir="/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070r4ld4Fn9E7Sx/.git" --work-tree="/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070r4ld4Fn9E7Sx" checkout 62c4f87e6f72279a3e2d81cde17209516107c2ad +0ms | |
Previous HEAD position was 21335fd message | |
HEAD is now at 62c4f87 message | |
git-diff-apply +39ms | |
git-diff-apply git rev-parse --show-toplevel +1ms | |
git-diff-apply /private/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070p2JIOhcTCi29 | |
git-diff-apply +11ms | |
git-diff-apply git --git-dir="/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070r4ld4Fn9E7Sx/.git" rev-parse v2.11.1 +0ms | |
git-diff-apply 21335fdd8102ce61d9e5884e29615320d633a8ff | |
git-diff-apply +11ms | |
git-diff-apply git --git-dir="/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070r4ld4Fn9E7Sx/.git" --work-tree="/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070r4ld4Fn9E7Sx" checkout 21335fdd8102ce61d9e5884e29615320d633a8ff +0ms | |
Previous HEAD position was 62c4f87 message | |
HEAD is now at 21335fd message | |
git-diff-apply +40ms | |
git-diff-apply git symbolic-ref --short HEAD +1ms | |
git-diff-apply foo | |
git-diff-apply +13ms | |
git-diff-apply git checkout --orphan ee8a3f30-40fa-11e9-b1c9-07b0a673b7ac +0ms | |
Switched to a new branch 'ee8a3f30-40fa-11e9-b1c9-07b0a673b7ac' | |
git-diff-apply +20ms | |
git-diff-apply git rm -r . -f +0ms | |
git-diff-apply rm '.bowerrc' | |
git-diff-apply rm '.editorconfig' | |
git-diff-apply rm '.ember-cli' | |
git-diff-apply rm '.gitignore' | |
git-diff-apply rm '.jshintrc' | |
git-diff-apply rm '.travis.yml' | |
git-diff-apply rm '.watchmanconfig' | |
git-diff-apply rm 'README.md' | |
git-diff-apply rm 'app/app.js' | |
git-diff-apply rm 'app/components/.gitkeep' | |
git-diff-apply rm 'app/controllers/.gitkeep' | |
git-diff-apply rm 'app/helpers/.gitkeep' | |
git-diff-apply rm 'app/index.html' | |
git-diff-apply rm 'app/models/.gitkeep' | |
git-diff-apply rm 'app/resolver.js' | |
git-diff-apply rm 'app/router.js' | |
git-diff-apply rm 'app/routes/.gitkeep' | |
git-diff-apply rm 'app/styles/app.css' | |
git-diff-apply rm 'app/templates/application.hbs' | |
git-diff-apply rm 'app/templates/components/.gitkeep' | |
git-diff-apply rm 'bower.json' | |
git-diff-apply rm 'config/environment.js' | |
git-diff-apply rm 'ember-cli-build.js' | |
git-diff-apply rm 'package.json' | |
git-diff-apply rm 'public/crossdomain.xml' | |
git-diff-apply rm 'public/robots.txt' | |
git-diff-apply rm 'testem.js' | |
git-diff-apply rm 'tests/.jshintrc' | |
git-diff-apply rm 'tests/helpers/destroy-app.js' | |
git-diff-apply rm 'tests/helpers/module-for-acceptance.js' | |
git-diff-apply rm 'tests/helpers/resolver.js' | |
git-diff-apply rm 'tests/helpers/start-app.js' | |
git-diff-apply rm 'tests/index.html' | |
git-diff-apply rm 'tests/integration/.gitkeep' | |
git-diff-apply rm 'tests/test-helper.js' | |
git-diff-apply rm 'tests/unit/.gitkeep' | |
git-diff-apply rm 'vendor/.gitkeep' | |
git-diff-apply +33ms | |
git-diff-apply ensureDir /private/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070p2JIOhcTCi29 +0ms | |
git-diff-apply chdir /private/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070p2JIOhcTCi29 +1ms | |
git-diff-apply ensureDir /private/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070p2JIOhcTCi29 +1ms | |
git-diff-apply [ '.git', 'node_modules' ] +0ms | |
git-diff-apply moveAll /private/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070p2JIOhcTCi29 /var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070Qu94ubJo0x7T +2ms | |
git-diff-apply [ '.bowerrc', | |
git-diff-apply '.editorconfig', | |
git-diff-apply '.ember-cli', | |
git-diff-apply '.git', | |
git-diff-apply '.gitignore', | |
git-diff-apply '.jshintrc', | |
git-diff-apply '.travis.yml', | |
git-diff-apply '.watchmanconfig', | |
git-diff-apply 'README.md', | |
git-diff-apply 'app', | |
git-diff-apply 'bower.json', | |
git-diff-apply 'config', | |
git-diff-apply 'ember-cli-build.js', | |
git-diff-apply 'package.json', | |
git-diff-apply 'public', | |
git-diff-apply 'testem.js', | |
git-diff-apply 'tests', | |
git-diff-apply 'vendor' ] +0ms | |
git-diff-apply copy /var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070r4ld4Fn9E7Sx /private/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070p2JIOhcTCi29 +0ms | |
git-diff-apply git add -A +85ms | |
git-diff-apply +25ms | |
git-diff-apply git status --porcelain +0ms | |
git-diff-apply A .bowerrc | |
git-diff-apply A .editorconfig | |
git-diff-apply A .ember-cli | |
git-diff-apply A .gitignore | |
git-diff-apply A .jshintrc | |
git-diff-apply A .travis.yml | |
git-diff-apply A .watchmanconfig | |
git-diff-apply A README.md | |
git-diff-apply A app/app.js | |
git-diff-apply A app/components/.gitkeep | |
git-diff-apply A app/controllers/.gitkeep | |
git-diff-apply A app/helpers/.gitkeep | |
git-diff-apply A app/index.html | |
git-diff-apply A app/models/.gitkeep | |
git-diff-apply A app/resolver.js | |
git-diff-apply A app/router.js | |
git-diff-apply A app/routes/.gitkeep | |
git-diff-apply A app/styles/app.css | |
git-diff-apply A app/templates/application.hbs | |
git-diff-apply A app/templates/components/.gitkeep | |
git-diff-apply A bower.json | |
git-diff-apply A config/environment.js | |
git-diff-apply A ember-cli-build.js | |
git-diff-apply A package.json | |
git-diff-apply A public/crossdomain.xml | |
git-diff-apply A public/robots.txt | |
git-diff-apply A testem.js | |
git-diff-apply A tests/.jshintrc | |
git-diff-apply A tests/helpers/destroy-app.js | |
git-diff-apply A tests/helpers/module-for-acceptance.js | |
git-diff-apply A tests/helpers/resolver.js | |
git-diff-apply A tests/helpers/start-app.js | |
git-diff-apply A tests/index.html | |
git-diff-apply A tests/integration/.gitkeep | |
git-diff-apply A tests/test-helper.js | |
git-diff-apply A tests/unit/.gitkeep | |
git-diff-apply A vendor/.gitkeep | |
git-diff-apply +17ms | |
git-diff-apply git commit -m "message" --no-verify +1ms | |
git-diff-apply [ee8a3f30-40fa-11e9-b1c9-07b0a673b7ac (root-commit) 21335fd] message | |
git-diff-apply 37 files changed, 528 insertions(+) | |
git-diff-apply create mode 100644 .bowerrc | |
git-diff-apply create mode 100644 .editorconfig | |
git-diff-apply create mode 100644 .ember-cli | |
git-diff-apply create mode 100644 .gitignore | |
git-diff-apply create mode 100644 .jshintrc | |
git-diff-apply create mode 100644 .travis.yml | |
git-diff-apply create mode 100644 .watchmanconfig | |
git-diff-apply create mode 100644 README.md | |
git-diff-apply create mode 100644 app/app.js | |
git-diff-apply create mode 100644 app/components/.gitkeep | |
git-diff-apply create mode 100644 app/controllers/.gitkeep | |
git-diff-apply create mode 100644 app/helpers/.gitkeep | |
git-diff-apply create mode 100644 app/index.html | |
git-diff-apply create mode 100644 app/models/.gitkeep | |
git-diff-apply create mode 100644 app/resolver.js | |
git-diff-apply create mode 100644 app/router.js | |
git-diff-apply create mode 100644 app/routes/.gitkeep | |
git-diff-apply create mode 100644 app/styles/app.css | |
git-diff-apply create mode 100644 app/templates/application.hbs | |
git-diff-apply create mode 100644 app/templates/components/.gitkeep | |
git-diff-apply create mode 100644 bower.json | |
git-diff-apply create mode 100644 config/environment.js | |
git-diff-apply create mode 100644 ember-cli-build.js | |
git-diff-apply create mode 100644 package.json | |
git-diff-apply create mode 100644 public/crossdomain.xml | |
git-diff-apply create mode 100644 public/robots.txt | |
git-diff-apply create mode 100644 testem.js | |
git-diff-apply create mode 100644 tests/.jshintrc | |
git-diff-apply create mode 100644 tests/helpers/destroy-app.js | |
git-diff-apply create mode 100644 tests/helpers/module-for-acceptance.js | |
git-diff-apply create mode 100644 tests/helpers/resolver.js | |
git-diff-apply create mode 100644 tests/helpers/start-app.js | |
git-diff-apply create mode 100644 tests/index.html | |
git-diff-apply create mode 100644 tests/integration/.gitkeep | |
git-diff-apply create mode 100644 tests/test-helper.js | |
git-diff-apply create mode 100644 tests/unit/.gitkeep | |
git-diff-apply create mode 100644 vendor/.gitkeep | |
git-diff-apply +35ms | |
git-diff-apply git --git-dir="/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070r4ld4Fn9E7Sx/.git" diff v2.11.1 v3.2.0-beta.1 --binary > /var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070hK80Gg64h6Dx/file.patch +1ms | |
git-diff-apply +28ms | |
git-diff-apply git apply /var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070hK80Gg64h6Dx/file.patch +1ms | |
git-diff-apply +28ms | |
git-diff-apply git checkout -- package.json +1ms | |
git-diff-apply +16ms | |
git-diff-apply git status --porcelain +0ms | |
git-diff-apply D .bowerrc | |
git-diff-apply M .gitignore | |
git-diff-apply D .jshintrc | |
git-diff-apply M .travis.yml | |
git-diff-apply M README.md | |
git-diff-apply M app/app.js | |
git-diff-apply M app/index.html | |
git-diff-apply M app/router.js | |
git-diff-apply M app/templates/application.hbs | |
git-diff-apply D bower.json | |
git-diff-apply M config/environment.js | |
git-diff-apply M ember-cli-build.js | |
git-diff-apply D public/crossdomain.xml | |
git-diff-apply M testem.js | |
git-diff-apply D tests/.jshintrc | |
git-diff-apply D tests/helpers/destroy-app.js | |
git-diff-apply D tests/helpers/module-for-acceptance.js | |
git-diff-apply D tests/helpers/resolver.js | |
git-diff-apply D tests/helpers/start-app.js | |
git-diff-apply M tests/test-helper.js | |
git-diff-apply ?? .eslintignore | |
git-diff-apply ?? .eslintrc.js | |
git-diff-apply ?? config/targets.js | |
git-diff-apply ?? tests/helpers/.gitkeep | |
git-diff-apply +16ms | |
git-diff-apply git add -A +0ms | |
git-diff-apply +34ms | |
git-diff-apply git status --porcelain +0ms | |
git-diff-apply D .bowerrc | |
git-diff-apply A .eslintignore | |
git-diff-apply A .eslintrc.js | |
git-diff-apply M .gitignore | |
git-diff-apply D .jshintrc | |
git-diff-apply M .travis.yml | |
git-diff-apply M README.md | |
git-diff-apply M app/app.js | |
git-diff-apply M app/index.html | |
git-diff-apply M app/router.js | |
git-diff-apply M app/templates/application.hbs | |
git-diff-apply D bower.json | |
git-diff-apply M config/environment.js | |
git-diff-apply A config/targets.js | |
git-diff-apply M ember-cli-build.js | |
git-diff-apply D public/crossdomain.xml | |
git-diff-apply M testem.js | |
git-diff-apply D tests/.jshintrc | |
git-diff-apply A tests/helpers/.gitkeep | |
git-diff-apply D tests/helpers/destroy-app.js | |
git-diff-apply D tests/helpers/module-for-acceptance.js | |
git-diff-apply D tests/helpers/resolver.js | |
git-diff-apply D tests/helpers/start-app.js | |
git-diff-apply M tests/test-helper.js | |
git-diff-apply +16ms | |
git-diff-apply git commit -m "message" --no-verify +1ms | |
git-diff-apply [ee8a3f30-40fa-11e9-b1c9-07b0a673b7ac 5a20e23] message | |
git-diff-apply 24 files changed, 131 insertions(+), 216 deletions(-) | |
git-diff-apply delete mode 100644 .bowerrc | |
git-diff-apply create mode 100644 .eslintignore | |
git-diff-apply create mode 100644 .eslintrc.js | |
git-diff-apply delete mode 100644 .jshintrc | |
git-diff-apply delete mode 100644 bower.json | |
git-diff-apply create mode 100644 config/targets.js | |
git-diff-apply delete mode 100644 public/crossdomain.xml | |
git-diff-apply rewrite testem.js (88%) | |
git-diff-apply delete mode 100644 tests/.jshintrc | |
git-diff-apply create mode 100644 tests/helpers/.gitkeep | |
git-diff-apply delete mode 100644 tests/helpers/destroy-app.js | |
git-diff-apply delete mode 100644 tests/helpers/module-for-acceptance.js | |
git-diff-apply delete mode 100644 tests/helpers/resolver.js | |
git-diff-apply delete mode 100644 tests/helpers/start-app.js | |
git-diff-apply +41ms | |
git-diff-apply git rev-parse HEAD +1ms | |
git-diff-apply 5a20e23fe7efc5f5f4ef288ef0b7282dcc5c2c79 | |
git-diff-apply +10ms | |
git-diff-apply git checkout foo +0ms | |
Switched to branch 'foo' | |
git-diff-apply +40ms | |
git-diff-apply git cherry-pick --no-commit 5a20e23fe7efc5f5f4ef288ef0b7282dcc5c2c79 +0ms | |
git-diff-apply +43ms | |
git-diff-apply git branch -D ee8a3f30-40fa-11e9-b1c9-07b0a673b7ac +0ms | |
git-diff-apply Deleted branch ee8a3f30-40fa-11e9-b1c9-07b0a673b7ac (was 5a20e23). | |
git-diff-apply +16ms | |
git-diff-apply [ 'node_modules' ] +453ms | |
git-diff-apply moveAll /var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070Qu94ubJo0x7T /private/var/folders/g8/0zbj1625217c7_wr4wsj_hp8lw0cjf/T/tmp-15070p2JIOhcTCi29 +0ms | |
boilerplate-update git add package.json +1m | |
boilerplate-update git add package.json +16ms | |
boilerplate-update +0ms | |
git-fixtures git log -1 +1m | |
git-fixtures commit 8a5623bba3824ad476ee8d9a475c1a5af29fe388 | |
git-fixtures Author: Your Name <[email protected]> | |
git-fixtures Date: Thu Mar 7 11:05:01 2019 -0600 | |
git-fixtures | |
git-fixtures add files | |
git-fixtures +14ms | |
git-fixtures git branch +3ms | |
git-fixtures * foo | |
git-fixtures master | |
git-fixtures +13ms | |
git-fixtures git status --porcelain +1ms | |
git-fixtures D .bowerrc | |
git-fixtures A .eslintignore | |
git-fixtures A .eslintrc.js | |
git-fixtures M .gitignore | |
git-fixtures D .jshintrc | |
git-fixtures M .travis.yml | |
git-fixtures M README.md | |
git-fixtures M app/app.js | |
git-fixtures M app/index.html | |
git-fixtures M app/router.js | |
git-fixtures M app/templates/application.hbs | |
git-fixtures D bower.json | |
git-fixtures M config/environment.js | |
git-fixtures A config/targets.js | |
git-fixtures M ember-cli-build.js | |
git-fixtures M package.json | |
git-fixtures D public/crossdomain.xml | |
git-fixtures M testem.js | |
git-fixtures D tests/.jshintrc | |
git-fixtures A tests/helpers/.gitkeep | |
git-fixtures D tests/helpers/destroy-app.js | |
git-fixtures D tests/helpers/module-for-acceptance.js | |
git-fixtures D tests/helpers/resolver.js | |
git-fixtures D tests/helpers/start-app.js | |
git-fixtures M tests/test-helper.js | |
git-fixtures +19ms | |
1) can create a personal diff instead of using an output repo | |
0 passing (3m) | |
1 failing | |
1) Integration | Index | |
can create a personal diff instead of using an output repo: | |
Error: Timeout of 120000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/Users/k3n/Applications/_externals/ember-cli-update/test/integration/index-test.js) | |
at <anonymous> | |
at process._tickCallback (internal/process/next_tick.js:189:7) | |
npm ERR! code ELIFECYCLE | |
npm ERR! errno 1 | |
npm ERR! [email protected] test:bin: `cross-env DEBUG=ember-cli-update,boilerplate-update,git-diff-apply,git-fixtures mocha "test/!(fixtures)/**/!(ember-addon)-test.js"` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] test:bin script. | |
npm ERR! This is probably not a problem with npm. There is likely additional logging output above. | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! /Users/k3n/.npm/_logs/2019-03-07T17_06_34_539Z-debug.log | |
npm ERR! code ELIFECYCLE | |
npm ERR! errno 1 | |
npm ERR! [email protected] test:both: `npm run test:bin && npm run test:command` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] test:both script. | |
npm ERR! This is probably not a problem with npm. There is likely additional logging output above. | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! /Users/k3n/.npm/_logs/2019-03-07T17_06_34_579Z-debug.log | |
npm ERR! code ELIFECYCLE | |
npm ERR! errno 1 | |
npm ERR! [email protected] test: `npm run test:both` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] test script. | |
npm ERR! This is probably not a problem with npm. There is likely additional logging output above. | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! /Users/k3n/.npm/_logs/2019-03-07T17_06_34_608Z-debug.log | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment