We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fd352 commit ac822f9Copy full SHA for ac822f9
README.rst
@@ -34,7 +34,7 @@ Build latest development branch using git:
34
cd djangocms-text
35
nvm use
36
npm install
37
- webpack --mode development
+ npx webpack --mode development
38
39
You then can install the cloned repo using ``pip install -e
40
/path/to/the/repo/djangocms-text``.
@@ -212,7 +212,7 @@ Building the JavaScript
212
``djangocms-text`` distributes a javascript bundle required for the plugin to work,
213
which contains frontend editors themselves and all the necessary plugins for functioning
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``.
+``nvm use``, ``npm install`` and then to run ``npx webpack``.
216
217
Acknowledgments
218
---------------
0 commit comments