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 a4df405 commit 22320c9Copy full SHA for 22320c9
docs/installation.rst
@@ -72,10 +72,10 @@ You can by running this command:
72
.. code-block:: bash
73
74
# if you are using NPM as package manager
75
- $ npm install --save ckeditor@^4.13.0
+ $ npm install --save ckeditor4@^4.13.0
76
77
# if you are using Yarn as package manager
78
- $ yarn add ckeditor@^4.13.0
+ $ yarn add ckeditor4@^4.13.0
79
80
Once installed, add the following lines to your Webpack Encore configuration file (this excludes the samples directory from the ckeditor node module):
81
0 commit comments