Skip to content

Clean install Win10 - can not get basic example to work (TypeError: iterable is not iterable) #724

Discussion options

You must be logged in to vote

Hi there and thanks for reaching out! My best guess as to what is causing this is that this...

import rules from "@siteimprove/alfa-rules";

...might be compiling to this...

const rules = require("@siteimprove/alfa-rules");

...which will cause errors like what you're seeing. Can you check if that's the case?

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kasperisager
Comment options

@BogdanCerovac
Comment options

@kasperisager
Comment options

Answer selected by BogdanCerovac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants