Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

npm install failing #241

Open
pkrasam opened this issue Jul 12, 2019 · 5 comments
Open

npm install failing #241

pkrasam opened this issue Jul 12, 2019 · 5 comments

Comments

@pkrasam
Copy link

pkrasam commented Jul 12, 2019

Getting this error, when going through installation steps

Example app: Web Wallet

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
@mvines
Copy link
Member

mvines commented Jul 12, 2019

What node/npm are you using?

node --version
npm --version

@pkrasam
Copy link
Author

pkrasam commented Jul 12, 2019

@mvines thank you for jumping on this

node version: v10.15.1
npm version: 6.4.1

@mvines
Copy link
Member

mvines commented Jul 12, 2019

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?

@pkrasam
Copy link
Author

pkrasam commented Jul 14, 2019

@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?

@mvines
Copy link
Member

mvines commented Jul 14, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants