We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I install this plugin with the prettier package as a global npm package
npm install --global prettier @prettier/plugin-php
I am unable to use the PHP plugin to format PHP code. When I format a PHP file, I get the following error...
$ prettier ./index.php --write [error] Cannot find package '@prettier/plugin-php' imported from /home/john/Documents/website/noop.js
Please allow developers to install the plugin globally and be able to use the plugin to format PHP files.
The text was updated successfully, but these errors were encountered:
I was able to reproduce this, and it seems to be a known issue in Prettier: prettier/prettier#15141
Sorry, something went wrong.
No branches or pull requests
When I install this plugin with the prettier package as a global npm package
I am unable to use the PHP plugin to format PHP code. When I format a PHP file, I get the following error...
Please allow developers to install the plugin globally and be able to use the plugin to format PHP files.
The text was updated successfully, but these errors were encountered: