1
私はbrowserifyを使用しています。私はvue-html5-editor
https://github.com/PeakTai/vue-html5-editorを使用しようとしています。Vue.js vue-html5-editor
しかし、私はこのしようとすると:
Vue.use(require('vue-html5-editor'));
を私はエラーが表示されます。
{ 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'
間違っている可能性が何?
または 'yarn add css-loader --dev' –