ethereum / remix-desktop

Remix IDE desktop
1.03k stars 265 forks source link

fix path env for remixd in gui mode #186

Closed bunsenstraat closed 1 year ago

bunsenstraat commented 1 year ago

When electron is run in GUI stand alone mode the env from the shell is not inherited so the remixd commands ( node, npx etc ) can't be found, this fix-path package gets the env from the main shell. needs to be extensively tested on different platforms by