chriswiggins / rtsp-streaming-server

Lightweight RTSP/RTP streaming media server written in Javascript
GNU General Public License v3.0
106 stars 21 forks source link

Code does not build in node 8.9 \ node 16.3 #26

Open RobotnickIsrael opened 3 years ago

RobotnickIsrael commented 3 years ago

I've cloned the project, did npm i to install the packages and than npm run build to have the output but it doesn't build saying "Successfully compiled 0 files with Babel (10ms)."

image

Build folder only has *.ts files image

I'm running on windows 10 64 bit. I'll try moving it to a linux environment and see what's up there.

RobotnickIsrael commented 3 years ago

I can confirm this happens only on Windows. It builds in my linux with nodejs 14

chriswiggins commented 3 years ago

I haven't tested on Windows - presume this is a path parsing issue. Happy to review a PR that fixes this!