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 5ff5012 commit 784e5c5Copy full SHA for 784e5c5
playbooks/roles/edxapp/defaults/main.yml
@@ -1135,8 +1135,6 @@ edxapp_npm_bin: "{{ edxapp_npm_dir }}/bin"
1135
edxapp_settings: '{{ EDXAPP_SETTINGS }}'
1136
EDXAPP_NODE_VERSION: "20"
1137
EDXAPP_NPM_VERSION: "10.7.0"
1138
-NPM_ALIASES:
1139
- "@edx/brand": "npm:@edx/brand-edx.org@^2.1.3"
1140
# This is where node installs modules, not node itself
1141
edxapp_node_bin: "{{ edxapp_code_dir }}/node_modules/.bin"
1142
edxapp_user: edxapp
playbooks/roles/edxapp/tasks/deploy.yml
@@ -314,7 +314,6 @@
314
- install
315
- install:app-requirements
316
317
-- name: Install NPM aliases
318
shell: >
319
npm install {{ item.key }}@{{ item.value }} --no-save
320
args:
0 commit comments