You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the specific issue is resolved now (the last issue fixed by #94).
In my case I've just pinned prettier to "^1.0.0" and that works. But I'm wondering if we should improve DX here?
Ya, I tend to agree. Having things fail initially feels pretty bad. Let's change to use the same major that we use currently for these deps (but still grab the highest within that major).
After creating a fresh project and installing the deps:
I get the following error:
This is caused by the fact that prettier has dropped node@8 support in v2 - https://prettier.io/blog/2020/03/21/2.0.0.html, while we still tend to node@8.
The same issue is technically possible to happen with any of
codemod-cli/commands/global/new.js
Lines 88 to 93 in 455a16b
cause we tend to install the latest versions of the deps.
In my case I've just pinned prettier to "^1.0.0" and that works. But I'm wondering if we should improve DX here? Should we:
The text was updated successfully, but these errors were encountered: