Closed CatBakun closed 5 years ago
The ckeditor dependency runs bower command after installing formio through npm. Bower is deprecated and I need to exclude it from my development process.
I created a new package, forking ckeditor repo and removing the post install bower command from the package.json: https://github.com/lemonde/angular-ckeditor/blob/master/package.json#L7
This is my repo: https://github.com/CatBakun/angular-ckeditor-legacy/blob/master/package.json#L6
And this is the npm package: https://www.npmjs.com/package/angular-ckeditor-legacy
The ckeditor dependency runs bower command after installing formio through npm. Bower is deprecated and I need to exclude it from my development process.
I created a new package, forking ckeditor repo and removing the post install bower command from the package.json: https://github.com/lemonde/angular-ckeditor/blob/master/package.json#L7
This is my repo: https://github.com/CatBakun/angular-ckeditor-legacy/blob/master/package.json#L6
And this is the npm package: https://www.npmjs.com/package/angular-ckeditor-legacy