File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Build latest development branch using git:
34
34
cd djangocms-text
35
35
nvm use
36
36
npm install
37
- webpack --mode development
37
+ npx webpack --mode development
38
38
39
39
You then can install the cloned repo using ``pip install -e
40
40
/path/to/the/repo/djangocms-text ``.
@@ -212,7 +212,7 @@ Building the JavaScript
212
212
``djangocms-text `` distributes a javascript bundle required for the plugin to work,
213
213
which contains frontend editors themselves and all the necessary plugins for functioning
214
214
within CMS. To build the bundle you need to have to install dependencies with
215
- ``nvm use ``, ``npm install `` and then to run ``webpack ``.
215
+ ``nvm use ``, ``npm install `` and then to run ``npx webpack ``.
216
216
217
217
Acknowledgments
218
218
---------------
You can’t perform that action at this time.
0 commit comments