Sfoglia il codice sorgente

Docs: Added more info about why npm5 is not recommended. [skip ci]

Piotrek Koszuliński 8 anni fa
parent
commit
8cb815706a

+ 1 - 1
docs/framework/guides/contributing/development-environment.md

@@ -20,7 +20,7 @@ You can find all the official packages listed in [CKEditor 5 development reposit
 In order to start developing CKEditor 5 you will require:
 
 * [Node.js](https://nodejs.org/en/) >= 6.0.0
-* npm 4.x (**note:** [using npm 5 causes problems](https://github.com/lerna/lerna/issues/938))
+* npm 4.x (**note:** using npm 5 [causes](https://github.com/lerna/lerna/issues/938) [problems](https://github.com/npm/npm/issues/16991))
 * [Git](https://git-scm.com/)
 
 ## Setting up CKEditor development environment