Arguments: /usr/local/Cellar/node/10.8.0/bin/node /usr/local/bin/yarn test PATH: /Users/william.boman/.cargo/bin:/Users/william.boman/.rbenv/shims:/Users/william.boman/.rbenv/bin:/Users/william.boman/bin:/Users/william.boman/bin/git:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/local/sbin:/Users/william.boman/.composer/vendor/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/william.boman/.cargo/bin:/Users/william.boman/.rbenv/shims:/Users/william.boman/.rbenv/bin:/Users/william.boman/bin:/Users/william.boman/bin/git:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/sbin:/Users/william.boman/.composer/vendor/bin:/Users/william.boman/.fzf/bin Yarn version: 1.5.1 Node version: 10.8.0 Platform: darwin x64 npm manifest: { "name": "import-js", "version": "3.0.0", "description": "Simplifies importing JavaScript modules", "bin": { "importjs": "./bin/importjs.js", "importjsd": "./bin/importjsd.js" }, "main": "build/main.js", "scripts": { "build": "babel lib --ignore __tests__,__mocks__ --out-dir build", "clean": "rimraf build", "flow": "flow", "jest": "jest", "jest:cover": "jest --coverage", "lint": "eslint .", "prepublish": "npm run clean && npm run build", "preversion": "npm run clean && npm run build && npm test", "test": "npm run --silent lint && npm run --silent flow && npm run --silent jest", "test:cover": "npm run --silent lint && npm run --silent flow && npm run --silent jest:cover" }, "repository": { "type": "git", "url": "git+https://github.com/galooshi/import-js.git" }, "keywords": [ "es6", "commonjs", "es2015", "ts", "typescript", "importing" ], "author": "Henric Trotzig", "contributors": [ { "name": "Joe Lencioni", "email": "joe.lencioni@gmail.com", "url": "https://twitter.com/lencioni" } ], "license": "MIT", "bugs": { "url": "https://github.com/galooshi/import-js/issues" }, "homepage": "https://github.com/galooshi/import-js#readme", "devDependencies": { "@babel/cli": "^7.0.0-beta.55", "@babel/core": "^7.0.0-beta.55", "@babel/plugin-proposal-class-properties": "^7.0.0-beta.55", "@babel/plugin-transform-flow-strip-types": "^7.0.0-beta.55", "@babel/preset-env": "^7.0.0-beta.55", "@babel/preset-react": "^7.0.0-beta.55", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^8.2.3", "babel-jest": "^23.0.1", "babel-plugin-add-module-exports": "^0.2.1", "deasync": "^0.1.10", "eslint": "^4.7.2", "eslint-config-airbnb-base": "^12.0.0", "eslint-plugin-flowtype": "^2.49.3", "eslint-plugin-import": "^2.7.0", "eslint-plugin-react": "^7.9.1", "flow-bin": "^0.75.0", "jest": "^23.1.0", "mkdirp": "^0.5.1", "rimraf": "^2.6.2" }, "dependencies": { "@babel/parser": "^7.0.0-beta.55", "@babel/plugin-syntax-flow": "^7.0.0-beta.55", "@babel/plugin-syntax-typescript": "^7.0.0-beta.55", "babel-plugin-jsx": "^1.2.0", "commander": "^2.11.0", "fb-watchman": "^2.0.0", "glob": "^7.1.2", "globals": "^11.7.0", "lodash": "^4.17.4", "minimatch": "^3.0.4", "require-relative": "^0.8.7", "semver": "^5.4.1", "sqlite3": "^4.0.0", "winston": "^2.3.1" }, "jest": { "automock": false, "testEnvironment": "node", "testPathIgnorePatterns": [ ".eslintrc.js", "/build/", "/node_modules/" ] } } yarn manifest: No manifest Lockfile: No lockfile Trace: Error: Command failed. Exit code: 1 Command: sh Arguments: -c npm run --silent lint && npm run --silent flow && npm run --silent jest Directory: /Users/william.boman/dev/github/import-ts Output: at ProcessTermError.MessageError (/usr/local/lib/node_modules/yarn/lib/cli.js:186:110) at new ProcessTermError (/usr/local/lib/node_modules/yarn/lib/cli.js:226:113) at ChildProcess. (/usr/local/lib/node_modules/yarn/lib/cli.js:30281:17) at ChildProcess.emit (events.js:182:13) at maybeClose (internal/child_process.js:962:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:249:5)