I recently started a project using vue.js and encountered an issue while trying to execute the npm run watch
command. The error message received is shown below.
https://i.sstatic.net/YOwtQ.png
Below is the code from my composer.json file:
"scripts": {
"dev": "node build/dev-server.js",
"start": "node build/dev-server.js",
"build": "node build/build.js"
},
Any suggestions on how I can resolve this problem?