-
- Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
babel/babel
#9711Description
This has been fixed in @babel/preset-env@7.4.1
. You will need to delete yarn.lock
/package-lock.json
and run yarn
/npm i
again.
Version
3.5.1
Environment info
Environment Info: System: OS: Linux 4.18 Debian GNU/Linux 9 (stretch) 9 (stretch) CPU: (12) x64 Intel(R) Xeon(R) CPU D-1531 @ 2.20GHz Binaries: Node: 11.12.0 - /usr/bin/node Yarn: 1.15.2 - /usr/bin/yarn npm: 6.7.0 - /usr/bin/npm Browsers: Chrome: Not Found Firefox: Not Found npmPackages: @vue/babel-helper-vue-jsx-merge-props: 1.0.0-beta.2 @vue/babel-plugin-transform-vue-jsx: 1.0.0-beta.2 @vue/babel-preset-app: 3.5.1 @vue/babel-preset-jsx: 1.0.0-beta.2 @vue/babel-sugar-functional-vue: 1.0.0-beta.2 @vue/babel-sugar-inject-h: 1.0.0-beta.2 @vue/babel-sugar-v-model: 1.0.0-beta.2 @vue/babel-sugar-v-on: 1.0.0-beta.2 @vue/cli-overlay: 3.5.1 @vue/cli-plugin-babel: ^3.5.0 => 3.5.1 @vue/cli-plugin-eslint: ^3.5.0 => 3.5.1 @vue/cli-service: ^3.5.0 => 3.5.1 @vue/cli-shared-utils: 3.5.1 @vue/component-compiler-utils: 2.6.0 @vue/preload-webpack-plugin: 1.1.0 @vue/web-component-wrapper: 1.2.0 eslint-plugin-vue: ^5.0.0 => 5.2.2 vue: ^2.6.6 => 2.6.9 vue-eslint-parser: 5.0.0 vue-hot-reload-api: 2.3.3 vue-loader: 15.7.0 vue-style-loader: 4.1.2 vue-template-compiler: ^2.5.21 => 2.6.9 vue-template-es2015-compiler: 1.9.1 npmGlobalPackages: @vue/cli: Not Found
Steps to reproduce
yarn global add @vue/cli vue create -d vue-cli-test cd vue-cli-test yarn build
What is expected?
A successful build.
What is actually happening?
The build fails because @babel/preset-env/data/built-ins.json
can't be found. It seems this file doesn't exist anymore as of @babel/preset-env 7.4.0.
BobNobrain, VanceCole, perkola, samdjstevens, alexdoronin and 7 more
Metadata
Metadata
Assignees
Labels
No labels