I just installed my project globally and I'm getting a windows script host error:
How do I fix this?
This is my javascript code.
Object.defineProperty(exports, "__esModule", { value: true }); //line 38
I am using typescript so this is a javascript build from the original typescript file. Line 38 is actually before the 1st line in the typescript file so it doesn't even exist in the original typescript file.
Thank you.

instapostwouterthrough my cmd prompt because I installed my project globally.