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.
resolve: Of the path module, available in all versions of the Node.js.
createInterface: Of the readline module, available in all versions of the Node.js.
log: Of the console module, available from Node.js v0.1.100.
argv, cwd, stdin, stdout: 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.
execSync: Of the child_process module, available from Node.js v0.11.12.
existsSync, mkdirSync, writeFileSync, unlink, readFileSync, appendFile, appendFileSync, truncateSync, rm: From the fs module, available in all versions of the Node.js. However, the rm function was added in Node.js v14.14.0.
freeze, keys, entries, hasOwn: 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.
Last updated
Was this helpful?