Skip to content

Commit eb2b448

Browse files
authored
Mention required npx version in readme
Same as rails/jsbundling-rails#9 `set-script` was not part of `npx` until version 7.1.0 (https://github.com/npm/cli/releases/tag/v7.1.0) released December 2020.
1 parent 65ba3dc commit eb2b448

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
@@ -15,7 +15,7 @@ You can configure your bundler options in the `build:css` script in `package.jso
1515

1616
## Installation
1717

18-
You must already have node and yarn installed on your system. Then:
18+
You must already have node and yarn installed on your system. You will also need npx version 7.1.0 or later. Then:
1919

2020
1. Add `cssbundling-rails` to your Gemfile with `gem 'cssbundling-rails'`
2121
2. Run `./bin/bundle install`

0 commit comments

Comments
 (0)