Build not working
See original GitHub issueI’m trying to build a new version of this since it’s not updated on npm yet. I’ve deleted the whole node_modules dir inside of my project and copied all the files from this repo to it. Then run yarn install
and yarn build
.
➜ bootstrap-vue git:(master) ✗ yarn install
yarn install v0.17.10
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
warning Unmet peer dependency "node-sass@^3.4.2".
[4/4] 📃 Building fresh packages...
success Saved lockfile.
✨ Done in 23.51s.
➜ bootstrap-vue git:(master) ✗ yarn build
yarn build v0.17.10
$ cd scripts && ./build
Building commonjs version
Hash: 5a7ccee4b2868cbe62ca
Version: webpack 2.1.0-beta.25
Time: 5976ms
Asset Size Chunks Chunk Names
bootstrapVue.common.js 192 kB 0 [emitted] bootstrapVue
bootstrapVue.common.js.map 239 kB 0 [emitted] bootstrapVue
+ 113 hidden modules
ERROR in bootstrapVue.common.js from UglifyJs
SyntaxError: Unexpected token: name (text) [./utils/helpers.js:5,0][bootstrapVue.common.js:79,6]
Building browser version
Hash: 3f98b00ea9d8a77eca61
Version: webpack 2.1.0-beta.25
Time: 6142ms
Asset Size Chunks Chunk Names
bootstrapVue.js 192 kB 0 [emitted] bootstrapVue
bootstrapVue.js.map 239 kB 0 [emitted] bootstrapVue
+ 113 hidden modules
ERROR in bootstrapVue.js from UglifyJs
SyntaxError: Unexpected token: name (text) [./utils/helpers.js:5,0][bootstrapVue.js:78,6]
error Command failed with exit code 2.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Build is not working · Issue #3223 - GitHub
Go to admin and press submit. It will build your project at this moment.
Read more >Build not build/rebuild/clean doesn't starting
Visual Studio 2015 appears to work correctly, until I attempt to build, rebuild, or clean a project or solution. Then the build seems...
Read more >Common Build Problems - Travis CI Docs
Common Build Problems · My tests broke but were working yesterday · My build script is killed without any error · My build...
Read more >Build troubleshooting tips - Netlify Docs
This article provides troubleshooting tips for failing builds in Netlify's build service. In case your build fails on Netlify, first make sure it...
Read more >Build not working for production - White Page
Hi, I'm trying to generate a build to upload it to our dev server but i'm facing some problems, i hope you can...
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
fix Will be merged & version in #50 (0.5.0) release.
@OmgImAlexis could you please provide the information on whichlet
s should be changed?Nvm, found them within
helpers.js
file 👍