Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node-pre-gyp not installed? #9

Open
ekg opened this issue May 1, 2015 · 6 comments
Open

node-pre-gyp not installed? #9

ekg opened this issue May 1, 2015 · 6 comments

Comments

@ekg
Copy link

ekg commented May 1, 2015

It seems node-pre-gyp is a dependency (??) and not listed (???):

npm ERR! [email protected] install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] install script 'node-pre-gyp install --fallback-to-build'.
npm ERR! This is most likely a problem with the wrtc package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-pre-gyp install --fallback-to-build
npm ERR! You can get their info via:
npm ERR!     npm owner ls wrtc
@ekg
Copy link
Author

ekg commented May 1, 2015

Now...

No package 'nss' found
gyp: Call to 'pkg-config --cflags nss' returned exit status 1.

@ekg
Copy link
Author

ekg commented May 1, 2015

Will this not work with iojs 1.8.1?

@mafintosh
Copy link
Owner

Hmm looks weird. Are you on linux or osx?

@ekg
Copy link
Author

ekg commented May 1, 2015

Linux. Ubuntu 14.10.

@galeksandrp
Copy link

galeksandrp commented Jan 19, 2017

node-pre-gyp should not be listed as dependecy of webcat, but rather of wrtc, and it is. Assuming that nss is Network Security Services you can try sudo apt-get install libnss3-1d-dev.

Also this can be avoided by bumping wrtc, since starting from 0.0.60 they provide prebuilt binaries for Linux, and starting from 0.0.61 - for Windows.

I am using [email protected] with galeksandrp/simple-peer@patch-1 since I can't compile earlier versions.

@m-onz
Copy link

m-onz commented Apr 22, 2017

I could not install on ubuntu 16.04 via npm on ubuntu.

The solution for me was to change the wrtc package version to 0.0.60

I've opened a PR ... are there any problems with just bumping the package on wrtc? I guess testing is needed.

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

No branches or pull requests

4 participants