Here is the list of node.js modules that comes preinstalled in vRO 8.3 when you select in Node.js 12 in Runtime.
Module | Version |
node | 12.18.3 |
v8 | 7.8.279.23-node.39 |
uv | 1.38.0 |
zlib | 1.2.11 |
brotli | 1.0.7 |
ares | 1.16.0 |
modules | 72 |
nghttp2 | 1.41.0 |
napi | 6 |
llhttp | 2.0.4 |
http_parser | 2.9.3 |
openssl | 1.1.1g |
cldr | 37.0 |
icu | 67.1 |
tz | 2019c |
unicode | 13.0 |
process |
Reference Script
In Node.js, the process.versions
property is an inbuilt application programming interface of the process module which is used to get the versions of node.js modules and it’s dependencies. The process.versions
property returns an object listing the version strings of Node.js and its dependencies.

Let me know if you have an even better way to get the list of modules from vRO. See you.
[…] https://cloudblogger.co.in/2022/03/15/list-of-available-node-js-modules-in-vro/ https://cloudblogger.co.in/2022/03/08/list-of-all-available-python-modules-in-vro/ […]
LikeLike
Didn’t you forget “process” ? ;p But very useful thanks !
LikeLike