Hey Justin,
The node.js installer created a shortcut called "node.js
Command Prompt" with this target - C:\Windows\System32\cmd.exe /k
"C:\Program Files\nodejs\nodevars.bat"
Debug vals:
traceurPath: "C:\Users\xxx\Projects\newstealtest\node_modules\steal-tools\node_modules\trace
ur\src\node\api.js"
lastTraceur: -1
baseTraceur: (empty string)
Looks like the issue is to do with the forward slash in this
line: var lastTraceur = traceurPath.indexOf("traceur/");
I'd like to contribute since we've used steal quite a bit, I will
look into updating the Getting Started doc once I figure out how to.
Bryon