snobu / destreamer

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

Cannot find module destreamer.js #278

Closed xfarrow closed 3 years ago

xfarrow commented 3 years ago

I'm using a Linux machine (Debian-based) with

module.js: 549
Cannot find module in /destreamer/build/src/destreamer.js

indeed I can't find any "build" folder in the project.

snobu commented 3 years ago

I believe you may have skipped the build step.

npm run build
xfarrow commented 3 years ago

@snobu I did it, just realized it was failing, now fixed. Thank you!