'Unable to run vue application

I created a project using below command,

npm init vue@latest

The project was created like,

vue project setup

After that run below command,

npm install

then run the below command,

npm run dev

But I got the below error,

Error

Package.json File,

package.json

I tried all the way like cleared cache but couldn't helped me. Also reinstalled the node but didn't worked. Also given full permission to the folder.

npm version - 8.7.0 node version - v16.14.2

Can anyone help me?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source