JavaScript runtime environment
Node.js is a cross-platform, open-source JavaScript runtime environment that can run on Windows, Linux, Unix, macOS, and more. Node.js runs on the V8 JavaScript engine, and executes JavaScript code outside a web … Wikipedia
Factsheet
Original author Ryan Dahl
Initial release May 27, 2009; 16 years ago (2009-05-27)
Factsheet
Original author Ryan Dahl
Initial release May 27, 2009; 16 years ago (2009-05-27)
🌐
GitHub
gist.github.com › MichaelCurrin › aa1fc56419a355972b96bce23f3bccba
Install Node.js and NPM · GitHub
If you skip, this you'll get the stable version for your OS, such might be say v12 or v10. $ curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - $ sudo apt update · Install Node using APT.
🌐
GitHub
github.com › nodesource › distributions
GitHub - nodesource/distributions: NodeSource Node.js Binary Distributions · GitHub
NodeSource Node.js Binary Distributions. Contribute to nodesource/distributions development by creating an account on GitHub.
Starred by 13.8K users
Forked by 3.1K users
Languages   Shell
🌐
GitHub
github.com › nodejs › node
GitHub - nodejs/node: Node.js JavaScript runtime ✨🐢🚀✨
January 27, 2026 - Binaries, installers, and source tarballs are available at https://nodejs.org/en/download/. ... The latest directory is an alias for the latest Current release. The latest-codename directory is an alias for the latest release from an LTS line.
Starred by 117K users
Forked by 35.2K users
Languages   JavaScript 63.1% | C++ 22.9% | Python 9.8% | C 2.6% | HTML 0.6% | Shell 0.5%
🌐
GitHub
gist.github.com › 3347400
Install node.js · GitHub
sudo apt-get install python-software-properties sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get update sudo apt-get install nodejs npm
🌐
DEV Community
dev.to › nikolicstjepan › how-to-install-nodejs-from-source-code-on-github-468j
How to Install Node.js from Source Code on GitHub - DEV Community
November 7, 2024 - Installing Node.js from source. Step-by-step instructions for downloading, compiling, and installing Node.js from its GitHub repository.
🌐
GitHub
github.com › nodejs
Node.js · GitHub
Node.js has 231 repositories available. Follow their code on GitHub.
🌐
GitHub
gist.github.com › kazzkiq › fe702215173e795d49d0c1ffbea363b5
Installing Node.js in 5 minutes: The Final Guide · GitHub
First, access Node.js website and click the big green "Download" button. Download finished? Now run the installation. While the installation goes by, grab yourself a coffee or drink some water, then get back at your chair.
🌐
GitHub
github.com › nodejs › installer
GitHub - nodejs/installer: Electron based installer for Node.js.
December 16, 2021 - Electron based installer for Node.js. Contribute to nodejs/installer development by creating an account on GitHub.
Starred by 195 users
Forked by 33 users
Languages   JavaScript 85.2% | Less 12.7% | HTML 2.1% | JavaScript 85.2% | Less 12.7% | HTML 2.1%
Find elsewhere
🌐
GitHub
gist.github.com › afahy › 910602 › 6c1f061d80cd4d508fa1ef3cbe682cb0b0283a69
Installing node.js and npm · GitHub
Installing node.js and npm. GitHub Gist: instantly share code, notes, and snippets.
🌐
GitHub
gist.github.com › changtimwu › 4117025
install nodejs and git on windows · GitHub
Clone this repository at <script src="https://gist.github.com/changtimwu/4117025.js"></script> Save changtimwu/4117025 to your computer and use it in GitHub Desktop. Download ZIP · install nodejs and git on windows · Raw ...
🌐
GitHub
gist.github.com › joepie91 › 24f4e70174d10325a9af743a381d5ec6
installing-node-applications.md · GitHub
Run npm in 'local' mode, installing dependencies into the project folder - unless instructions specifically state that you should do a global installation. If you're curious about the details of packages in Node.js, here is a developer-focused article about them.
🌐
GitHub
github.com › MicrosoftDocs › windows-dev-docs › blob › docs › hub › dev-environment › javascript › nodejs-on-windows.md
windows-dev-docs/hub/dev-environment/javascript/nodejs-on-windows.md at docs · MicrosoftDocs/windows-dev-docs
A guide to help you get your Node.js development environment set up directly on Windows. ... This guide will help you to install Node.js in a Windows development environment.
Author   MicrosoftDocs
🌐
GitHub
gist.github.com › thejmazz › 72456e3f29cf0bf56d4a
Install Node and npm on Linux/OS X/Windows w/o sudo · GitHub
Clone this repository at <script ... in GitHub Desktop. ... TLDR; Download install-node.sh, modify the settings, make it executable (chmod u+x install-node.sh), and run it (./install-node.sh)....
🌐
GitHub
github.com › nodejs › node-v0.x-archive › wiki › Installation
Installation · nodejs/node-v0.x-archive Wiki · GitHub
Moved to https://github.com/nodejs/node. Contribute to nodejs/node-v0.x-archive development by creating an account on GitHub.
Author   nodejs
🌐
GitHub
gist.github.com › bdc34c554fa3023ee81449eb77375fcb
Install Yarn and Node.js · GitHub
Clone this repository at <script src="https://gist.github.com/MichaelCurrin/bdc34c554fa3023ee81449eb77375fcb.js"></script> Save MichaelCurrin/bdc34c554fa3023ee81449eb77375fcb to your computer and use it in GitHub Desktop. ... This guide is for Yarn V1. ... Install Node.js.
🌐
GitHub
github.com › actions › setup-node
GitHub - actions/setup-node: Set up your GitHub Actions workflow with a specific version of node.js · GitHub
If your package.json file does not include a packageManager field set to npm, caching will be disabled unless you explicitly enable it. For workflows with elevated privileges or access to sensitive information, we recommend disabling automatic caching for npm by setting package-manager-cache: false when caching is not required for secure operation. jobs: build: runs-on: ubuntu-latest strategy: matrix: node: [ 20, 22, 24 ] name: Node ${{ matrix.node }} sample steps: - uses: actions/checkout@v6 - name: Setup node uses: actions/setup-node@v6 with: node-version: ${{ matrix.node }} - run: npm ci - run: npm test
Starred by 4.7K users
Forked by 1.6K users
Languages   TypeScript 97.9% | JavaScript 1.1% | Shell 1.0%
🌐
Pluralsight
pluralsight.com › tech insights & how-to guides › tech guides & tutorials
How to Install NPM Packages from GitHub | Pluralsight
April 23, 2025 - The branch name can be used to install a branch as a package: ... npm install use_name/node_project@tag #user_name/node_project@release npm install use_name/node_project@version #user_name/[email protected]
🌐
GitHub
gist.github.com › letanure › 28c8bba1e44d462c1d94
node install · GitHub
Node.js is available through the ports system. ... Simply download the Macintosh Installer direct from the nodejs.org web site.