don't pretend npm install -g works

install configurable-http-proxy

because dependencies aren't installed anywhere on PATH
This commit is contained in:
Min RK
2015-03-05 10:08:41 -08:00
parent 5da557622d
commit 7930d81d0c
4 changed files with 3 additions and 6 deletions

View File

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

View File

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

View File

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

View File

@@ -8,9 +8,6 @@
"type": "git",
"url": "https://github.com/jupyter/jupyterhub.git"
},
"dependencies": {
"configurable-http-proxy": "*"
},
"devDependencies": {
"bower": "*",
"less": "~2",