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
#4 resolves an issue where we weren't installing the right prettier and babel versions.
That PR fixes the immediate issue so projects can move forward, but ideally I think we'd make some changes (maybe to getPeerDependencies) that would check for any reference to prettier or babel and make a point to install all of those packages.
All of this in the interest of installing the fewest packages possible
The text was updated successfully, but these errors were encountered:
#4 resolves an issue where we weren't installing the right prettier and babel versions.
That PR fixes the immediate issue so projects can move forward, but ideally I think we'd make some changes (maybe to
getPeerDependencies
) that would check for any reference toprettier
orbabel
and make a point to install all of those packages.All of this in the interest of installing the fewest packages possible
The text was updated successfully, but these errors were encountered: