kopia lustrzana https://github.com/jupyterhub/repo2docker
Explicitly specify where npm is
PATH doesn't seem to be set at this point to include the conda environment we just installed?pull/847/head
rodzic
cbda2eba2b
commit
ef1497dddf
|
@ -99,7 +99,7 @@ class CondaBuildPack(BaseImage):
|
||||||
(
|
(
|
||||||
"${NB_USER}",
|
"${NB_USER}",
|
||||||
r"""
|
r"""
|
||||||
npm config --global set prefix ${NPM_DIR}
|
${NB_PYTHON_PREFIX}/bin/npm config --global set prefix ${NPM_DIR}
|
||||||
""",
|
""",
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
Ładowanie…
Reference in New Issue