I'm using browserify and I'm trying to use vue-html5-editor https://github.com/PeakTai/vue-html5-editor.
But when I try this:
Vue.use(require('vue-html5-editor'));
I receive the error:
{ Error: Cannot find module '!!./../../../node_modules/css-loader/index.js!./../../../node_modules/vue-loader/lib/style-rewriter.js!./../../../node_modules/vue-loader/lib/selector.js?type=style&index=0!./dashboard.vue' from '/Users/egen/Code/forum/node_modules/vue-html5-editor/dist'
What could be wrong?