Unable to resolve path to module in VueJS - vuejs2

I am facing Unable to resolve path to module in VueJS
when i have import SidebarContent.vue file this error has showing
This is my error
enter image description here
This is my code:
enter image description here

Related

how to solve unexpected child found in flutter?

Unexpected child "example" found under "flutter".
Please correct the pubspec.yaml file at C:\Users\Manoj gurung\Desktop\Flutter\DamodarLohaniSir\dependencymanager\pubspec.yaml
when i add new dependency and image assets through pubspec.yaml in flutter project, then this error occoured.

'Unable to resolve module react-native' when install react-native library

I'm trying to create some audio and video playback. I've tried to install several library like react-native-video, react-native-video-player but it keeps throw error 'Unable to resolve module react-native-video-player from C:\Users\AHT\OneDrive\Desktop\ignite-youth\features\fuel\screens\SeriesPost.tsx: react-native-video-player could not be found within the project or in these directories: node_modules'. I just normally import the library like this:
import VideoPlayer from 'react-native-video-player';
Any one has solution? Thank you

No module named web_kanban Odoo V11

I've installed Odoo-11 but it's showing error
No module named web_kanban.
I've added the Addon path in odoo.conf file. Path is correct but it's still showing the error and odoo is unable to start.

Data file not found

I am making react native app with tesseract ocr. When I add image using react native image picker our gives me error:
OCR Error: [Error: Data file not found at /storage/emulated/0/com.textrecognition/tessdata/eng.traineddata]
But I have created folder assets/tessdata in android/app/src/main/assets/tessdata and there I put my file, what am I doing wrong?

getting "path error" when adding external libraries to Skulpt

I am trying to use Python's matplotlib with Skulpt in App Inventor/Thunkable, I created a "third-party.js" file following this link https://gist.github.com/bnmnetp/20bd9105f11f2a164fc0
and I added the file in App Inventor.
I am getting this error
:NetworkError: Failed to execute 'send' on 'XMLHttpRequest':Failed to
load
'file:///static/primeronoo/skulpt/external/matplotlib/init.js'.
What should I do ?