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
In the localgov_base directory, run npm run lint:css
npm run lint:css
Results in:
Error: Could not find "stylelint-prettier/recommended". Do you need to install the package or use the "configBasedir" option?
Add the package with
npm install stylelint-prettier --save-dev
The text was updated successfully, but these errors were encountered:
You need to cd web/core and do an npm install, then we are piggybacking on the core stylelint stuff.
cd web/core
npm install
Sorry, something went wrong.
@markconroy that didn't work for me but @andybroomfield pointed me to this work localgovdrupal/localgov_project#184 so I will try that next.
No branches or pull requests
Steps to reproduce
In the localgov_base directory, run
npm run lint:css
Results in:
Error: Could not find "stylelint-prettier/recommended". Do you need to install the package or use the "configBasedir" option?
Proposted resolution
Add the package with
npm install stylelint-prettier --save-dev
The text was updated successfully, but these errors were encountered: