mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
fa65f215a4
commit
3434452eab
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@
|
||||||
- npm
|
- npm
|
||||||
when: internet_available and (is_ubuntu_18 or not is_debuntu)
|
when: internet_available and (is_ubuntu_18 or not is_debuntu)
|
||||||
|
|
||||||
# 2018-07-15: TK Kang showed that "npm install" fails if run through sudo, with code EACCES, errno -13 (permission denied), "missing write access to /opt/iiab/sugarizer-server-1.0/node_modules"
|
# 2018-07-15: TK Kang showed that "npm install" fails if run through sudo, with code EACCES, errno -13 (permission denied), "Missing write access to /opt/iiab/sugarizer-server-1.0/node_modules"
|
||||||
- name: Change ownership of /root/.npm from iiab-admin to root
|
- name: Change ownership of /root/.npm from iiab-admin to root
|
||||||
file:
|
file:
|
||||||
path: /root/.npm
|
path: /root/.npm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue