Fresh default project fails to build
See original GitHub issueVersion
3.8.4
Environment info
System:
OS: Linux 5.1 Arch Linux undefined
CPU: (8) x64 Intel(R) Core(TM) i7-4771 CPU @ 3.50GHz
Binaries:
Node: 11.15.0 - /usr/bin/node
Yarn: 1.16.0 - /usr/bin/yarn
npm: 6.9.2 - /usr/bin/npm
Browsers:
Chrome: Not Found
Firefox: 67.0.4
npmPackages:
@vue/babel-helper-vue-jsx-merge-props: 1.0.0
@vue/babel-plugin-transform-vue-jsx: 1.0.0
@vue/babel-preset-app: 3.8.0
@vue/babel-preset-jsx: 1.0.0
@vue/babel-sugar-functional-vue: 1.0.0
@vue/babel-sugar-inject-h: 1.0.0
@vue/babel-sugar-v-model: 1.0.0
@vue/babel-sugar-v-on: 1.0.0
@vue/cli-overlay: 3.8.0
@vue/cli-plugin-babel: ^3.8.0 => 3.8.0
@vue/cli-plugin-eslint: ^3.8.0 => 3.8.0
@vue/cli-service: ^3.8.0 => 3.8.4
@vue/cli-shared-utils: 3.8.0
@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.3 (4.7.1)
vue: ^2.6.10 => 2.6.10
vue-eslint-parser: 2.0.3 (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.6.10 => 2.6.10
vue-template-es2015-compiler: 1.9.1
npmGlobalPackages:
@vue/cli: 3.8.4
Steps to reproduce
vue create foo
(use default options)cd foo
npm run build
What is expected?
Successful build.
What is actually happening?
SourceMap error, build hangs.
Dropping in a package-lock.json from yesterday fixed it.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:14
- Comments:9 (2 by maintainers)
Top Results From Across the Web
BUILD FAILED in a fresh project · Issue #33130 - GitHub
Description. error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, ......
Read more >Qt Creator shows errors in fresh project, but code compiles fine
When I create a new project in QT creator I am greeted with many error messages. For example, here are the errors for...
Read more >redefinition of module error since Xcode 8.3 - Apple Developer
I recreated the whole project from scratch in xcode 8.3.2, reimporting the source code manually and using fresh default settings. Interestingly the new...
Read more >Troubleshooting GitLab Runner
Job failed (system failure): preparing environment: ... This error is often due to your shell loading your profile, and one of the scripts...
Read more >Visual Studio not able to compile a simple Hello World
Open your project in explorer. Navigate to your build directory. Delete everything in it if you can. If you can't, delete anything that's...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
A bug in terser 4.0.1 which was released hours ago. For npm users: run
npm i terser@4.0.0
For yarn users: add the following field to package.json and then rerunyarn
:I’m experiencing the same problem:
For the time being, I disabled source maps as a workaround to get the project built:
vue.config.js