Open whyboris opened 3 years ago
@whyboris I just encountered this issue. It's an easy fix, but I can't seem to get npm i
to finish. It throws a bunch of errors. It looks like a version incompatibility issue.
```
λ npm install
> simplest-file-renamer@1.0.1 postinstall
> electron-builder install-app-deps
C:\Users\Shravan\AppData\Roaming\npm\node_modules\electron-builder\node_modules\errlop\edition-es5\index.js:61
_this = _super.call(this, input.message || input) || this
^
Error: editions-autoloader-none-broadened: Unable to determine a suitable edition, even after broadening.
at new Errlop (C:\Users\Shravan\AppData\Roaming\npm\node_modules\electron-builder\node_modules\errlop\edition-es5\index.js:61:18)
at Object.errtion (C:\Users\Shravan\AppData\Roaming\npm\node_modules\electron-builder\node_modules\editions\edition-es5\util.js:23:14)
at determineEdition (C:\Users\Shravan\AppData\Roaming\npm\node_modules\electron-builder\node_modules\editions\edition-es5\index.js:317:21)
at solicitEdition (C:\Users\Shravan\AppData\Roaming\npm\node_modules\electron-builder\node_modules\editions\edition-es5\index.js:350:16)
at Object.requirePackage (C:\Users\Shravan\AppData\Roaming\npm\node_modules\electron-builder\node_modules\editions\edition-es5\index.js:364:9)
at Object.
Can you document the build steps?
Weird - unsure what's happening here. It worked on my machine ™️ :trollface: (I have Windows as well)
Perhaps delete package-lock.json
as well as the whole node_modules
folder and try again 🤞 😓 🤞
If it doesn't work I'll try a clean install on my PC to see if I can replicate what you encountered 🤝
Yup, deleting package-lock.json
worked (I believe; can't confirm as I did a bunch of other things.) Anyways, the issue is fixed - #25.
When renaming file only has case change (e.g.
ABC
toabc
) the app fails to rename the file :trollface:Would be great to fix this bug 😅