Increased npm timeout
This commit is contained in:
parent
a642e5edb6
commit
96c51c415b
1 changed files with 2 additions and 2 deletions
|
@ -22,9 +22,9 @@
|
|||
path: /home/cyberchef/.npm-global
|
||||
state: directory
|
||||
|
||||
- name: Set user's npm config path
|
||||
- name: Set some npm config
|
||||
become_user: cyberchef
|
||||
command: npm config set prefix '~/.npm-global'
|
||||
command: npm config set prefix '~/.npm-global && npm config set fetch-retry-mintimeout 30000 && npm config set fetch-retry-maxtimeout 150000'
|
||||
|
||||
- name: Set user's path variable
|
||||
copy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue