Created
September 23, 2018 02:12
-
-
Save dopetard/fdd6699d94ab966b793ff0c9f977d3e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HEAD is now at 69dfbfe... fix(grpc): fix gRPC deprecation warning | |
Ankurs-MacBook-Air:walli-server ankurkumar$ git checkout -b 69dfbfe | |
Switched to a new branch '69dfbfe' | |
Ankurs-MacBook-Air:walli-server ankurkumar$ npm i && npm run proto | |
> [email protected] install /Users/ankurkumar/Desktop/walli-server/node_modules/grpc | |
> node-pre-gyp install --fallback-to-build --library=static_library | |
node-pre-gyp WARN Using request for node-pre-gyp https download | |
[grpc] Success: "/Users/ankurkumar/Desktop/walli-server/node_modules/grpc/src/node/extension_binary/node-v57-darwin-x64-unknown/grpc_node.node" is installed via remote | |
> [email protected] install /Users/ankurkumar/Desktop/walli-server/node_modules/grpc-tools | |
> node-pre-gyp install | |
node-pre-gyp ERR! install error | |
node-pre-gyp ERR! stack Error: connect ETIMEDOUT 216.58.220.208:443 | |
node-pre-gyp ERR! stack at Object._errnoException (util.js:1022:11) | |
node-pre-gyp ERR! stack at _exceptionWithHostPort (util.js:1044:20) | |
node-pre-gyp ERR! stack at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1198:14) | |
node-pre-gyp ERR! System Darwin 17.4.0 | |
node-pre-gyp ERR! command "/usr/local/bin/node" "/Users/ankurkumar/Desktop/walli-server/node_modules/grpc-tools/node_modules/.bin/node-pre-gyp" "install" | |
node-pre-gyp ERR! cwd /Users/ankurkumar/Desktop/walli-server/node_modules/grpc-tools | |
node-pre-gyp ERR! node -v v8.11.1 | |
node-pre-gyp ERR! node-pre-gyp -v v0.6.38 | |
node-pre-gyp ERR! not ok | |
connect ETIMEDOUT 216.58.220.208:443 | |
npm ERR! code ELIFECYCLE | |
npm ERR! errno 1 | |
npm ERR! [email protected] install: `node-pre-gyp install` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] install script. | |
npm ERR! This is probably not a problem with npm. There is likely additional logging output above. | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! /Users/ankurkumar/.npm/_logs/2018-09-23T02_08_19_553Z-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment