I'm creating an Electron app and when I try to install it on a Windows 7 32-bit machine I'm getting the following error:
Uncaught Error: EPERM: operation not permitted, rename 'D:\final-app\library\db\tmp_login.db~' -> 'D:\final-app\library\db\tmp_login.db'
I tried to
- run
cmd.exe
as an administrator - run
npm cache clean --force
- run
npm install -g npm@latest --force
But I'm still getting the same error. Am I doing something wrong?