mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Clarify: Sugarizer's npm install can take ~10 min (even on RPi 4!)
This commit is contained in:
parent
f363c471b8
commit
f769540ffc
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@
|
||||||
# gets the job done, for now!)
|
# gets the job done, for now!)
|
||||||
|
|
||||||
#- name: Create the express framework for Node.js (OS's other than Fedora 18)
|
#- name: Create the express framework for Node.js (OS's other than Fedora 18)
|
||||||
- name: Run 'npm install --allow-root --unsafe-perm=true' to create /opt/iiab/sugarizer-server/node_modules (CAN TAKE ~5 MINUTES)
|
- name: Run 'npm install --allow-root --unsafe-perm=true' to create /opt/iiab/sugarizer-server/node_modules (CAN TAKE ~10 MINUTES)
|
||||||
command: npm install --allow-root --unsafe-perm=true # "command:" a bit safer than "shell:"
|
command: npm install --allow-root --unsafe-perm=true # "command:" a bit safer than "shell:"
|
||||||
args:
|
args:
|
||||||
chdir: "{{ iiab_base }}/sugarizer-server"
|
chdir: "{{ iiab_base }}/sugarizer-server"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue