foyzulkarim / mern-video-streaming

MERN Video Streaming is a cutting-edge, open-source platform for video streaming, offering a comprehensive, full-stack solution utilizing the latest MERN stack technologies.
MIT License
182 stars 63 forks source link

script doesn't create uploads folders on macOS (apple silicon) #57

Closed HasanMukit closed 1 year ago

HasanMukit commented 1 year ago

As described in the Readme.

npm i -g zx
npm run init-directories

should create an uploads folder. But when the script was run using zsh on macOS Ventura 13.4.1 (c), nothing happened. Upload folders needed to be created manually. This should be mentioned in the Readme

foyzulkarim commented 1 year ago

I tested. You are right. would you like to create a fix?

foyzulkarim commented 1 year ago

Or if you want I can fix it. The script has some logic problem. That's all.

foyzulkarim commented 1 year ago

thanks @aninda052