Compatibility
This CLI doesn't have any dependencies other than the node itself, but it is important to note that you need to use Node.js v16.9.0 or higher.
Last updated
Was this helpful?
This CLI doesn't have any dependencies other than the node itself, but it is important to note that you need to use Node.js v16.9.0 or higher.
Last updated
Was this helpful?
: Of the path module, available in all versions of the Node.js.
: Of the readline module, available in all versions of the Node.js.
: Of the console module, available from Node.js v0.1.100.
: Of process module, available from Node.js v0.1.27. However, cwd function was added in Node.js v0.1.80, stdin and stdout functions were added in Node.js v0.1.90.
: Of the child_process module, available from Node.js v0.11.12.
: From the fs module, available in all versions of the Node.js. However, the rm function was added in Node.js v14.14.0.
: From the Object constructor, available from Node.js v0.10.0. However, the entries method was added in Node.js v7.0.0 and hasOwn was added in Node.js v16.9.0.