mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-13 04:53:01 +00:00
don't pretend npm install -g
works
install configurable-http-proxy because dependencies aren't installed anywhere on PATH
This commit is contained in:
@@ -6,7 +6,7 @@ python:
|
||||
- 3.3
|
||||
before_install:
|
||||
- npm install
|
||||
- npm install -g
|
||||
- npm install -g configurable-http-proxy
|
||||
- git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
|
||||
install:
|
||||
- pip install -f travis-wheels/wheelhouse -r dev-requirements.txt .
|
||||
|
@@ -11,7 +11,7 @@ MAINTAINER Jupyter Project <jupyter@googlegroups.com>
|
||||
|
||||
# install js dependencies
|
||||
RUN npm install
|
||||
RUN npm install -g
|
||||
RUN npm install -g configurable-http-proxy
|
||||
|
||||
RUN mkdir -p /srv/
|
||||
|
||||
|
@@ -29,7 +29,7 @@ which is required for npm to work on Debian/Ubuntu at this point)
|
||||
|
||||
Then install javascript dependencies:
|
||||
|
||||
sudo npm install -g
|
||||
sudo npm install -g configurable-http-proxy
|
||||
|
||||
|
||||
## Installation
|
||||
|
@@ -8,9 +8,6 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/jupyter/jupyterhub.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"configurable-http-proxy": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bower": "*",
|
||||
"less": "~2",
|
||||
|
Reference in New Issue
Block a user