Skip to content

Commit

Permalink
Updated docs due node version change
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslaw-zan committed Nov 26, 2021
1 parent 6cbce48 commit 4d0059a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/builds/guides/development/custom-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Some of the reasons for creating custom builds are:

In order to start developing CKEditor 5 you will require:

* [Node.js](https://nodejs.org/en/) 12.0.0+
* [Node.js](https://nodejs.org/en/) 14.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)
* [Git](https://git-scm.com/)

Expand Down
2 changes: 1 addition & 1 deletion docs/builds/guides/integration/advanced-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In this guide, we would like to show you ways to closer integrate CKEditor 5 wit

In order to start developing CKEditor 5 you will require:

* [Node.js](https://nodejs.org/en/) 12.0.0+
* [Node.js](https://nodejs.org/en/) 14.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)
* [Git](https://git-scm.com/)

Expand Down
2 changes: 1 addition & 1 deletion docs/builds/guides/integration/installing-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In this guide you can learn how to add plugins to your editor in the two most co

In order to start developing CKEditor 5 you will require:

* [Node.js](https://nodejs.org/en/) 12.0.0+
* [Node.js](https://nodejs.org/en/) 14.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)

<info-box warning>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can find all the official packages listed in the [CKEditor 5 repository's RE

In order to start developing CKEditor 5 you will require:

* [Node.js](https://nodejs.org/en/) 12.0.0+
* [Node.js](https://nodejs.org/en/) 14.0.0+
* [Git](https://git-scm.com/)

## Setting up the CKEditor development environment
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/guides/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This guide will show you how to initialize CKEditor 5 rich-text editor from sour

The CKEditor 5 Framework consist of several [npm packages](https://npmjs.com). To install it you need:

* [Node.js](https://nodejs.org/en/) 12.0.0+
* [Node.js](https://nodejs.org/en/) 14.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.
Expand Down

0 comments on commit 4d0059a

Please sign in to comment.