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.

8.0.7 fails to parse CSS that works with 8.0.6

See original GitHub issue

I get this error when building my Svelte project that uses PostCSS, when using v8.0.7. Downgrading to v8.0.6 resolves the issue.

[!] (plugin svelte) TypeError: string is not iterable
.../src/routes/_layout.svelte
TypeError: string is not iterable
    at Object.split (.../node_modules/postcss/lib/list.js:13:24)
    at Object.comma (.../node_modules/postcss/lib/list.js:51:17)
    at Rule.get selectors [as selectors] (.../node_modules/postcss/lib/rule.js:14:17)
    at isRuleWithinRule (.../node_modules/postcss-nesting/index.cjs.js:51:102)
    at .../node_modules/postcss-nesting/index.cjs.js:114:11
    at Array.forEach (<anonymous>)
    at walk (.../node_modules/postcss-nesting/index.cjs.js:112:23)
    at .../node_modules/postcss-nesting/index.cjs.js:125:9
    at Array.forEach (<anonymous>)
    at Object.walk [as plugin] (.../node_modules/postcss-nesting/index.cjs.js:112:23)

I’m working on extracting a minimal reproduction from the project.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:7
  • Comments:14 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
ryanypmcommented, Sep 22, 2020

same issue.

image

2reactions
illepiccommented, Sep 23, 2020

Looks like 8.0.9 is working great. Thank you all!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can not import image in javascript . Module parse failed
my import looks like this import background from "../bluecardback.jpg";. javascript · css · reactjs · webpack · Share.
Read more >
postcss-safe-parser | Yarn - Package Manager
A fault-tolerant CSS parser for PostCSS, which will find & fix syntax errors, capable of parsing any input. It is useful for: Parse...
Read more >
SUSE-SU-2022:2134-1: important: Security update for SUSE ...
Toolkit: Improve error messages when tasks fail. - Update to version 8.0.7 - Update to version 8.0.6 * Alerting: Add annotation upon alert ......
Read more >
Apache Tomcat 8 (8.0.53) - Changelog
Log an error message if the AJP connector detects the the reverse ... in requests by using the system property tomcat.util.http.parser.
Read more >
HipChat example for custom alert actions
Note: The HipChat example does not override the alert.execute.cmd command ... 7.3.6, 7.3.7, 7.3.9, 8.0.2, 8.0.3, 8.0.4, 8.0.5, 8.0.6, 8.0.7, ...
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