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
Note: If you forget to install Prettier first, npx will temporarily download the latest version. That’s not a good idea when using Prettier, because we change how code is formatted in each release! It’s important to have a locked down version of Prettier in your package.json. And it’s faster, too.
The text was updated successfully, but these errors were encountered:
I think we need a
package.json
for this project to mitigate this issue described in theprettier
install docs:https://prettier.io/docs/en/install.html
The text was updated successfully, but these errors were encountered: