cumulo-autumn / StreamDiffusion

StreamDiffusion: A Pipeline-Level Solution for Real-Time Interactive Generation
Apache License 2.0
9.7k stars 692 forks source link

Error: Cannot find module 'C:\Windows\postinstall.js' #155

Open mediashock opened 5 months ago

mediashock commented 5 months ago

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