generator-eslint
generator-eslint copied to clipboard
When I use `yo eslint:plugin` , I get the following error:
When I use yo eslint:plugin , I get the following error:
TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
That doesn't look a problem with generator-eslint. I'm guessing you'll get the same error when you just type yo by itself. Does updating to the latest version help? npm i -g yo.
I tried to reinstall it but still have this problem.
Main Information: [email protected] node v16.16.0 macOS 13.0 Beta5
As I suspected, it looks like this is a general yo issue and the Mac OS beta you're on: https://github.com/yeoman/yo/issues/753
Closing as it's not related to generator-eslint