mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Clarify fix: 'yarn add https://github.com/internetarchive/dweb-mirror'
This commit is contained in:
parent
323fc27146
commit
663e739978
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
state: absent
|
state: absent
|
||||||
path: "{{ internetarchive_dir }}/node_modules"
|
path: "{{ internetarchive_dir }}/node_modules"
|
||||||
|
|
||||||
- name: Run 'yarn add @internetarchive/dweb-mirror' to download/populate {{ internetarchive_dir }}/node_modules (CAN TAKE ~5 MINUTES)
|
- name: Run 'yarn add https://github.com/internetarchive/dweb-mirror' to download/populate {{ internetarchive_dir }}/node_modules (CAN TAKE ~5 MINUTES)
|
||||||
shell: yarn config set child-concurrency 1 && yarn add https://github.com/internetarchive/dweb-mirror
|
shell: yarn config set child-concurrency 1 && yarn add https://github.com/internetarchive/dweb-mirror
|
||||||
args:
|
args:
|
||||||
chdir: "{{ internetarchive_dir }}"
|
chdir: "{{ internetarchive_dir }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue