Joel Chen
Joel Chen
@tuan231195 did it resolve the issue?
@SBoudrias thanks for pointing that out, I verified that is not what's happening. ``` L-SB8H1M2G8W-M:~ xchen11$ which node /Users/xchen11/.nvm/versions/node/v6.11.1/bin/node L-SB8H1M2G8W-M:~ xchen11$ which npm /Users/xchen11/.nvm/versions/node/v6.11.1/bin/npm L-SB8H1M2G8W-M:~ xchen11$ node -v v6.11.1 L-SB8H1M2G8W-M:~...
Removed the `#!/usr/bin/env node#!/usr/bin/env node` line from yo, and run everything with explicit full path: ``` L-SB8H1M2G8W-M:~ xchen11$ head -5 /Users/xchen11/.nvm/versions/node/v6.11.1/bin/yo console.log("yo __dirname", __dirname); console.log("yo process.execPath", process.execPath); 'use strict'; const...
Also, I have nvm setup in my `.bashrc` file so if I open a new terminal tab, it sets up node in my new shell automatically.
By invoking yo with explicit full paths, it wouldn't matter. `/Users/xchen11/.nvm/versions/node/v6.11.1/bin/node /Users/xchen11/.nvm/versions/node/v6.11.1/bin/yo` But `which yo` is pointing to the one under nvm: ``` L-SB8H1M2G8W-M:~ xchen11$ which yo /Users/xchen11/.nvm/versions/node/v6.11.1/bin/yo ```
Thanks for the PR. Can you provide some explanation on the context and use case for the change please?
oops, already reported https://github.com/babel/minify/issues/967
Actually you can already put `\n` in the help message, but it would come out without indents. Is this change reasonable to you? https://github.com/jchip/gulp-help/commit/813d566437ff52afb8dc0ad050685b27fb5ad22e
It's been a while since I last worked on this. :) Could you please offer some more info about `ITEM`? links to docs? I'd need to ensure there are test...
nice! impressive work. Can you point me to the tests that verifies retrieving the same data would go to the same server? Also, is there a test that checks and...