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
Perhaps the documentation could be made clearer. But this is how all npm packages work though. It creates a binary in node_modules/.bin, not on your path. You can run prettier with https://docs.npmjs.com/cli/v9/commands/npx
I followed the installation instructions in the readme by running:
After this I typed:
But this gives:
prettier: command not found
Are the instructions incomplete?
The text was updated successfully, but these errors were encountered: