Node.js
Node.js runtime and npm package manager run JavaScript applications and manage dependencies
The HPC system provides Node.js v10.24.0 and npm v6.14.11 for running JavaScript and managing packages.
Example Usage#
Create a file named hello.js
with the following content:
Run it with:
Additionally you can install packages locally using npm:
After installation, you can use the packages in your Node.js scripts.
For more information visit the Node.js or npm documentation websites.