snobu / destreamer

Save Microsoft Stream videos for offline enjoyment.
MIT License
2.37k stars 439 forks source link

Issue with `npm install` #480

Open cr2007 opened 1 year ago

cr2007 commented 1 year ago

OS: Ubuntu 20.04 LTS (via WSL)

Launch command used: npm i

When I try to enter the commands mentioned in the README.md file, it give out the following error when I type the npm install command

/usr/bin/env: ‘bash\r’: No such file or directory

I am not sure what exactly is the issue after I properly cloned the repository as requested.

Verbose log ``` PASTE VERBOSE LOG HERE ```
recolic commented 8 months ago

If you are using WSL, please clone repo from WSL git, NOT windows git .

Windows git will convert line ending to CRLF by default, breaking all the sh1ts