I want to use CKEditor.
I am currently installing CKEditor using npm
Therefore, it is installed in the node_modules folder
My folder structure is similar to
app → index.js
node_modules -> ckeditor -> ...
and I demanded it in index.js
also set a variable before initializing the library
var CKEDITOR_BASEPATH = '../node_modules/ckeditor'
still getting dir error
offer some help
source
share