surmon-china / vue-quill-editor

@quilljs editor component for @vuejs(2)
https://github.surmon.me/vue-quill-editor
MIT License
7.38k stars 1.03k forks source link

electrion-vue when dependencies add quill and vue-quill-editor build error #403

Closed wx870601 closed 4 years ago

wx870601 commented 4 years ago

I make my project through electrion-vue, and the package.json is this: image The project can start but it failed to npm run build, and details is this: image I am sure if there is no quill and vue-quill-editor in dependencies, the npm run bulid is ok. I do not know where is wrong, I need your help. Thanks!

wx870601 commented 4 years ago

I closed this issue myself. The error looks like caused as npm can not fixed all dependence package. Just change npm/cnpm to yarn can fixed this problem.