ngFormBuilder
ngFormBuilder copied to clipboard
Do not install angular-ckeditor via npm
I'm trying to upgrade to the latest version of ng-formio-builder
, but it fails due to angular-ckeditor
which cannot be installed via npm
in a project without bower
. Would you be up for including angular-ckeditor
as a static file to your project, so we don't have to install it?
This project does use bower? I'm not sure I follow what you're asking..
@zackurben In one of our projects we don't use bower, so when installing ng-formio-builder
, the installation will fail because of angular-ckeditor
which cannot be installed via npm
. I believe it's related to this issue. It's also outdated, so it would pull an old version of the module anyways.