Increased npm timeout

This commit is contained in:
Philip (a-0) 2022-07-30 19:56:36 +02:00
parent a642e5edb6
commit 96c51c415b

View file

@ -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: