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
First issue is while installing facefusion I faced with this message: "(6/11) Installing brew
Look for a dialog requesting the command line developer tools, and click 'Install'"
Couldn't find the place to click it and then playwright is showing as not installed and gives me this error
`npm error code EEXIST
npm error syscall mkdir
npm error path /XXXXXXXXX/XXXXXXXXX/.npm/_cacache/content-v2/sha512/4c/3b
npm error errno EEXIST
npm error Invalid response body while trying to fetch https://registry.npmjs.org/corepack: EACCES: permission denied, mkdir '/XXXXXXXXX/XXXXXXXXX/.npm/_cacache/content-v2/sha512/4c/3b'
npm error File exists: /Users/XXXXXXXXX/.npm/_cacache/content-v2/sha512/4c/3b
npm error Remove the existing file and try again, or run npm
npm error with --force to overwrite files recklessly.
npm verbose cwd /XXXXXXXXX/XXXXXXXXX/pinokio123/bin/miniconda/lib
npm verbose os Darwin 24.1.0
npm verbose node v20.17.0
npm verbose npm v10.8.2
npm verbose exit 1
npm verbose code 1
npm error A complete log of this run can be found in: /XXXXXXXXX/XXXXXXXXX/.npm/_logs/2025-01-22T12_09_32_121Z-debug-0.log
/cli.js install firefoxbase ; node /XXXXXXXXX/XXXXXXXXX/pinokio123/bin/miniconda/lib/node_modules/playwright/eactivate ; conda deacti
node:internal/modules/cjs/loader:1228
throw err;
^
Error: Cannot find module '/XXXXXXXXX/XXXXXXXXX/pinokio123/bin/miniconda/lib/node_modules/playwright/cli.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
at Module._load (node:internal/modules/cjs/loader:1051:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}`
The text was updated successfully, but these errors were encountered:
First issue is while installing facefusion I faced with this message: "(6/11) Installing brew
Look for a dialog requesting the command line developer tools, and click 'Install'"
Couldn't find the place to click it and then playwright is showing as not installed and gives me this error
`npm error code EEXIST
npm error syscall mkdir
npm error path /XXXXXXXXX/XXXXXXXXX/.npm/_cacache/content-v2/sha512/4c/3b
npm error errno EEXIST
npm error Invalid response body while trying to fetch https://registry.npmjs.org/corepack: EACCES: permission denied, mkdir '/XXXXXXXXX/XXXXXXXXX/.npm/_cacache/content-v2/sha512/4c/3b'
npm error File exists: /Users/XXXXXXXXX/.npm/_cacache/content-v2/sha512/4c/3b
npm error Remove the existing file and try again, or run npm
npm error with --force to overwrite files recklessly.
npm verbose cwd /XXXXXXXXX/XXXXXXXXX/pinokio123/bin/miniconda/lib
npm verbose os Darwin 24.1.0
npm verbose node v20.17.0
npm verbose npm v10.8.2
npm verbose exit 1
npm verbose code 1
npm error A complete log of this run can be found in: /XXXXXXXXX/XXXXXXXXX/.npm/_logs/2025-01-22T12_09_32_121Z-debug-0.log
/cli.js install firefoxbase ; node /XXXXXXXXX/XXXXXXXXX/pinokio123/bin/miniconda/lib/node_modules/playwright/eactivate ; conda deacti
node:internal/modules/cjs/loader:1228
throw err;
^
Error: Cannot find module '/XXXXXXXXX/XXXXXXXXX/pinokio123/bin/miniconda/lib/node_modules/playwright/cli.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
at Module._load (node:internal/modules/cjs/loader:1051:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}`
The text was updated successfully, but these errors were encountered: