ckeditor / ckeditor4

The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.
https://ckeditor.com/ckeditor-4
Other
5.8k stars 2.48k forks source link

Verify if docs builder can be used with newer NodeJS version #4974

Open jacekbogdanski opened 3 years ago

jacekbogdanski commented 3 years ago

Type of report

Task

Provide description of the task

Let's see if https://github.com/ckeditor/ckeditor4-docs could be used with NodeJS 16. Currently, we are supporting NodeJS 14 which is very outdated.

KarolDawidziuk commented 3 years ago

At this moment, after updating node to version 16 there is a problem with node-sass package which is unsupported in the current version of node. These dependencies are required by@angular-devkit/build-angular and umberto, not this repo itself so at this moment we can try to update this package in some ways and check if there will no additional problems.

pomek commented 3 years ago

What about Node@14?

jacekbogdanski commented 3 years ago

Docs builder is already using Node@14 so it's alright

pomek commented 3 years ago

So, nothing blocks us from migrating to Node@14. Thanks!

sculpt0r commented 3 years ago

So I conclude this issue is closed.

jacekbogdanski commented 3 years ago

We still need to verify Node@16 and see if sass can be safely updated for angular dependencies.