Nate Fischer

Results 340 comments of Nate Fischer

Does anyone have any tips about this? I'm using the 3.16 kernel and my computer crashes (freezes, sometimes screen goes black, sysreq key doesn't help, etc.) whenever I switch access...

I tried the same code, I have no problem. Which OS? Are you changing your prefix (`npm config get prefix`)? Double-quoting should not be a problem on unix. Double quoting...

@tejashah88 what's your PATH variable? Does it include the location of where you globally installed `npm`? ``` cmd> echo %PATH% ``` --- I think we use the same mechanism to...

My windows machine isn't set up for development currently. @tejashah88 could you perhaps help debugging this? What is the output of running `npm test` in this repo on your Windows...

@tejashah88 thanks for the info! Some of the tests look to have simple errors (one fails because Windows uses a different newline). I'll fix that test, look at the others,...

Btw the tests should all pass (or will skip gracefully) on Windows now.

Hmm this seems to be related to this TODO: https://github.com/nfischer/shelljs-exec-proxy/blob/b809b82cbd06b56383e176a4efebb9b9ab8055ef/index.js#L55 This might require changes on the shelljs side first.

Here's the full comment for better readability (the issue has to do with the right-hand side of pipes). https://github.com/nfischer/shelljs-exec-proxy/blob/b809b82cbd06b56383e176a4efebb9b9ab8055ef/index.js#L55-L56

Blocked by shelljs/shelljs#524

@jhenry9636 thanks for pinging the thread. I'm still hacking out a prototype, but will ping the linked PR once I have something working a bit better. In terms of this...