Open qly612525 opened 8 years ago
I had fixed it!
Sorry @qly612525 , I've just got time to respond. So what's the root cause?
@supnate, my environment is Window7
I found that the NodeJS env path don't need pass to subprocess.Popen
in sidebar.py.
I change the code like this
p = subprocess.Popen(self.command, cwd=self.working_dir, env=None, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, bufsize=1, startupinfo=si)
Wow, you are really a super user! Thanks for the investigation. But why doesn't env
work? It's weird... I just tested it on Win10 and it worked. For windows, the env
should just use the system environment variable path
. I will really appreciate if you can help to fix it in a general way so that other users could benefit from it.
My Nodejs has added to the system environment variable. So I think that a new opening process, node command can be found by the system automatically.
If somone has the problem in the same environment like me. I think this is a solution.
I'm also having this issue on Windows 10... any fix?
@loganpowell This plugin will be deprecated for Rekit 2.0 in favor of Rekit Portal.
gotcha, ok!
I install Rekit sucessfully, and do the work like Vedio.
but cannot new the files...