question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build not working

See original GitHub issue

I’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:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
pi0commented, Dec 23, 2016

fix Will be merged & version in #50 (0.5.0) release.

1reaction
andrzejkupczykcommented, Dec 23, 2016

@OmgImAlexis could you please provide the information on which lets should be changed?
Nvm, found them within helpers.js file 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found