I'm looking to resolve my " Microsoft jscript complilation error" when creating a vue project - vue.js

enter image description hereenter image description hereenter image description hereenter image description here
Hi Guys, I'm getting Microsoft jscript complilation error when i'm creating a vue project. I have already installed vue and cli using npm commands. I have attached a screenshot of error for the reference, need your suggestions guys?

Related

I am try to use agora sdk with all credentials but after build run getting error

enter image description hereenter image description here
enter image description here
I am try to use agora sdk with all credentials but after build run getting error.

Getting error while running someone else project's react native code in VS code

I am new to react native, I am getting error while trying to run someone else project in my VS code.
Steps that i followed:
Unzipped project
Kept in one folder
Opened that project in VS Code
Run command npm install
Can someone please help me what should i do.
enter image description here

Failed to initialize react-native (Drawer not working)

I am facing a problem when using drawer, I have configured according to react navigation and react-animated docs but still not able to run drawer on Android.
The same project but on IOS runs very well, but when I use the Android virtual machine, I get the above error.
If anyone has encountered this, please tell me how to solve the problem.
Thanks all!
enter image description hereenter image description here
enter image description hereenter image description here

cucumber undefined scenarios with Playwright

I attempted to install this project https://github.com/Tallyb/cucumber-playwright on my computer, but I fixed all of the configuration issues but did not resolve the undefined issue because this project does not use glue, so how can I resolve this issue?
Thanks.
enter image description hereenter image description here
enter image description here

Issue showing images on build and start with Vue and Electron

I am building an app with vue and electron but the only way I it shows the image if I input the full path
src="D:/electron-project/src/assets/logo.png"
if I try src="../assets/logo.png then it builds the image as file://D://img/logo.png and does not load the image.
Tried reading all I could but could not find the answer.
Thanks in advance.