Douglas Wade

Results 49 comments of Douglas Wade

Afaict, there is no way currently to emit the warning, but not fail the test. If you would like to submit a PR, you'd want to take an option, and...

@kurybr Thanks for chipping in. It looks like you've introduced a test failure -- please fix it.

@mightyiam I don't think this makes sense, as npm-run provides a programmatic api that npx lacks. At best, this is premature, since npm 5 won't be the default for node...

@stevemao I tried this on node v6.14.1, npm v3.10.10 by linking it globally (`npm link -g .`), typing `npm-run ` and then pressing tab. I also tried typing `npm-r` and...

I borrowed the idea from [nodejs](https://github.com/nodejs/node/issues/4641) 😀

> complains about a missing source folder [this source folder](https://github.com/redfin/react-server/tree/master/packages/babel-plugin-react-server/src)? > there's an issue with node-gyp Looking at the link you included, it seems like we'd need to have admin...

I tried both installing `windows-build-tools` and the manual configuration steps, but the error doesn't seem to change. Reading the error text a little more carefully ``` C:\projects\react-server\node_modules\bufferutil>if not defined npm_config_node_gyp...

Neither 4.4.7 or 6.3.1 resolves the issue. I wonder, considering how long after the error is emitted, whether the `C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\node-gyp\src\win_delay_load_hook.c(34): error C2373: '__pfnDliNotifyHook2': redefinition; different type modifiers [C:\projects\react-server\node_modules\zombie\node_modules\ws\node_modules\utf-8-validate\build\validation.vcxproj]...

That's awesome @knoxzin1 ! What version of `npm` are you using? I see that lerna 26 is the version of lerna that worked for you. I'm going to pull your...

I rebased onto #833 and kicked off the build again: https://github.com/doug-wade/react-server/pull/14 :crossed_fingers: