Latest release breaking production
See original GitHub issueWe run sass-brunch along with Phoenix Framework. Our version was 2.10.4 so far. With the new release (2.10.5), the builds failed for us with the following trace:
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN assets No description
18:42:10 - warn: Loading of sass-brunch failed due to Cannot set property getDependencies of #<SassCompiler> which has only a getter
Stack trace was suppressed. Run with `LOGGY_STACKS=1` to see the trace.
18:42:10 - info: compiled 4 files into 3 files, copied 4 in 2.2 sec
digest-brunch WARNING: Missing hashed version of file ../priv/static/1.css. Skipping.
digest-brunch WARNING: Missing hashed version of file ../priv/static/2css. Skipping.
digest-brunch WARNING: Missing hashed version of file ../priv/static/3.css. Skipping.
Compiling project...
Reverting to 2.10.4 fixed the issue.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Breaking (film) - Wikipedia
The film's title was later changed from 892 to Breaking, and it was set to be released on August 26, 2022.
Read more >So You Took Down Production - Now What? | LaunchDarkly
When you take down prod, the point at which you see is already too late. Your name is on the deployment, the issue...
Read more >Breaking (2022) - IMDb
Release date · August 26, 2022 (Canada) ; Also known as. 892 ; Production companies · Salmira Productions · Little Lamb · UpperRoom...
Read more >10 Common Reasons Production Breaks During a Release
5) A deployment was released too soon. If you deploy too early, a feature can end up causing a performance problem. 6) You...
Read more >What to do if you fu*k up and break production code?
Here are a few examples: 1. You check in a change, and it breaks the production server. Customers complain, and your boss says...
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
Plus one. Got a very obscure error, pinning to 2.10.4 fixed the issue
2.10.7 has been released