I am getting this error
ERROR in ./~/divarea/divarea.vue
Module parse failed: /home/developer5/Projects/pms-client/node_modules/divarea/divarea.vue Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
Have you tried the full version of the ckeditor 4.5 as follows:
<script src="https://cdn.ckeditor.com/4.5.11/full-all/ckeditor.js"></script>
and in your component:
public ckConfig ={ uiColor: '#f6f7f8', extraPlugins: 'divarea' }
Before Installing divarea plugin
Cannot read property 'unselectable' of null
After Install in divarea plugin
I am getting this error ERROR in ./~/divarea/divarea.vue Module parse failed: /home/developer5/Projects/pms-client/node_modules/divarea/divarea.vue Unexpected token (1:0) You may need an appropriate loader to handle this file type.
Have you tried the full version of the ckeditor 4.5 as follows:
<script src="https://cdn.ckeditor.com/4.5.11/full-all/ckeditor.js"></script>
and in your component:public ckConfig ={ uiColor: '#f6f7f8', extraPlugins: 'divarea' }
Yes, Still the problem is same. Not working in 2nd
You have installed the npm package https://www.npmjs.com/package/divarea and its a Vue component.
CKEditor 4.x have its own plugins manager, you dont have to install it via NPM.
Please read CKEditor docs : http://docs.cksource.com/Main_Page