Commits


Sam Clegg authored and GitHub committed c04b1bbb3a6
Only add node/bin to user's PATH if one is not already found (#1189) If the user already has a version of node in their PATH don't clobber it. This doesn't effect emscripten since the version of node we use there is controlled via the config file, not via PATH. Part of fix for #705.