ivanmir

Results 4 comments of ivanmir

Hi @srmagura, I am also getting the same error as @netcore-jroger. Except that I am getting a file not found error: ``` C:\Develop>ncu -i >>>>>>>>>>>>>>>>> "The system cannot find the...

I did the following modification on the code: ``` process.on('unhandledRejection', (reason, promise) => { console.log("promise: ", promise); //throw reason; }); ``` So, instead of throwing an error, I now get...

Hi @raineorshine, I really appreciate your support on this. I tried to debug this issue on my machine. And here what I've found out. I've created a test file with...

Hi @raineorshine, Quick update: I've added the following arguments to 'spawn-please' on file 'package-managers\npm.js', line 211 `return (0, spawn_please_1.default)(cmd, ['--version'], { shell: true })` And line 387 (same file): `prefix...