Sure, Yehuda. Those are just shell variables, so let’s start with some really basic things:
- What operating system are you running?
- What version of node are you running (
node -v
will tell you) - What version of npm are you running (
npm -v
for that) - 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