(FRONT) FRONT (2024)

<< return

Finding the electron-in-chromium folder instead of an electron folder in node_modules is not correct. This indicates a problem with the Electron installation or potentially the version of Electron you have in your devDependencies. Very old electron versions were installed as electron-prebuilt in the node_modules folder. Modern electron versions use the electron folder to contain binary files.

The electron-in-chromium folder might appear due to dependencies of other packages that embed Electron in Chromium or attempt to bundle Electron differently, or by outdated Electron packages and outdated installation processes. By cleaning up, specifying a correct and more modern Electron version, and reinstalling, you ensure that Electron is installed directly as expected by npm and Electron applications.

So,

If you get an error, then something is still wrong with the installation process. It's likely an npm or system configuration problem.












Comments ( )
Link to this page: http://www.vb-net.com/AngularElectron/Trouble2.htm
< THANKS ME>