snobu / destreamer

Save Microsoft Stream videos for offline enjoyment.
MIT License
2.36k stars 442 forks source link

Can't find \build\src directory Windows #402

Closed MaaShar closed 2 years ago

MaaShar commented 2 years ago

OS: Windows 10 64-bit

Launch command used: .\destreamer.ps1 --format mp4 -i https://web.microsoftstream.com/video/31386ac1-b4c4-4e60-807d-18f24a0c76fd -o C:\Temp

Verbose log ``` internal/modules/cjs/loader.js:892 throw err; ^ Error: Cannot find module 'C:\Temp\destreamer-master\build\src\destreamer.js' ←[90m at Function.Module._resolveFilename (internal/modules/cjs/loader.js:889:15)←[39m ←[90m at Function.Module._load (internal/modules/cjs/loader.js:745:27)←[39m ←[90m at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)←[39m ←[90m at internal/main/run_main_module.js:17:47←[39m { code: ←[32m'MODULE_NOT_FOUND'←[39m, requireStack: [] } ```

That directory isn't there and not even in the download. I have read you need to build it before in Linux, but not sure how to do it in Windows?!