What is the exact meaning of this error?

Hello,

What is the exact meaning of this error:

./src/components/ImageEditor.vue?vue&type=script&lang=js (./node_modules/cache-loader/dist/cjs.js??ref–12-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref–0-0!./node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist??ref–0-1!./src/components/ImageEditor.vue?vue&type=script&lang=js)
Module not found: Error: Can’t resolve ‘@toast-ui/vue-image-editor’ in ‘H:\Vue_Try\VueJSDotnet_Image_12\VueJSDotnet_Try1\ClientApp\src\components’

If this means can find the module, I have installed the module several times?

How can exactly install the new module in VUE?

Thanks,
Saeed

Looks like you’re importing it incorrectly. Show the part where you are doing import.

I use npm … How should I exactly do this job?

Show how your ImageEditor.vue file looks like.

More info on:
https://medium.com/js-dojo/template-vue-js-3-0-asp-net-core-5-0-visual-studio-2019-a18dd43b076b

And where is the ImageEditor.vue?

This is a basic project.
Upload.vue and ImageEditor.vue are in the component folder.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.