obsolete-dontuse-example-webwallet
obsolete-dontuse-example-webwallet copied to clipboard
npm install failing
Getting this error, when going through installation steps
00:19:17 ✔ pk: ((HEAD detached at v1.0.0)) example-webwallet $ npm install
npm ERR! code MODULE_NOT_FOUND
npm ERR! Cannot find module 'node-gyp/bin/node-gyp'
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/pk/.npm/_logs/2019-07-12T14_19_32_966Z-debug.log
What node/npm are you using?
node --version
npm --version
@mvines thank you for jumping on this
node version: v10.15.1 npm version: 6.4.1
Oh! You're on this tag? https://github.com/solana-labs/example-webwallet/releases/tag/v1.0.0 That's super out of date, can you please try the tip of the master branch instead?
@mvines thanks for looking into this -- I tried few things and still getting the same error -- Not sure what I doing incorrect here ...are you able to help?
Sure can you please share the full output (perhaps as a gist) from the following commands:
$ npm --version
$ node --version
$ git clone [email protected]:solana-labs/example-webwallet.git
$ cd example-webwallet/
$ npm install