<!-- Thank you for reporting a possible bug in Node.js. Please fill in as much of the template below as you can. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify the affected core module name If possible, please provide code that demonstrates the problem, keeping it as simple and free of external dependencies as you can. --> * **Version**: v8.11.1 * **Platform**: macos * **Subsystem**: versions <!-- Please provide more details below this comment. --> NAPI version didn't been exposed through `process.versions`. ```js console.log(process.versions) /* { http_parser: '2.8.0', node: '8.11.1', chakracore: '1.9.1.0', uv: '1.19.1', zlib: '1.2.11', ares: '1.10.1-DEV', modules: '57', nghttp2: '1.25.0', openssl: '1.0.2o', icu: '60.1', unicode: '10.0', cldr: '32.0', tz: '2017c' } */
NAPI version didn't been exposed through
process.versions.