Downloads:
5,302,791
Downloads of v 8.15.1:
532
Last Update:
28 Feb 2019
Package Maintainer(s):
Software Author(s):
- Node.js Foundation
Tags:
nodejs node javascript npm admin foss cross-platform- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Node JS
This is not the latest version of Node JS available.
- 1
- 2
- 3
8.15.1 | Updated: 28 Feb 2019
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
5,302,791
Downloads of v 8.15.1:
532
Maintainer(s):
Software Author(s):
- Node.js Foundation
Node JS 8.15.1
This is not the latest version of Node JS available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Node.js Foundation. The inclusion of Node.js Foundation trademark(s), if any, upon this webpage is solely to identify Node.js Foundation goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Node JS, run the following command from the command line or from PowerShell:
To upgrade Node JS, run the following command from the command line or from PowerShell:
To uninstall Node JS, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download nodejs --internalize --version=8.15.1 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade nodejs -y --source="'INTERNAL REPO URL'" --version="'8.15.1'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade nodejs -y --source="'INTERNAL REPO URL'" --version="'8.15.1'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install nodejs
win_chocolatey:
name: nodejs
version: '8.15.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'nodejs' do
action :install
source 'INTERNAL REPO URL'
version '8.15.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller nodejs
{
Name = "nodejs"
Version = "8.15.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'nodejs':
ensure => '8.15.1',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 28 Feb 2019.
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.
This package runs the official Node JS installer, resulting in Node.exe and NPM being installed under Program Files, and added to the SYSTEM PATH environment variable.
Notes
While this package now provides both Current and LTS releases of Node.js, it is still recommended to use the nodejs-lts package if only targeting the latest LTS release is required.
Log in or click on link to see number of positives.
- nodejs.8.15.1.nupkg (412eaa527506) - ## / 56
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Node JS 22.9.0 | 54220 | Wednesday, September 18, 2024 | Approved | |
Node JS 22.8.0 | 19411 | Tuesday, September 3, 2024 | Approved | |
Node JS 22.7.0 | 16743 | Thursday, August 22, 2024 | Approved | |
Node JS 22.6.0 | 20561 | Tuesday, August 6, 2024 | Approved | |
Node JS 22.5.1 | 24571 | Friday, July 19, 2024 | Approved | |
Node JS 22.5.0 | 4789 | Wednesday, July 17, 2024 | Approved | |
Node JS 22.4.1 | 21282 | Tuesday, July 9, 2024 | Approved | |
Node JS 22.4.0 | 11524 | Tuesday, July 2, 2024 | Approved | |
Node JS 22.3.0 | 32229 | Wednesday, June 12, 2024 | Approved | |
Node JS 22.2.0 | 43026 | Thursday, May 16, 2024 | Approved | |
Node JS 22.1.0 | 47227 | Thursday, May 2, 2024 | Approved | |
Node JS 22.0.0 | 22444 | Thursday, April 25, 2024 | Approved | |
Node JS 21.7.3 | 2248 | Thursday, April 25, 2024 | Approved | |
Node JS 21.7.1 | 131320 | Saturday, March 9, 2024 | Approved | |
Node JS 21.7.0 | 5304 | Thursday, March 7, 2024 | Approved | |
Node JS 21.6.2 | 74571 | Thursday, February 15, 2024 | Approved | |
Node JS 21.6.1 | 153240 | Tuesday, January 23, 2024 | Approved | |
Node JS 21.6.0 | 22223 | Monday, January 15, 2024 | Approved | |
Node JS 21.5.0 | 7777 | Wednesday, December 20, 2023 | Approved | |
Node JS 21.4.0 | 130358 | Tuesday, December 5, 2023 | Approved | |
Node JS 21.3.0 | 20107 | Friday, December 1, 2023 | Approved | |
Node JS 21.2.0 | 99096 | Tuesday, November 14, 2023 | Approved | |
Node JS 21.1.0 | 100440 | Tuesday, October 24, 2023 | Approved | |
Node JS 21.0.0 | 25986 | Tuesday, October 17, 2023 | Approved | |
Node JS 20.18.0 | 396 | Thursday, October 3, 2024 | Approved | |
Node JS 20.17.0 | 860 | Wednesday, August 21, 2024 | Approved | |
Node JS 20.16.0 | 1083 | Wednesday, July 24, 2024 | Approved | |
Node JS 20.15.1 | 341 | Tuesday, July 9, 2024 | Approved | |
Node JS 20.15.0 | 442 | Thursday, June 20, 2024 | Approved | |
Node JS 20.14.0 | 726 | Tuesday, May 28, 2024 | Approved | |
Node JS 20.13.1 | 1232 | Thursday, May 9, 2024 | Approved | |
Node JS 20.13.0 | 89 | Tuesday, May 7, 2024 | Approved | |
Node JS 20.12.2 | 6001 | Thursday, April 25, 2024 | Approved | |
Node JS 20.11.1 | 4631 | Thursday, February 15, 2024 | Approved | |
Node JS 20.11.0 | 1641 | Wednesday, January 10, 2024 | Approved | |
Node JS 20.10.0 | 1744 | Wednesday, November 22, 2023 | Approved | |
Node JS 20.9.0 | 2202 | Tuesday, October 24, 2023 | Approved | |
Node JS 20.8.1 | 13130 | Saturday, October 14, 2023 | Approved | |
Node JS 20.8.0 | 17432 | Friday, September 29, 2023 | Approved | |
Node JS 20.7.0 | 65430 | Tuesday, September 19, 2023 | Approved | |
Node JS 20.6.1 | 3611 | Friday, September 8, 2023 | Approved | |
Node JS 20.6.0 | 23530 | Tuesday, September 5, 2023 | Approved | |
Node JS 20.5.1 | 41376 | Wednesday, August 9, 2023 | Approved | |
Node JS 20.5.0 | 37100 | Friday, July 21, 2023 | Approved | |
Node JS 20.4.0 | 31550 | Wednesday, July 5, 2023 | Approved | |
Node JS 20.3.1 | 18811 | Monday, June 26, 2023 | Approved | |
Node JS 20.3.0 | 22437 | Thursday, June 8, 2023 | Approved | |
Node JS 20.2.0 | 32940 | Wednesday, May 17, 2023 | Approved | |
Node JS 20.1.0 | 21205 | Thursday, May 4, 2023 | Approved | |
Node JS 20.0.0 | 24688 | Tuesday, April 18, 2023 | Approved | |
Node JS 19.9.0 | 18073 | Tuesday, April 11, 2023 | Approved | |
Node JS 19.8.1 | 29512 | Thursday, March 16, 2023 | Approved | |
Node JS 19.8.0 | 4067 | Wednesday, March 15, 2023 | Approved | |
Node JS 19.7.0 | 28709 | Wednesday, February 22, 2023 | Approved | |
Node JS 19.6.0 | 58192 | Thursday, February 2, 2023 | Approved | |
Node JS 19.5.0 | 16933 | Wednesday, January 25, 2023 | Approved | |
Node JS 19.4.0 | 23588 | Friday, January 6, 2023 | Approved | |
Node JS 19.3.0 | 7557 | Wednesday, December 14, 2022 | Approved | |
Node JS 19.2.0 | 37559 | Wednesday, November 30, 2022 | Approved | |
Node JS 19.1.0 | 14569 | Monday, November 14, 2022 | Approved | |
Node JS 19.0.0 | 24648 | Thursday, November 3, 2022 | Approved | |
Node JS 18.20.3 | 12517 | Tuesday, May 21, 2024 | Approved | |
Node JS 18.20.2 | 2536 | Thursday, April 25, 2024 | Approved | |
Node JS 18.18.2 | 17559 | Saturday, October 14, 2023 | Approved | |
Node JS 18.18.1 | 10788 | Wednesday, October 11, 2023 | Approved | |
Node JS 18.18.0 | 7357 | Tuesday, September 19, 2023 | Approved | |
Node JS 18.17.1 | 16037 | Wednesday, August 9, 2023 | Approved | |
Node JS 18.17.0 | 5168 | Wednesday, July 19, 2023 | Approved | |
Node JS 18.16.1 | 12241 | Monday, June 26, 2023 | Approved | |
Node JS 18.16.0 | 14115 | Thursday, April 13, 2023 | Approved | |
Node JS 18.15.0 | 13235 | Wednesday, March 8, 2023 | Approved | |
Node JS 18.14.2 | 3154 | Wednesday, February 22, 2023 | Approved | |
Node JS 18.14.1 | 707 | Friday, February 17, 2023 | Approved | |
Node JS 18.14.0 | 693 | Friday, February 3, 2023 | Approved | |
Node JS 18.13.0 | 1345 | Friday, January 6, 2023 | Approved | |
Node JS 18.12.1 | 10906 | Saturday, November 5, 2022 | Approved | |
Node JS 18.12.0 | 16445 | Wednesday, October 26, 2022 | Approved | |
Node JS 18.11.0 | 21180 | Friday, October 14, 2022 | Approved | |
Node JS 18.10.0 | 20799 | Wednesday, September 28, 2022 | Approved | |
Node JS 18.9.1 | 8407 | Friday, September 23, 2022 | Approved | |
Node JS 18.9.0 | 18477 | Thursday, September 8, 2022 | Approved | |
Node JS 18.8.0 | 17290 | Wednesday, August 24, 2022 | Approved | |
Node JS 18.7.0 | 33921 | Wednesday, July 27, 2022 | Approved | |
Node JS 18.6.0 | 17957 | Thursday, July 14, 2022 | Approved | |
Node JS 18.5.0 | 10141 | Thursday, July 7, 2022 | Approved | |
Node JS 18.4.0 | 23241 | Thursday, June 16, 2022 | Approved | |
Node JS 18.3.0 | 17661 | Thursday, June 2, 2022 | Approved | |
Node JS 17.9.1 | 1462 | Thursday, June 2, 2022 | Approved | |
Node JS 17.9.0 | 51244 | Friday, April 8, 2022 | Approved | |
Node JS 17.8.0 | 20139 | Tuesday, March 22, 2022 | Approved | |
Node JS 17.7.2 | 7702 | Friday, March 18, 2022 | Approved | |
Node JS 17.7.1 | 10935 | Friday, March 11, 2022 | Approved | |
Node JS 17.7.0 | 3474 | Wednesday, March 9, 2022 | Approved | |
Node JS 17.6.0 | 17576 | Wednesday, February 23, 2022 | Approved | |
Node JS 17.5.0 | 16107 | Friday, February 11, 2022 | Approved | |
Node JS 17.4.0 | 29671 | Wednesday, January 19, 2022 | Approved | |
Node JS 17.3.1 | 12549 | Tuesday, January 11, 2022 | Approved | |
Node JS 17.3.0 | 23370 | Saturday, December 18, 2021 | Approved | |
Node JS 17.2.0 | 20816 | Tuesday, November 30, 2021 | Approved | |
Node JS 17.1.0 | 24729 | Wednesday, November 10, 2021 | Approved | |
Node JS 17.0.1 | 25797 | Thursday, October 21, 2021 | Approved | |
Node JS 17.0.0 | 2399 | Tuesday, October 19, 2021 | Approved | |
Node JS 16.20.1 | 3670 | Monday, June 26, 2023 | Approved | |
Node JS 16.20.0 | 14747 | Thursday, March 30, 2023 | Approved | |
Node JS 16.19.1 | 2514 | Friday, February 17, 2023 | Approved | |
Node JS 16.19.0 | 7446 | Tuesday, December 13, 2022 | Approved | |
Node JS 16.18.1 | 10865 | Friday, November 4, 2022 | Approved | |
Node JS 16.18.0 | 3774 | Wednesday, October 12, 2022 | Approved | |
Node JS 16.17.1 | 16207 | Friday, September 23, 2022 | Approved | |
Node JS 16.17.0 | 19234 | Tuesday, August 16, 2022 | Approved | |
Node JS 16.16.0 | 21723 | Thursday, July 7, 2022 | Approved | |
Node JS 16.15.1 | 8081 | Thursday, June 2, 2022 | Approved | |
Node JS 16.14.2 | 15224 | Friday, March 18, 2022 | Approved | |
Node JS 16.14.1 | 416 | Wednesday, March 16, 2022 | Approved | |
Node JS 16.14.0 | 44322 | Wednesday, February 9, 2022 | Approved | |
Node JS 16.13.2 | 9996 | Tuesday, January 11, 2022 | Approved | |
Node JS 16.13.1 | 87360 | Wednesday, December 1, 2021 | Approved | |
Node JS 16.13.0 | 6886 | Tuesday, October 26, 2021 | Approved | |
Node JS 16.12.0 | 1315 | Wednesday, October 20, 2021 | Approved | |
Node JS 16.11.1 | 13063 | Tuesday, October 12, 2021 | Approved | |
Node JS 16.11.0 | 7207 | Friday, October 8, 2021 | Approved | |
Node JS 16.10.0 | 36113 | Thursday, September 23, 2021 | Approved | |
Node JS 16.9.1 | 30905 | Saturday, September 11, 2021 | Approved | |
Node JS 16.9.0 | 6732 | Tuesday, September 7, 2021 | Approved | |
Node JS 16.8.0 | 16643 | Thursday, August 26, 2021 | Approved | |
Node JS 16.7.0 | 12455 | Wednesday, August 18, 2021 | Approved | |
Node JS 16.6.2 | 10465 | Wednesday, August 11, 2021 | Approved | |
Node JS 16.6.1 | 13987 | Tuesday, August 3, 2021 | Approved | |
Node JS 16.6.0 | 7433 | Friday, July 30, 2021 | Approved | |
Node JS 16.5.0 | 21888 | Wednesday, July 14, 2021 | Approved | |
Node JS 16.4.2 | 15089 | Monday, July 5, 2021 | Approved | |
Node JS 16.4.0 | 25959 | Wednesday, June 23, 2021 | Approved | |
Node JS 16.3.0 | 31807 | Thursday, June 3, 2021 | Approved | |
Node JS 16.2.0 | 24165 | Wednesday, May 19, 2021 | Approved | |
Node JS 16.1.0 | 24079 | Tuesday, May 4, 2021 | Approved | |
Node JS 16.0.0 | 27696 | Tuesday, April 20, 2021 | Approved | |
Node JS 15.14.0 | 25176 | Wednesday, April 7, 2021 | Approved | |
Node JS 15.13.0 | 8271 | Wednesday, March 31, 2021 | Approved | |
Node JS 15.12.0 | 23625 | Thursday, March 18, 2021 | Approved | |
Node JS 15.11.0 | 23892 | Wednesday, March 3, 2021 | Approved | |
Node JS 15.10.0 | 14133 | Tuesday, February 23, 2021 | Approved | |
Node JS 15.9.0 | 9828 | Thursday, February 18, 2021 | Approved | |
Node JS 15.8.0 | 24835 | Wednesday, February 3, 2021 | Approved | |
Node JS 15.7.0 | 12832 | Tuesday, January 26, 2021 | Approved | |
Node JS 15.6.0 | 9471 | Friday, January 15, 2021 | Approved | |
Node JS 15.5.1 | 26604 | Tuesday, January 5, 2021 | Approved | |
Node JS 15.5.0 | 15724 | Wednesday, December 23, 2020 | Approved | |
Node JS 15.4.0 | 20162 | Wednesday, December 9, 2020 | Approved | |
Node JS 15.3.0 | 26888 | Tuesday, November 24, 2020 | Approved | |
Node JS 15.2.1 | 11805 | Monday, November 16, 2020 | Approved | |
Node JS 15.2.0 | 12279 | Wednesday, November 11, 2020 | Approved | |
Node JS 15.1.0 | 18356 | Thursday, November 5, 2020 | Approved | |
Node JS 15.0.1 | 22232 | Thursday, October 22, 2020 | Approved | |
Node JS 15.0.0 | 4752 | Tuesday, October 20, 2020 | Approved | |
Node JS 14.21.3 | 5294 | Friday, February 17, 2023 | Approved | |
Node JS 14.21.2 | 854 | Tuesday, December 13, 2022 | Approved | |
Node JS 14.21.1 | 840 | Friday, November 4, 2022 | Approved | |
Node JS 14.21.0 | 201 | Wednesday, November 2, 2022 | Approved | |
Node JS 14.20.1 | 548 | Friday, September 23, 2022 | Approved | |
Node JS 14.20.0 | 4252 | Thursday, July 7, 2022 | Approved | |
Node JS 14.19.3 | 1082 | Thursday, June 2, 2022 | Approved | |
Node JS 14.19.1 | 23389 | Friday, March 18, 2022 | Approved | |
Node JS 14.19.0 | 4012 | Tuesday, February 1, 2022 | Approved | |
Node JS 14.18.3 | 5036 | Tuesday, January 11, 2022 | Approved | |
Node JS 14.18.2 | 2868 | Tuesday, November 30, 2021 | Approved | |
Node JS 14.18.1 | 5316 | Tuesday, October 12, 2021 | Approved | |
Node JS 14.18.0 | 2273 | Tuesday, September 28, 2021 | Approved | |
Node JS 14.17.5 | 9373 | Wednesday, August 11, 2021 | Approved | |
Node JS 14.17.3 | 9433 | Monday, July 5, 2021 | Approved | |
Node JS 14.17.0 | 18825 | Wednesday, May 12, 2021 | Approved | |
Node JS 14.16.1 | 5740 | Wednesday, April 7, 2021 | Approved | |
Node JS 14.16.0 | 160 | Tuesday, February 23, 2021 | Approved | |
Node JS 14.15.5 | 3789 | Tuesday, February 9, 2021 | Approved | |
Node JS 14.15.4 | 10388 | Tuesday, January 5, 2021 | Approved | |
Node JS 14.15.3 | 1270 | Friday, December 18, 2020 | Approved | |
Node JS 14.15.2 | 320 | Wednesday, December 16, 2020 | Approved | |
Node JS 14.15.1 | 1901 | Monday, November 16, 2020 | Approved | |
Node JS 14.15.0 | 11127 | Tuesday, October 27, 2020 | Approved | |
Node JS 14.14.0 | 6915 | Friday, October 16, 2020 | Approved | |
Node JS 14.13.1 | 15674 | Thursday, October 8, 2020 | Approved | |
Node JS 14.13.0 | 12096 | Wednesday, September 30, 2020 | Approved | |
Node JS 14.12.0 | 11057 | Wednesday, September 23, 2020 | Approved | |
Node JS 14.11.0 | 10890 | Wednesday, September 16, 2020 | Approved | |
Node JS 14.10.1 | 8470 | Thursday, September 10, 2020 | Approved | |
Node JS 14.10.0 | 4791 | Tuesday, September 8, 2020 | Approved | |
Node JS 14.8.0 | 30036 | Tuesday, August 11, 2020 | Approved | |
Node JS 14.7.0 | 14157 | Thursday, July 30, 2020 | Approved | |
Node JS 14.6.0 | 13569 | Wednesday, July 22, 2020 | Approved | |
Node JS 14.5.0 | 22392 | Wednesday, July 1, 2020 | Approved | |
Node JS 14.4.0 | 27211 | Wednesday, June 3, 2020 | Approved | |
Node JS 14.3.0 | 16193 | Wednesday, May 20, 2020 | Approved | |
Node JS 14.2.0 | 16825 | Wednesday, May 6, 2020 | Approved | |
Node JS 14.1.0 | 5088 | Thursday, April 30, 2020 | Approved | |
Node JS 14.0.0 | 14263 | Tuesday, April 21, 2020 | Approved | |
Node JS 13.14.0 | 42314 | Tuesday, June 2, 2020 | Approved | |
Node JS 13.13.0 | 10366 | Wednesday, April 15, 2020 | Approved | |
Node JS 13.12.0 | 22522 | Friday, March 27, 2020 | Approved | |
Node JS 13.11.0 | 14844 | Thursday, March 12, 2020 | Approved | |
Node JS 13.10.1 | 12510 | Thursday, March 5, 2020 | Approved | |
Node JS 13.9.0 | 15107 | Wednesday, February 19, 2020 | Approved | |
Node JS 13.7.0 | 23975 | Wednesday, January 22, 2020 | Approved | |
Node JS 13.6.0 | 5600 | Wednesday, January 8, 2020 | Approved | |
Node JS 13.5.0 | 23573 | Thursday, December 19, 2019 | Approved | |
Node JS 13.3.0 | 12873 | Wednesday, December 4, 2019 | Approved | |
Node JS 13.2.0 | 13480 | Friday, November 22, 2019 | Approved | |
Node JS 13.1.0 | 11096 | Wednesday, November 6, 2019 | Approved | |
Node JS 13.0.1 | 21424 | Wednesday, October 23, 2019 | Approved | |
Node JS 13.0.0 | 4940 | Tuesday, October 22, 2019 | Approved | |
Node JS 12.22.12 | 2567 | Tuesday, April 5, 2022 | Approved | |
Node JS 12.22.11 | 262 | Friday, March 18, 2022 | Approved | |
Node JS 12.22.10 | 245 | Wednesday, February 2, 2022 | Approved | |
Node JS 12.22.9 | 461 | Tuesday, January 11, 2022 | Approved | |
Node JS 12.22.8 | 190 | Friday, December 17, 2021 | Approved | |
Node JS 12.22.7 | 1152 | Tuesday, October 12, 2021 | Approved | |
Node JS 12.22.6 | 1973 | Tuesday, August 31, 2021 | Approved | |
Node JS 12.22.5 | 321 | Wednesday, August 11, 2021 | Approved | |
Node JS 12.22.3 | 547 | Monday, July 5, 2021 | Approved | |
Node JS 12.22.1 | 2251 | Wednesday, April 7, 2021 | Approved | |
Node JS 12.22.0 | 8150 | Tuesday, March 30, 2021 | Approved | |
Node JS 12.21.0 | 4940 | Tuesday, February 23, 2021 | Approved | |
Node JS 12.20.2 | 409 | Thursday, February 11, 2021 | Approved | |
Node JS 12.20.1 | 7091 | Tuesday, January 5, 2021 | Approved | |
Node JS 12.20.0 | 1887 | Tuesday, November 24, 2020 | Approved | |
Node JS 12.19.1 | 474 | Monday, November 16, 2020 | Approved | |
Node JS 12.19.0 | 3281 | Wednesday, October 7, 2020 | Approved | |
Node JS 12.18.4 | 1385 | Wednesday, September 16, 2020 | Approved | |
Node JS 12.18.3 | 5611 | Wednesday, July 22, 2020 | Approved | |
Node JS 12.18.2 | 1464 | Tuesday, June 30, 2020 | Approved | |
Node JS 12.18.1 | 869 | Wednesday, June 17, 2020 | Approved | |
Node JS 12.18.0 | 1124 | Wednesday, June 3, 2020 | Approved | |
Node JS 12.17.0 | 1873 | Tuesday, May 26, 2020 | Approved | |
Node JS 12.16.3 | 3140 | Tuesday, April 28, 2020 | Approved | |
Node JS 12.16.2 | 2355 | Thursday, April 9, 2020 | Approved | |
Node JS 12.16.1 | 6554 | Wednesday, February 19, 2020 | Approved | |
Node JS 12.16.0 | 2221 | Wednesday, February 12, 2020 | Approved | |
Node JS 12.15.0 | 4417 | Thursday, February 6, 2020 | Approved | |
Node JS 12.14.1 | 9951 | Tuesday, January 7, 2020 | Approved | |
Node JS 12.14.0 | 1504 | Wednesday, December 18, 2019 | Approved | |
Node JS 12.13.1 | 4329 | Tuesday, November 19, 2019 | Approved | |
Node JS 12.13.0 | 12056 | Monday, October 21, 2019 | Approved | |
Node JS 12.12.0 | 12380 | Saturday, October 12, 2019 | Approved | |
Node JS 12.11.1 | 11415 | Tuesday, October 1, 2019 | Approved | |
Node JS 12.11.0 | 7162 | Thursday, September 26, 2019 | Approved | |
Node JS 12.10.0 | 25652 | Thursday, September 5, 2019 | Approved | |
Node JS 12.9.1 | 18939 | Tuesday, August 27, 2019 | Approved | |
Node JS 12.9.0 | 6872 | Wednesday, August 21, 2019 | Approved | |
Node JS 12.8.1 | 7925 | Thursday, August 15, 2019 | Approved | |
Node JS 12.8.0 | 11309 | Wednesday, August 7, 2019 | Approved | |
Node JS 12.7.0 | 14656 | Wednesday, July 24, 2019 | Approved | |
Node JS 12.6.0 | 15606 | Wednesday, July 3, 2019 | Approved | |
Node JS 12.5.0 | 5774 | Thursday, June 27, 2019 | Approved | |
Node JS 12.4.0 | 18882 | Tuesday, June 4, 2019 | Approved | |
Node JS 12.3.1 | 10417 | Wednesday, May 22, 2019 | Approved | |
Node JS 12.3.0 | 806 | Wednesday, May 22, 2019 | Approved | |
Node JS 12.2.0 | 11282 | Wednesday, May 8, 2019 | Approved | |
Node JS 12.1.0 | 17946 | Monday, April 29, 2019 | Approved | |
Node JS 12.0.0 | 7098 | Tuesday, April 23, 2019 | Approved | |
Node JS 11.15.0 | 4793 | Tuesday, April 30, 2019 | Approved | |
Node JS 11.14.0 | 10606 | Thursday, April 11, 2019 | Approved | |
Node JS 11.13.0 | 12451 | Friday, March 29, 2019 | Approved | |
Node JS 11.12.0 | 10746 | Saturday, March 16, 2019 | Approved | |
Node JS 11.11.0 | 7937 | Thursday, March 7, 2019 | Approved | |
Node JS 11.10.1 | 6460 | Thursday, February 28, 2019 | Approved | |
Node JS 11.10.0 | 115942 | Friday, February 15, 2019 | Approved | |
Node JS 11.9.0 | 15932 | Thursday, January 31, 2019 | Approved | |
Node JS 11.8.0 | 5629 | Friday, January 25, 2019 | Approved | |
Node JS 11.7.0 | 6941 | Friday, January 18, 2019 | Approved | |
Node JS 11.6.0 | 15868 | Wednesday, December 26, 2018 | Approved | |
Node JS 11.5.0 | 5002 | Wednesday, December 19, 2018 | Approved | |
Node JS 11.4.0 | 7175 | Friday, December 7, 2018 | Approved | |
Node JS 11.3.0 | 7113 | Wednesday, November 28, 2018 | Approved | |
Node JS 11.2.0 | 2304 | Monday, November 26, 2018 | Approved | |
Node JS 10.24.1 | 2902 | Wednesday, April 7, 2021 | Approved | |
Node JS 10.24.0 | 552 | Tuesday, February 23, 2021 | Approved | |
Node JS 10.23.3 | 213 | Wednesday, February 10, 2021 | Approved | |
Node JS 10.23.2 | 187 | Tuesday, January 26, 2021 | Approved | |
Node JS 10.23.1 | 4386 | Tuesday, January 5, 2021 | Approved | |
Node JS 10.23.0 | 1200 | Tuesday, October 27, 2020 | Approved | |
Node JS 10.22.1 | 762 | Wednesday, September 16, 2020 | Approved | |
Node JS 10.22.0 | 4175 | Tuesday, July 21, 2020 | Approved | |
Node JS 10.21.0 | 1243 | Wednesday, June 3, 2020 | Approved | |
Node JS 10.20.1 | 904 | Sunday, April 12, 2020 | Approved | |
Node JS 10.20.0 | 639 | Wednesday, April 8, 2020 | Approved | |
Node JS 10.18.1 | 1417 | Friday, January 10, 2020 | Approved | |
Node JS 10.18.0 | 2754 | Wednesday, December 18, 2019 | Approved | |
Node JS 10.17.0 | 2599 | Tuesday, October 22, 2019 | Approved | |
Node JS 10.16.3 | 21774 | Friday, August 16, 2019 | Approved | |
Node JS 10.16.2 | 700 | Wednesday, August 7, 2019 | Approved | |
Node JS 10.16.1 | 616 | Thursday, August 1, 2019 | Approved | |
Node JS 10.16.0 | 4457 | Wednesday, May 29, 2019 | Approved | |
Node JS 10.15.3 | 5647 | Tuesday, March 5, 2019 | Approved | |
Node JS 10.15.2 | 698 | Thursday, February 28, 2019 | Approved | |
Node JS 10.15.1 | 9880 | Wednesday, January 30, 2019 | Approved | |
Node JS 10.15.0 | 4029 | Wednesday, December 26, 2018 | Approved | |
Node JS 10.14.2 | 2953 | Wednesday, December 12, 2018 | Approved | |
Node JS 10.14.1 | 3020 | Thursday, November 29, 2018 | Approved | |
Node JS 10.14.0 | 528 | Wednesday, November 28, 2018 | Approved | |
Node JS 10.13.0 | 18077 | Tuesday, October 30, 2018 | Approved | |
Node JS 10.11.0 | 23404 | Thursday, September 20, 2018 | Approved | |
Node JS 10.10.0 | 9217 | Friday, September 7, 2018 | Approved | |
Node JS 10.9.0 | 13218 | Thursday, August 16, 2018 | Approved | |
Node JS 10.8.0 | 8068 | Thursday, August 2, 2018 | Approved | |
Node JS 10.7.0 | 11069 | Thursday, July 19, 2018 | Approved | |
Node JS 10.6.0 | 8271 | Wednesday, July 4, 2018 | Approved | |
Node JS 10.5.0 | 9785 | Thursday, June 21, 2018 | Approved | |
Node JS 10.4.1 | 5841 | Wednesday, June 13, 2018 | Approved | |
Node JS 10.4.0 | 4896 | Wednesday, June 6, 2018 | Approved | |
Node JS 10.3.0 | 5904 | Tuesday, May 29, 2018 | Approved | |
Node JS 10.2.1 | 3668 | Friday, May 25, 2018 | Approved | |
Node JS 10.2.0 | 1664 | Thursday, May 24, 2018 | Approved | |
Node JS 10.1.0 | 13800 | Wednesday, May 9, 2018 | Approved | |
Node JS 10.0.0 | 8871 | Wednesday, April 25, 2018 | Approved | |
Node JS 9.11.2 | 716 | Saturday, May 4, 2019 | Approved | |
Node JS 9.11.1 | 13622 | Thursday, April 5, 2018 | Approved | |
Node JS 9.10.1 | 4994 | Friday, March 30, 2018 | Approved | |
Node JS 9.10.0 | 1260 | Wednesday, March 28, 2018 | Approved | |
Node JS 9.9.0 | 5403 | Wednesday, March 21, 2018 | Approved | |
Node JS 9.8.0 | 8030 | Thursday, March 8, 2018 | Approved | |
Node JS 9.7.1 | 4723 | Friday, March 2, 2018 | Approved | |
Node JS 9.7.0 | 1388 | Thursday, March 1, 2018 | Approved | |
Node JS 9.6.1 | 3853 | Friday, February 23, 2018 | Approved | |
Node JS 9.6.0 | 1884 | Thursday, February 22, 2018 | Approved | |
Node JS 9.5.0 | 10767 | Thursday, February 1, 2018 | Approved | |
Node JS 9.4.0 | 11208 | Wednesday, January 10, 2018 | Approved | |
Node JS 9.3.0 | 12078 | Wednesday, December 13, 2017 | Approved | |
Node JS 9.2.1 | 3220 | Friday, December 8, 2017 | Approved | |
Node JS 9.2.0 | 14360 | Wednesday, November 15, 2017 | Approved | |
Node JS 9.1.0 | 4929 | Tuesday, November 7, 2017 | Approved | |
Node JS 9.0.0 | 5111 | Tuesday, October 31, 2017 | Approved | |
Node JS 8.17.0 | 3440 | Wednesday, December 18, 2019 | Approved | |
Node JS 8.16.2 | 471 | Thursday, October 10, 2019 | Approved | |
Node JS 8.16.1 | 487 | Friday, August 16, 2019 | Approved | |
Node JS 8.16.0 | 2063 | Wednesday, April 17, 2019 | Approved | |
Node JS 8.15.1 | 532 | Thursday, February 28, 2019 | Approved | |
Node JS 8.15.0 | 1195 | Wednesday, December 26, 2018 | Approved | |
Node JS 8.14.1 | 351 | Tuesday, December 18, 2018 | Approved | |
Node JS 8.14.0 | 447 | Wednesday, November 28, 2018 | Approved | |
Node JS 8.13.0 | 386 | Wednesday, November 21, 2018 | Approved | |
Node JS 8.12.0 | 4393 | Tuesday, September 11, 2018 | Approved | |
Node JS 8.11.4 | 2118 | Thursday, August 16, 2018 | Approved | |
Node JS 8.11.3 | 3739 | Wednesday, June 13, 2018 | Approved | |
Node JS 8.11.2 | 1517 | Wednesday, May 16, 2018 | Approved | |
Node JS 8.11.1 | 2700 | Friday, March 30, 2018 | Approved | |
Node JS 8.11.0 | 1241 | Wednesday, March 28, 2018 | Approved | |
Node JS 8.10.0 | 2141 | Wednesday, March 7, 2018 | Approved | |
Node JS 8.9.4 | 66200 | Wednesday, January 3, 2018 | Approved | |
Node JS 8.9.3 | 1597 | Friday, December 8, 2017 | Approved | |
Node JS 8.9.2 | 636 | Wednesday, December 6, 2017 | Approved | |
Node JS 8.9.1 | 2284 | Wednesday, November 8, 2017 | Approved | |
Node JS 8.9.0.20171107 | 476 | Tuesday, November 7, 2017 | Approved | |
Node JS 8.8.1 | 4381 | Thursday, October 26, 2017 | Approved | |
Node JS 8.8.0 | 1103 | Wednesday, October 25, 2017 | Approved | |
Node JS 8.7.0 | 8024 | Thursday, October 12, 2017 | Approved | |
Node JS 8.6.0.20170927 | 8573 | Wednesday, September 27, 2017 | Approved | |
Node JS 8.6.0 | 1702 | Wednesday, September 27, 2017 | Approved | |
Node JS 8.5.0 | 7502 | Tuesday, September 12, 2017 | Approved | |
Node JS 8.4.0 | 13333 | Wednesday, August 16, 2017 | Approved | |
Node JS 8.3.0 | 4530 | Thursday, August 10, 2017 | Approved | |
Node JS 8.2.1 | 13323 | Friday, July 21, 2017 | Approved | |
Node JS 8.2.0 | 961 | Thursday, July 20, 2017 | Approved | |
Node JS 8.1.4 | 6775 | Tuesday, July 11, 2017 | Approved | |
Node JS 8.1.3 | 8326 | Thursday, June 29, 2017 | Approved | |
Node JS 8.1.2 | 10184 | Thursday, June 15, 2017 | Approved | |
Node JS 8.1.1 | 2531 | Wednesday, June 14, 2017 | Approved | |
Node JS 8.1.0 | 4833 | Thursday, June 8, 2017 | Approved | |
Node JS 8.0.0 | 9222 | Wednesday, May 31, 2017 | Approved | |
Node JS 7.10.1 | 343 | Saturday, May 4, 2019 | Approved | |
Node JS 7.10.0 | 16542 | Wednesday, May 3, 2017 | Approved | |
Node JS 7.9.0 | 9012 | Wednesday, April 12, 2017 | Approved | |
Node JS 7.8.0 | 5864 | Wednesday, March 29, 2017 | Approved | |
Node JS 7.7.4 | 3823 | Wednesday, March 22, 2017 | Approved | |
Node JS 7.7.3 | 3802 | Wednesday, March 15, 2017 | Approved | |
Node JS 7.7.2 | 3200 | Thursday, March 9, 2017 | Approved | |
Node JS 7.7.1 | 3895 | Thursday, March 2, 2017 | Approved | |
Node JS 7.7.0 | 1301 | Wednesday, March 1, 2017 | Approved | |
Node JS 7.6.0 | 3836 | Wednesday, February 22, 2017 | Approved | |
Node JS 7.5.0 | 7265 | Wednesday, February 1, 2017 | Approved | |
Node JS 7.4.0 | 3654 | Tuesday, January 24, 2017 | Approved | |
Node JS 7.3.0 | 10451 | Tuesday, December 20, 2016 | Approved | |
Node JS 7.2.1 | 4875 | Wednesday, December 7, 2016 | Approved | |
Node JS 7.2.0 | 4943 | Wednesday, November 23, 2016 | Approved | |
Node JS 7.1.0 | 5326 | Tuesday, November 8, 2016 | Approved | |
Node JS 7.0.0 | 5591 | Tuesday, October 25, 2016 | Approved | |
Node JS 6.17.1 | 868 | Thursday, April 4, 2019 | Approved | |
Node JS 6.17.0 | 302 | Thursday, February 28, 2019 | Approved | |
Node JS 6.16.0 | 456 | Wednesday, December 26, 2018 | Approved | |
Node JS 6.15.1 | 279 | Monday, December 3, 2018 | Approved | |
Node JS 6.15.0 | 285 | Wednesday, November 28, 2018 | Approved | |
Node JS 6.14.4 | 521 | Thursday, August 16, 2018 | Approved | |
Node JS 6.14.3 | 479 | Wednesday, June 13, 2018 | Approved | |
Node JS 6.14.2 | 474 | Monday, April 30, 2018 | Approved | |
Node JS 6.14.1 | 503 | Friday, March 30, 2018 | Approved | |
Node JS 6.14.0 | 385 | Wednesday, March 28, 2018 | Approved | |
Node JS 6.13.1 | 482 | Wednesday, March 7, 2018 | Approved | |
Node JS 6.13.0 | 475 | Wednesday, February 14, 2018 | Approved | |
Node JS 6.12.3 | 659 | Wednesday, January 3, 2018 | Approved | |
Node JS 6.12.2 | 469 | Friday, December 8, 2017 | Approved | |
Node JS 6.12.1 | 449 | Tuesday, December 5, 2017 | Approved | |
Node JS 6.12.0 | 753 | Tuesday, November 7, 2017 | Approved | |
Node JS 6.11.5 | 4095 | Thursday, November 2, 2017 | Approved | |
Node JS 6.9.4 | 1797 | Friday, February 3, 2017 | Approved | |
Node JS 6.9.3 | 516 | Friday, February 3, 2017 | Approved | |
Node JS 6.9.1 | 9292 | Wednesday, October 19, 2016 | Approved | |
Node JS 6.8.1 | 2134 | Saturday, October 15, 2016 | Approved | |
Node JS 6.8.0 | 1979 | Wednesday, October 12, 2016 | Approved | |
Node JS 6.7.0 | 6755 | Wednesday, September 28, 2016 | Approved | |
Node JS 6.6.0 | 6084 | Thursday, September 15, 2016 | Approved | |
Node JS 6.5.0 | 5648 | Monday, August 29, 2016 | Approved | |
Node JS 6.4.0 | 4435 | Tuesday, August 16, 2016 | Approved | |
Node JS 6.3.1 | 6733 | Friday, July 22, 2016 | Approved | |
Node JS 6.3.0 | 687 | Sunday, July 17, 2016 | Approved | |
Node JS 6.2.2 | 2524 | Friday, June 17, 2016 | Approved | |
Node JS 6.2.1 | 733 | Thursday, June 2, 2016 | Approved | |
Node JS 6.2.0 | 616 | Tuesday, May 17, 2016 | Approved | |
Node JS 6.1.0 | 703 | Sunday, May 8, 2016 | Approved | |
Node JS 5.12.0 | 293 | Saturday, May 4, 2019 | Approved | |
Node JS 5.10.1 | 6735 | Wednesday, April 6, 2016 | Approved | |
Node JS 5.10.0 | 2070 | Friday, April 1, 2016 | Approved | |
Node JS 5.9.1 | 2534 | Wednesday, March 23, 2016 | Approved | |
Node JS 5.9.0 | 2143 | Wednesday, March 16, 2016 | Approved | |
Node JS 5.8.0 | 2259 | Thursday, March 10, 2016 | Approved | |
Node JS 5.7.1 | 2057 | Thursday, March 3, 2016 | Approved | |
Node JS 5.7.0 | 4573 | Tuesday, February 23, 2016 | Approved | |
Node JS 5.6.0 | 3321 | Tuesday, February 9, 2016 | Approved | |
Node JS 5.5.0 | 3904 | Thursday, January 21, 2016 | Approved | |
Node JS 5.4.1 | 2239 | Wednesday, January 13, 2016 | Approved | |
Node JS 5.4.0 | 1803 | Wednesday, January 6, 2016 | Approved | |
Node JS 5.3.0 | 3368 | Wednesday, December 16, 2015 | Approved | |
Node JS 5.2.0 | 2351 | Wednesday, December 9, 2015 | Approved | |
Node JS 5.1.1 | 1486 | Friday, December 4, 2015 | Approved | |
Node JS 5.1.0 | 6931 | Tuesday, November 17, 2015 | Approved | |
Node JS 5.0.0 | 2533 | Friday, November 6, 2015 | Approved | |
Node JS 4.9.1 | 564 | Friday, March 30, 2018 | Approved | |
Node JS 4.9.0 | 409 | Wednesday, March 28, 2018 | Approved | |
Node JS 4.8.7 | 461 | Friday, December 8, 2017 | Approved | |
Node JS 4.8.6 | 441 | Tuesday, November 7, 2017 | Approved | |
Node JS 4.8.5 | 600 | Thursday, November 2, 2017 | Approved | |
Node JS 4.6.1 | 740 | Tuesday, October 18, 2016 | Approved | |
Node JS 4.6.0 | 1049 | Wednesday, September 28, 2016 | Approved | |
Node JS 4.5.0 | 850 | Tuesday, August 16, 2016 | Approved | |
Node JS 4.4.7 | 1767 | Tuesday, June 28, 2016 | Approved | |
Node JS 4.4.6 | 508 | Thursday, June 23, 2016 | Approved | |
Node JS 4.4.5 | 695 | Tuesday, May 24, 2016 | Approved | |
Node JS 4.4.4 | 554 | Sunday, May 8, 2016 | Approved | |
Node JS 4.4.3 | 658 | Tuesday, April 12, 2016 | Approved | |
Node JS 4.4.2 | 545 | Friday, April 1, 2016 | Approved | |
Node JS 4.4.1 | 403 | Wednesday, March 23, 2016 | Approved | |
Node JS 4.4.0 | 717 | Wednesday, March 9, 2016 | Approved | |
Node JS 4.3.2 | 538 | Thursday, March 3, 2016 | Approved | |
Node JS 4.3.1 | 2457 | Wednesday, February 17, 2016 | Approved | |
Node JS 4.3.0 | 485 | Tuesday, February 9, 2016 | Approved | |
Node JS 4.2.6 | 587 | Friday, January 22, 2016 | Approved | |
Node JS 4.2.5 | 499 | Wednesday, January 20, 2016 | Approved | |
Node JS 4.2.4 | 581 | Wednesday, December 23, 2015 | Approved | |
Node JS 4.2.3 | 517 | Friday, December 4, 2015 | Approved | |
Node JS 4.2.2 | 952 | Friday, November 6, 2015 | Approved | |
Node JS 4.2.1 | 455 | Friday, November 6, 2015 | Approved | |
Node JS 4.2.0 | 610 | Friday, November 6, 2015 | Approved | |
Node JS 4.1.2 | 5027 | Monday, October 5, 2015 | Approved | |
Node JS 4.1.1 | 2584 | Wednesday, September 23, 2015 | Approved | |
Node JS 4.1.0 | 1662 | Thursday, September 17, 2015 | Approved | |
Node JS 4.0.0 | 1768 | Thursday, September 10, 2015 | Approved | |
Node JS 0.12.7 | 17060 | Sunday, July 12, 2015 | Approved | |
Node JS 0.12.6 | 1673 | Saturday, July 4, 2015 | Approved | |
Node JS 0.12.5 | 1990 | Wednesday, June 24, 2015 | Approved | |
Node JS 0.12.4 | 4213 | Monday, May 25, 2015 | Approved | |
Node JS 0.12.3 | 1810 | Friday, May 15, 2015 | Approved | |
Node JS 0.12.2 | 5600 | Wednesday, April 1, 2015 | Approved | |
Node JS 0.12.1 | 1921 | Tuesday, March 24, 2015 | Approved | |
Node JS 0.12.0.20150213 | 4741 | Friday, February 13, 2015 | Approved | |
Node JS 0.12.0 | 2700 | Saturday, February 7, 2015 | Approved | |
Node JS 0.10.36 | 2367 | Tuesday, January 27, 2015 | Approved | |
Node JS 0.10.35 | 3433 | Friday, December 26, 2014 | Approved | |
Node JS 0.10.34 | 1287 | Thursday, December 18, 2014 | Approved | |
Node JS 0.10.33 | 25386 | Wednesday, October 29, 2014 | Approved | |
Node JS 0.10.32 | 3432 | Wednesday, September 17, 2014 | Approved | |
Node JS 0.10.31 | 1996 | Wednesday, August 20, 2014 | Approved | |
Node JS 0.10.30.20140818 | 700 | Monday, August 18, 2014 | Approved | |
Node JS 0.10.30 | 1299 | Friday, August 1, 2014 | Approved | |
Node JS 0.10.29 | 2204 | Tuesday, June 17, 2014 | Approved | |
Node JS 0.10.28 | 1930 | Saturday, May 3, 2014 | Approved | |
Node JS 0.10.27 | 590 | Friday, May 2, 2014 | Approved | |
Node JS 0.10.26 | 3928 | Wednesday, February 19, 2014 | Approved | |
Node JS 0.10.25 | 1338 | Friday, January 24, 2014 | Approved | |
Node JS 0.10.24 | 1344 | Friday, December 20, 2013 | Approved | |
Node JS 0.10.23 | 755 | Thursday, December 12, 2013 | Approved | |
Node JS 0.10.22 | 1270 | Wednesday, November 13, 2013 | Approved | |
Node JS 0.10.21 | 1044 | Saturday, October 19, 2013 | Approved | |
Node JS 0.10.20 | 973 | Tuesday, October 1, 2013 | Approved | |
Node JS 0.10.19 | 736 | Wednesday, September 25, 2013 | Approved | |
Node JS 0.10.18 | 995 | Thursday, September 5, 2013 | Approved | |
Node JS 0.10.17 | 903 | Thursday, August 22, 2013 | Approved | |
Node JS 0.10.16 | 721 | Saturday, August 17, 2013 | Approved | |
Node JS 0.10.15 | 957 | Friday, July 26, 2013 | Approved | |
Node JS 0.10.13 | 897 | Wednesday, July 10, 2013 | Approved | |
Node JS 0.10.12 | 1011 | Wednesday, June 19, 2013 | Approved | |
Node JS 0.10.11 | 724 | Friday, June 14, 2013 | Approved | |
Node JS 0.10.10 | 787 | Wednesday, June 5, 2013 | Approved | |
Node JS 0.10.9 | 717 | Friday, May 31, 2013 | Approved | |
Node JS 0.10.8 | 765 | Saturday, May 25, 2013 | Approved | |
Node JS 0.10.7 | 661 | Monday, May 20, 2013 | Approved | |
Node JS 0.10.6 | 675 | Wednesday, May 15, 2013 | Approved | |
Node JS 0.10.5 | 854 | Wednesday, April 24, 2013 | Approved | |
Node JS 0.10.4 | 759 | Friday, April 12, 2013 | Approved | |
Node JS 0.10.3 | 771 | Thursday, April 4, 2013 | Approved | |
Node JS 0.10.2 | 673 | Friday, March 29, 2013 | Approved | |
Node JS 0.10.1 | 570 | Friday, March 22, 2013 | Approved | |
Node JS 0.10.0 | 783 | Tuesday, March 12, 2013 | Approved | |
Node JS 0.8.22 | 5397 | Thursday, March 7, 2013 | Approved | |
Node JS 0.8.21 | 728 | Tuesday, February 26, 2013 | Approved | |
Node JS 0.8.20 | 729 | Saturday, February 16, 2013 | Approved | |
Node JS 0.8.19 | 695 | Thursday, February 7, 2013 | Approved | |
Node JS 0.8.18 | 802 | Saturday, January 19, 2013 | Approved | |
Node JS 0.8.17 | 725 | Thursday, January 10, 2013 | Approved | |
Node JS 0.8.16 | 632 | Friday, December 14, 2012 | Approved | |
Node JS 0.8.15 | 639 | Tuesday, November 27, 2012 | Approved | |
Node JS 0.8.14 | 597 | Friday, October 26, 2012 | Approved | |
Node JS 0.8.12 | 581 | Sunday, October 14, 2012 | Approved | |
Node JS 0.8.11 | 687 | Friday, September 28, 2012 | Approved | |
Node JS 0.8.10 | 694 | Wednesday, September 26, 2012 | Approved | |
Node JS 0.8.9 | 1347 | Wednesday, September 12, 2012 | Approved | |
Node JS 0.8.8 | 710 | Sunday, August 26, 2012 | Approved | |
Node JS 0.8.7 | 661 | Thursday, August 16, 2012 | Approved | |
Node JS 0.8.6 | 693 | Wednesday, August 8, 2012 | Approved | |
Node JS 0.8.5 | 626 | Monday, August 6, 2012 | Approved | |
Node JS 0.8.4 | 689 | Friday, July 27, 2012 | Approved | |
Node JS 0.8.3 | 646 | Friday, July 20, 2012 | Approved | |
Node JS 0.8.2 | 698 | Tuesday, July 10, 2012 | Approved | |
Node JS 0.8.1 | 738 | Friday, June 29, 2012 | Approved | |
Node JS 0.8.0 | 663 | Monday, June 25, 2012 | Approved | |
Node JS 0.6.19 | 682 | Friday, June 8, 2012 | Approved | |
Node JS 0.6.18 | 780 | Monday, May 21, 2012 | Approved | |
Node JS 0.6.17 | 674 | Friday, May 11, 2012 | Approved | |
Node JS 0.6.16 | 612 | Friday, May 11, 2012 | Approved | |
Node JS 0.6.15 | 653 | Wednesday, April 11, 2012 | Approved | |
Node JS 0.6.14 | 659 | Sunday, April 1, 2012 | Approved | |
Node JS 0.6.13 | 671 | Sunday, April 1, 2012 | Approved | |
Node JS 0.6.12 | 656 | Saturday, March 10, 2012 | Approved | |
Node JS 0.6.11.20120225 | 682 | Saturday, February 25, 2012 | Approved | |
Node JS 0.6.11 | 602 | Saturday, February 25, 2012 | Approved | |
Node JS 0.6.10 | 665 | Monday, February 6, 2012 | Approved | |
Node JS 0.6.9 | 569 | Monday, February 6, 2012 | Approved | |
Node JS 0.6.8 | 683 | Sunday, January 22, 2012 | Approved | |
Node JS 0.6.7 | 660 | Sunday, January 15, 2012 | Approved | |
Node JS 0.6.6 | 669 | Saturday, December 17, 2011 | Approved | |
Node JS 0.6.5 | 701 | Monday, December 5, 2011 | Approved | |
Node JS 0.6.4 | 610 | Friday, December 2, 2011 | Approved | |
Node JS 0.6.3 | 666 | Tuesday, November 29, 2011 | Approved | |
Node JS 0.6.2 | 582 | Tuesday, November 29, 2011 | Approved | |
Node JS 0.6.1 | 576 | Tuesday, November 29, 2011 | Approved | |
Node JS 0.6.0 | 824 | Friday, November 11, 2011 | Approved | |
Node JS 0.5.9 | 971 | Friday, October 14, 2011 | Approved | |
Node JS 0.5.8 | 682 | Saturday, October 1, 2011 | Approved | |
Node JS 0.5.7 | 619 | Tuesday, September 20, 2011 | Approved | |
Node JS 0.5.6 | 632 | Monday, September 12, 2011 | Approved | |
Node JS 0.5.5 | 687 | Tuesday, September 6, 2011 | Approved | |
Node JS 0.5.4 | 845 | Wednesday, August 24, 2011 | Approved | |
Node JS 0.5.3 | 676 | Tuesday, August 23, 2011 | Approved | |
Node JS 0.5.2 | 702 | Tuesday, August 23, 2011 | Approved | |
Node JS 0.5.1 | 727 | Tuesday, August 23, 2011 | Approved |
-
- nodejs.install (= 8.15.1)
Ground Rules:
- This discussion is only about Node JS and the Node JS package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Node JS, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.