We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to run and keep getting this error... I cant figure out why ugh.
(.venv) ~/StreamDiffusion/demo/realtime-img2img/frontend$ npm i npm ERR! code 1 npm ERR! path \wsl.localhost\Ubuntu\home\jake\StreamDiffusion\demo\realtime-img2img\frontend\node_modules@sveltejs\kit npm ERR! command failed npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node postinstall.js npm ERR! '\wsl.localhost\Ubuntu\home\jake\StreamDiffusion\demo\realtime-img2img\frontend\node_modules@sveltejs\kit' npm ERR! CMD.EXE was started with the above path as the current directory. npm ERR! UNC paths are not supported. Defaulting to Windows directory. npm ERR! node:internal/modules/cjs/loader:1078 npm ERR! throw err; npm ERR! ^ npm ERR! npm ERR! Error: Cannot find module 'C:\Windows\postinstall.js' npm ERR! at Module._resolveFilename (node:internal/modules/cjs/loader:1075:15) npm ERR! at Module._load (node:internal/modules/cjs/loader:920:27) npm ERR! at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) npm ERR! at node:internal/main/run_main_module:23:47 { npm ERR! code: 'MODULE_NOT_FOUND', npm ERR! requireStack: [] npm ERR! } npm ERR! npm ERR! Node.js v18.14.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to run and keep getting this error... I cant figure out why ugh.
(.venv) ~/StreamDiffusion/demo/realtime-img2img/frontend$ npm i
npm ERR! code 1
npm ERR! path \wsl.localhost\Ubuntu\home\jake\StreamDiffusion\demo\realtime-img2img\frontend\node_modules@sveltejs\kit
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node postinstall.js
npm ERR! '\wsl.localhost\Ubuntu\home\jake\StreamDiffusion\demo\realtime-img2img\frontend\node_modules@sveltejs\kit'
npm ERR! CMD.EXE was started with the above path as the current directory.
npm ERR! UNC paths are not supported. Defaulting to Windows directory.
npm ERR! node:internal/modules/cjs/loader:1078
npm ERR! throw err;
npm ERR! ^
npm ERR!
npm ERR! Error: Cannot find module 'C:\Windows\postinstall.js'
npm ERR! at Module._resolveFilename (node:internal/modules/cjs/loader:1075:15)
npm ERR! at Module._load (node:internal/modules/cjs/loader:920:27)
npm ERR! at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
npm ERR! at node:internal/main/run_main_module:23:47 {
npm ERR! code: 'MODULE_NOT_FOUND',
npm ERR! requireStack: []
npm ERR! }
npm ERR!
npm ERR! Node.js v18.14.1
The text was updated successfully, but these errors were encountered: