Thursday, April 13, 2017

Error: return binding.mkdir(pathModule._makeLong(path)

This can be happen if the username included a ~, and I think this breaks some internal code. Setup code can not handle the user's local enviroment path like that and as is obvious from the error message, it tries to create a directory called "c:\users\c:"

So create a fresh new user to you system.

Hope this helps.

No comments:

Post a Comment