|
|
@@ -11,8 +11,8 @@ This guide will show you how to initialize CKEditor 5 rich-text editor from sour
|
|
|
|
|
|
The CKEditor 5 Framework is made of several [npm packages](https://npmjs.com). To install it you need:
|
|
|
|
|
|
-* [Node.js](https://nodejs.org/en/) 6.9.0+
|
|
|
-* npm 4+ (**note:** some npm 5+ versions were known to cause [problems](https://github.com/npm/npm/issues/16991), especially with deduplicating packages; upgrade npm when in doubt)
|
|
|
+* [Node.js](https://nodejs.org/en/) 12.0.0+
|
|
|
+* npm 5.7.1+ (**note:** some npm 5+ versions were known to cause [problems](https://github.com/npm/npm/issues/16991), especially with deduplicating packages; upgrade npm when in doubt)
|
|
|
|
|
|
Besides Node.js and npm you also need [webpack@4](https://webpack.js.org) with a few additional packages to use the framework. They are needed to bundle the source code. Read more about building CKEditor 5 in the {@link builds/guides/integration/advanced-setup CKEditor 5 Builds Advanced setup} guide.
|
|
|
|