Closed greenkeeper[bot] closed 4 years ago
Is this error related to this bug?
$ flights search -l '2019-10-20|2019-10-30' -r '2019-10-30|2019-11-10' '-$' 2000 -s FLL -e SFO
internal/modules/cjs/loader.js:983
throw err;
^
Error: Cannot find module '@babel/runtime/helpers/interopRequireDefault'
Require stack:
- /usr/lib/node_modules/flights-search-cli/build/executables/flights.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:980:15)
at Function.Module._load (internal/modules/cjs/loader.js:862:27)
at Module.require (internal/modules/cjs/loader.js:1040:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object.<anonymous> (/usr/lib/node_modules/flights-search-cli/build/executables/flights.js:4:30)
at Module._compile (internal/modules/cjs/loader.js:1151:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1171:10)
at Module.load (internal/modules/cjs/loader.js:1000:32)
at Function.Module._load (internal/modules/cjs/loader.js:899:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/usr/lib/node_modules/flights-search-cli/build/executables/flights.js'
]
}
devDependency
@babel/core was updated from 7.8.6
to 7.8.7
.devDependency
@babel/preset-env was updated from 7.8.6
to 7.8.7
.Your tests are still failing with these versions. Compare changes
devDependency
@babel/core was updated from 7.8.7
to 7.9.0
.dependency
@babel/plugin-transform-runtime was updated from 7.8.3
to 7.9.0
.devDependency
@babel/preset-env was updated from 7.8.7
to 7.9.0
.Your tests are still failing with these versions. Compare changes
devDependency
@babel/core was updated from 7.8.7
to 7.9.0
.dependency
@babel/plugin-transform-runtime was updated from 7.8.3
to 7.9.0
.devDependency
@babel/preset-env was updated from 7.8.7
to 7.9.0
.Your tests are still failing with these versions. Compare changes
devDependency
@babel/core was updated from 7.9.0
to 7.9.6
.dependency
@babel/plugin-transform-runtime was updated from 7.9.0
to 7.9.6
.devDependency
@babel/preset-env was updated from 7.9.5
to 7.9.6
.Your tests are still failing with these versions. Compare changes
There have been updates to the babel7 monorepo:
devDependency
@babel/core was updated from7.8.4
to7.8.6
.devDependency
@babel/preset-env was updated from7.8.4
to7.8.6
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
This monorepo update includes releases of one or more dependencies which all belong to the babel7 group definition.
babel7 is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/jaebradley/flights-search-cli/builds/656185794?utm_source=github_status&utm_medium=notification)).FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: