ananun

Results 1 comments of ananun

In some caes Windows 10 uses tmpDir ( with camel case ) so you can solve this issue like this var isWin = process.platform === "win32"; var isLinux = process.platform...