generator-eslint icon indicating copy to clipboard operation
generator-eslint copied to clipboard

When I use `yo eslint:plugin` , I get the following error:

Open wangrongding opened this issue 2 years ago • 3 comments

When I use yo eslint:plugin , I get the following error: TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))

image

wangrongding avatar Oct 05 '22 03:10 wangrongding

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.

bmish avatar Oct 05 '22 12:10 bmish

I tried to reinstall it but still have this problem.

Main Information: [email protected] node v16.16.0 macOS 13.0 Beta5

image

wangrongding avatar Oct 05 '22 13:10 wangrongding

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

bmish avatar Oct 05 '22 13:10 bmish

Closing as it's not related to generator-eslint

snitin315 avatar Nov 06 '22 01:11 snitin315