diff options
Diffstat (limited to 'meta/classes/npm.bbclass')
| -rw-r--r-- | meta/classes/npm.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/npm.bbclass b/meta/classes/npm.bbclass index c180804e0e..3ab67769e1 100644 --- a/meta/classes/npm.bbclass +++ b/meta/classes/npm.bbclass | |||
| @@ -53,6 +53,8 @@ def npm_global_configs(d): | |||
| 53 | # Ensure no network access is done | 53 | # Ensure no network access is done |
| 54 | configs.append(("offline", "true")) | 54 | configs.append(("offline", "true")) |
| 55 | configs.append(("proxy", "http://invalid")) | 55 | configs.append(("proxy", "http://invalid")) |
| 56 | configs.append(("funds", False)) | ||
| 57 | configs.append(("audit", False)) | ||
| 56 | # Configure the cache directory | 58 | # Configure the cache directory |
| 57 | configs.append(("cache", d.getVar("NPM_CACHE"))) | 59 | configs.append(("cache", d.getVar("NPM_CACHE"))) |
| 58 | return configs | 60 | return configs |
