problem encountered running 'npm start' in "Programming WebRTC" book

Sure, Yehuda. Those are just shell variables, so let’s start with some really basic things:

  1. What operating system are you running?
  2. What version of node are you running (node -v will tell you)
  3. What version of npm are you running (npm -v for that)
  4. What exact command did you run? npm run start is what you need to run – ksrtc@0.2.0 is not itself executable.

Let me know if you have any success, or further trouble. We’ll get this sorted out!

Karl