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 broke with 4.13.0 (sorry, this is a weird report)

See original GitHub issue

I know this is unhelpful and annoying, but… my build broke with 4.13.0. And all I know for sure is that 4.12.1 fixes it.

My large and unrelated application that is not a simple test app (sorry!) silently fails to produce a webpack output js file when using 4.13.0. webpack claims success, but… the file does not exist.

How could this be your fault? I surely don’t know! I looked at the differences between 4.12.1 and 4.13.0 and I was not enlightened.

So I’d be very “uh… not my bug” if I were you, but if this turns out to be the first bug report of many then perhaps something is odd after all.

The good news is, the project that falls over is at least open source, and I can answer questions about the rest of its webpack config and so on.

This procedure will reproduce the issue:

# WORKS FINE, with 4.12.1
git clone https://github.com/apostrophecms/a3-demo
cd a3-demo
npm install
npm install vue-material-design-icons@4.12.1
NODE_ENV=production node app @apostrophecms/asset:build

# BUT THEN BLOWS UP, with 4.13.0
npm install vue-material-design-icons@4.13.0
NODE_ENV=production node app @apostrophecms/asset:build

(You’ll get an error that apos-build.js does not exist, even though it’s the configured output file of the build)

I found the module responsible by trial and error.

(I structured the reproduction instructions above so that they should still succeed and fail in that order even after we temporarily pin our dependency to 4.12.1.)

We’re currently pinned on webpack 5.44.x, but I tried latest with the same result.

Thanks for your time.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:15 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
robcresswellcommented, Oct 13, 2021

@a-kriya Ah, nice find… I hate when people use GitHub for listing changes but not git itself 🙈

Going forward I’ll publish breaking changes when icons change.

1reaction
a-kriyacommented, Oct 12, 2021

@robcresswell Templarian/MaterialDesign#5409 lists all the icons that were removed and renamed. These PDF ones had Adobe Acrobat logo so they were intentionally removed.

In the above linked post, they mention that they’re not following semver, so you will likely have to manually bump up major for anything breaking.

Read more comments on GitHub >

github_iconTop Results From Across the Web

562964 – Internal error during build due to MarkerInfo ... - Bugs
In eclipse version 4.11.0 everything is working good, but importing the projects in eclipse 4.12 and 4.13 breaks the build.
Read more >
Bug listing with status RESOLVED with resolution OBSOLETE ...
... Keyboard map broken" status:RESOLVED resolution:OBSOLETE severity:major ... Bug:96449 - "New: fusd A library and kernel module to create userpsace char ...
Read more >
Slack for Windows - Release Notes
Clicking on a notification was sometimes causing the app to stop responding, breaking its silence only to say “Slack is not responding.
Read more >
Project OutFox rhythm game engine - Articles
This fixes crashes to the desktop and segfaults on Fedora and TwisterOS 2.1.x, and the weird crashes reported on Manjaro aarch64. We have...
Read more >
Debian Bug report logs - #885073 vim-common: strange error ...
<SID>MapExists(name, modes) line 30: E319: Sorry, the command is not available in this version: for mode in split(a:modes, '\zs') line 34: ...
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