Author made mistake, and the code is platform dependend. System path error. I added this to code and it works: `process.env.PWD = process.cwd();`
Author made mistake, and the code is platform dependend. System path error.
I added this to code and it works:
process.env.PWD = process.cwd();