Skip to content

Commit

Permalink
fix for npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Dec 2, 2021
1 parent 318dbcf commit e955e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/jupyter/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
include_role:
name: lamachine-run
vars:
command: npm install --prefix {{lm_prefix}} configurable-http-proxy
command: npm install -g --prefix {{lm_prefix}} configurable-http-proxy

#- name: "Installing JupyterLab Git Extension"
# include_role:
Expand Down

0 comments on commit e955e1d

Please sign in to comment.