Closed cmdcolin closed 1 year ago
It's ok, i didn't expect to cover every possible usecase for every package manager in existence. I mainly support pnpm because that's what i use, so the experience with it should be smooth. I implemented the fallback that alerts you to install the dependencies yourself, in cases like this where the automatic installation fails. I think you can just copy/paste the command that the CLI suggests you and it should work. Or tweak it as you see fit.
awesome, thanks for confirming!
@cmdcolin maybe the issue could be caused by having in pnpm
in the engines
field. See the message: The engine "pnpm" appears to be invalid.
I'll look into this this weekend.
I'll reopen this issue until i can confirm what the issue is.
@cmdcolin As i thought the issue was with the "engines: pnpm" field. It should now be fixed with this 4aba8c92a7efdde46a46ee09ca14cc070a9ee14d. Just update to the latest release and please let me know if it fixed it for you!
I ran the npx command in a repo with no eslint configs, it produces an error
not sure if it's expected to error out, or unexpected but thought i'd let you know :)
using yarn v1