My project is built on Laravel and Vue.js. I’m encountering the following error (shown in the picture). I’ve tried several solutions, including deleting node_modules and package-lock.json followed by running npm install, but the error persists. I also tried removing node-sass with npm remove node-sass, but when i run this command I get the same errors. I’ve tried clearing the npm cache using npm cache clean –force but the error persists. I have Python installed and its path set in the environment variables, but it’s not working.
Please provide any solution