FOSCKEditorBundle icon indicating copy to clipboard operation
FOSCKEditorBundle copied to clipboard

About installing with npm

Open enboig opened this issue 1 year ago • 0 comments

The documentations says that when using Webpack:

# if you are using NPM as package manager
$ npm install --save ckeditor4@^4.13.0

Wouldn't be better:

$ npm install -D ./vendor/friendsofsymfony/ckeditor-bundle/src/Resources/public/

FOSJsRoutingBundle recommends this way of installing, and with this you ensure installed version isn't above the bundled one.

enboig avatar Jul 29 '22 11:07 enboig