Closed alexspurling closed 1 year ago
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?