Can anybody help me fix this? stuck on it for 3 days tried hours and hours. I am trying to install robotjs npm package but it's giving me these errors. Tried everything I could.
PS: I already tried everything from here and other sites.
i resolved a similar issue by deleting node_modules folder and package-lock.json file, manually adding the package name in package.json (in your case it would be "robotjs": "^0.6.0") and then, runnig npm i