This is a solution that worked for me
1. Install Prettier Globally via npm if you have never installed it globally
npm i prettier -g
2. Search & Use the Prettier Path Extension Settings in your VS Code Settings

// You can navigate to VS Code Settings > Extensions > Prettier for all Prettier Extension Settings
3. Update the Prettier Path to your globally installed Prettier.
For Example
/usr/local/lib/node_modules/prettier (Mac OS)
\AppData\Roaming\npm\node_modules\prettier (Windows)