how to install prettier globally code example
Example 1: prittier download ubuntu
npm install --save-dev --save-exact prettier
Example 2: install prettier globaly
yarn add --dev --exact prettier
Example 3: how to install prettier globally on mac
npm install -g prettier