0
I was installing the dependency Electron-Builder, but I cannot complete the installation. Whenever I try to run the command to install this dependency, nodejs returns me this error:
I am running the command in administrator mode and still the dependency is not installed. What can it be?
I’m using S.O. windows 10.
I was able to resolve it. Just delete the Node modules folder, manually insert the dependency into the package.json file, and run the npm i command.
– Gladson Bruno
Actually I think it was just a spin
npm install ajv
– NoobSaibot