[NPM fails](https://github.com/npm/npm/issues/19265#issuecomment-348054385) when `os.cpus()` returns undefined. Maybe `os.cpus()` should output something better with sane fallback default values? Just an idea. Not sure if it's preferable to expect other programs to check for undefined.
NPM fails when
os.cpus()returns undefined. Maybeos.cpus()should output something better with sane fallback default values?Just an idea. Not sure if it's preferable to expect other programs to check for undefined.