You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to install the packages manually also fails:
$ npm install @electron/fuses@^1.7.0 @electron-forge/plugin-fuses@^7.2.0 @electron-forge/plugin-vite@^7.5.0 @typescript-eslint/eslint-plugin@^5.0.0 @typescript-eslint/parser@^5.0.0 eslint@^8.0.1 eslint-plugin-import@^2.25.0 ts-node@^10.0.0 typescript@~4.5.4 vite@^5.0.12 --save-dev
npm error code ENOTEMPTY
npm error syscall rename
npm error path /home/evan1026/git/temp/node_modules/@electron/fuses
npm error dest /home/evan1026/git/temp/node_modules/@electron/.fuses-hH5hA56J
npm error errno -39
npm error ENOTEMPTY: directory not empty, rename '/home/evan1026/git/temp/node_modules/@electron/fuses' -> '/home/evan1026/git/temp/node_modules/@electron/.fuses-hH5hA56J'
npm error A complete log of this run can be found in: /home/evan1026/.npm/_logs/2024-11-22T06_42_49_994Z-debug-0.log
I can get the packages to install my doing the rename myself, but then the electron install still fails:
$ mv /home/evan1026/git/temp/node_modules/@electron/fuses /home/evan1026/git/temp/node_modules/@electron/.fuses-hH5hA56J
$ npm install @electron/fuses@^1.7.0 @electron-forge/plugin-fuses@^7.2.0 @electron-forge/plugin-vite@^7.5.0 @typescript-eslint/eslint-plugin@^5.0.0 @typescript-eslint/parser@^5.0.0 eslint@^8.0.1 eslint-plugin-import@^2.25.0 ts-node@^10.0.0 typescript@~4.5.4 vite@^5.0.12 --save-dev
npm warn skipping integrity check for git dependency ssh://[email protected]/electron/node-gyp.git
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/config-array instead
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/object-schema instead
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: This package is now deprecated. Move to @xterm/addon-search instead.
npm warn deprecated [email protected]: This package is now deprecated. Move to @xterm/addon-fit instead.
npm warn deprecated [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm warn deprecated [email protected]: This package is now deprecated. Move to @xterm/xterm instead.
npm warn deprecated [email protected]: This version is no longer supported. Please see https://eslint.org/version-support for other options.
added 577 packages, removed 299 packages, changed 4 packages, and audited 583 packages in 8s
156 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
$ npx create-electron-app -f --template=vite-typescript
✔ Locating custom template: "vite-typescript"
✔ Initializing directory
› ⚠ The specified path "/home/evan1026/git/temp" is not empty. "force" was set to true, so proceeding to initialize. Files may be overwritten
✔ Preparing template
❯ Initializing template
✔ Copying starter files
✔ Initializing package.json
✔ Setting up Forge configuration
✖ dest already exists.
◼ Installing template dependencies
The text was updated successfully, but these errors were encountered:
Pre-flight checklist
Electron Forge version
7.5.0
Electron version
v33.2.0
Operating system
Ubuntu 24.04.1 LTS
Last known working Electron Forge version
No response
Expected behavior
npx create-electron-app --template=vite-typescript
installs the template successfullyActual behavior
The template fails to install with the following output:
Steps to reproduce
Run
npx create-electron-app -f --template=vite-typescript
on the command lineAdditional information
Adding
DEBUG=electron-forge:*
gives this output:Attempting to install the packages manually also fails:
I can get the packages to install my doing the rename myself, but then the electron install still fails:
The text was updated successfully, but these errors were encountered: