Error => Could not find module with name '@electron-forge/maker-squirrel'
Pre-flight checklist
- [X] I have read the contribution documentation for this project.
- [X] I agree to follow the code of conduct that this project uses.
- [X] I have searched the issue tracker for a bug that matches the one I want to file, without success.
Electron Forge version
7.2.0
Electron version
18.3.15
Operating system
Windows 10
Last known working Electron Forge version
No response
Expected behavior
"npm run make" should run without errors
Actual behavior
Error with lastest version and after some research since v6.0.0-beta.55 => Could not find module with name '@electron-forge/maker-squirrel'
with Version v6.0.0-beta.33 => maker.ensureExternalBinariesExist is not a function with Version v6.0.0-beta.54 => maker.clone is not a function
Steps to reproduce
must be a problem of my "code" or PC because other people seems not to have that problem
Additional information
which change in the code between beta54 and beta55 could be responsible for the "could not find module" problem??
Can you share your package.json and forge.config?
files.zip @erikian here the 2 files and I only added the dependency for pdf viewer the rest is original from the electron example app and the forge commands ...