Install
Install with yarn:
yarn add prettier --dev --exact
# or globally
yarn global add prettier
We're using yarn but you can use npm if you like:
npm install --save-dev --save-exact prettier
# or globally
npm install --global prettier
We recommend pinning an exact version of prettier in your
package.jsonas we introduce stylistic changes in patch releases.
If you use npx to run Prettier, the version should be pinned like this:
npx prettier@2.0.5 . --write