You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I am getting the following error after executing the instruction in my Laravel 9 + Vite + vue3 application
Uncaught SyntaxError: The requested module '/node_modules/diff-match-patch/index.js?v=1f9f0c93' does not provide an export named 'default' (at codemirror-editor-vue3.es.js?v=1f9f0c93:25:8)
my app.js
and component
How can I solve this problem?
The text was updated successfully, but these errors were encountered:
I am facing kind of same problem. My error message is: "Error: 'default' is not exported by..." for "codemirror-editor-vue3". "codemirror-editor-vue3" is inside node_modules and installed as a dependency of vue-laravel-file-manager. I amusing vuejs3 and vite.
Did you find any solution for this?
@alexusmai I can't thank you enough for writing this beautiful piece of software. I'll be glad if you can help regarding this.
Chrome in Ubuntu:
"Uncaught SyntaxError: The requested module '/node_modules/diff-match-patch/index.js?v=82a63921' does not provide an export named 'default' (at codemirror-editor-vue3.es.js?v=82a63921:25:8)"
and this is the line it indicates:
"import DiffMatchPatch from "/node_modules/diff-match-patch/index.js?v=82a63921";"
Hello I am getting the following error after executing the instruction in my Laravel 9 + Vite + vue3 application
my app.js
and component
How can I solve this problem?
The text was updated successfully, but these errors were encountered: