-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
BugRan CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.
Description
Unfortunately this exact same issue strikes again with the release of Babel v7.5.0.
These are the Babel related dependencies I am having:
"@babel/core": "7.4.5",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/plugin-proposal-decorators": "7.4.4",
"@babel/plugin-transform-flow-strip-types": "7.4.4",
"@babel/preset-flow": "7.0.0",
"babel-eslint": "10.0.2",
"babel-jest": "24.8.0",
"metro-react-native-babel-preset": "0.54.1",
With the package-lock.json
I generated a few days ago everything's fine with npm install
, but if I try to do it without the lockfile the error appears. Judging from my lockfile's diff I can say that a few secondary Babel dependencies were updated to v7.5.0 without the lockfile (eg. @babel/generator
, @babel/helper-create-class-features-plugin
) so am pretty sure this is a Babel issue again.
Udbhav12, sundeepsingh12, quan2nd, Rodrigo77777, PahmCuogn and 8 more
Metadata
Metadata
Assignees
Labels
BugRan CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.