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

npm webtorrent fails to install. #482

Closed
jsindy opened this issue Nov 9, 2015 · 1 comment
Closed

npm webtorrent fails to install. #482

jsindy opened this issue Nov 9, 2015 · 1 comment

Comments

@jsindy
Copy link

@jsindy jsindy commented Nov 9, 2015

npm ERR! not a package /tmp/npm-9-h_MN-pQZ/github.com/jhiesey/mp4box.js.git
npm ERR! Error: ENOENT, open '/tmp/npm-9-h_MN-pQZ/github.com/jhiesey/mp4box.js.git-unpack/package.json'
npm ERR! If you need help, you may report this entire log,
npm ERR! including the npm and node versions, at:
npm ERR! http://github.com/npm/npm/issues

My Dockerfile looks like this

FROM ubuntu:14.04.3
RUN apt-get update
RUN apt-get -y install vim curl wget
RUN curl -sL https://deb.nodesource.com/setup | sudo bash -
RUN apt-get -y install nodejs build-essential python-dev python
RUN npm install webtorrent -g

@jsindy

This comment has been minimized.

Copy link
Author

@jsindy jsindy commented Nov 9, 2015

duplicate of #468

@jsindy jsindy closed this Nov 9, 2015
@lock lock bot locked as resolved and limited conversation to collaborators May 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.