We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2506ce commit a285d2cCopy full SHA for a285d2c
playbooks/roles/edxapp/tasks/deploy.yml
@@ -302,8 +302,8 @@
302
# --no-save is passed as a flag to npm install to avoid saving these dependencies to package.json. Otherwise,
303
# running npm install without this flag causes modifications to the package.json and package-lock.json
304
# files. In turn, these modified files cause issues with working with the edxapp repository.
305
-- name: Install extra node dependencies
306
- shell: "easy_install --version && npm install --no-save {{ item.name }"
+- name: Install private node dependencies
+ shell: "easy_install --version && npm install --no-save '{{ item.name }'"
307
with_items: "{{ EDXAPP_PRIVATE_NPM_REQUIREMENTS }}"
308
args:
309
chdir: "{{ edxapp_code_dir }}"
0 commit comments