FriendsOfSymfony / FOSCKEditorBundle

Provides a CKEditor integration for your Symfony project.
Other
516 stars 83 forks source link

About installing with npm #244

Open enboig opened 1 year ago

enboig commented 1 year ago

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.