Node.js
- 16 Apr 2024
-
DarkLight
-
PDF
Node.js
- Updated on 16 Apr 2024
-
DarkLight
-
PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
NodeSource Node.js Installation
Please refer to the NodeSource README.md for details on Node.js installation.
Post Installation
The Node.js version required by IAP may be found in Release Notes for the relevant IAP release version.
Verify that Node.js is installed and available from the PATH environment variable. The path will depend on your environment. The path below is provided as an example.
$ command -v node
/bin/node
Check which version of Node.js is installed. Refer to Itential Dependencies for the current supported version.
$ node -v
<vxx.x.x>
Was this article helpful?