Skip to content

Commit c35cb71

Browse files
authored
Fix CLI dependency installation instructions (#1439)
Without `postcss` fails with error: `Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'postcss' `
1 parent c0ba726 commit c35cb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ module.exports = {
355355
You can use the [postcss-cli] to run Autoprefixer from CLI:
356356

357357
```sh
358-
npm install postcss-cli autoprefixer
358+
npm install postcss postcss-cli autoprefixer
359359
npx postcss *.css --use autoprefixer -d build/
360360
```
361361

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy