

Tip: To test that you've got Node.js correctly installed on your computer, type node -help from a terminal and you should see the usage documentation. See Installing Node.js via package manager to find the Node.js package and installation instructions tailored to your version of Linux. Linux: There are specific Node.js packages available for the various flavors of Linux. You'll need to open a new terminal (command prompt) for the node and npm command line tools to be on your PATH.

The Node Package Manager is included in the Node.js distribution. To get started in this walkthrough, install Node.js for your platform. However, to run a Node.js application, you will need to install the Node.js runtime on your machine. VS Code has support for the JavaScript and TypeScript languages out-of-the-box as well as Node.js debugging. Node.js is the runtime and NPM is the Package Manager for Node.js modules. Node.js is a platform for building fast and scalable server applications using JavaScript. Adding a jsconfig.json Configuration File.
