@reggi/path-to-regexp
@reggi/path-to-regexp
dependabot/npm_and_yarn/main/copy-to-clipboard-4.0.2
dependabot/npm_and_yarn/main/eslint-10.4.0
dependabot/npm_and_yarn/main/npmcli/eslint-config-7.0.0
dependabot/npm_and_yarn/main/proc-log-7.0.0
dependabot/npm_and_yarn/npm_and_yarn-826852524d
dependabot/npm_and_yarn/npm_and_yarn-ab9a7f4bc2
deprecate-totp-2fa
dhei/classic-tokens
gat-bypass-2fa-docs
jpg619/fix-accessibility-content-flow
jpg619/version-bump-tar-2
kartykp/gat-bypass-2fa-docs
kartykp/upgrade-path-to-regex
main
maitxn/version-bump-tar
patch-1
reggi/cache-based-on-version
reggi/dev-engines
reggi/fix-transform-prettier
reggi/overrides
update-search-sensitivity
| 1 | --- |
| 2 | title: Try the latest stable version of node |
| 3 | redirect_from: |
| 4 | - /troubleshooting/try-the-latest-stable-version-of-node |
| 5 | --- |
| 6 | |
| 7 | If you're experiencing issues while using a version of node which is unsupported or unstable (odd numbered versions e.g. 0.7.x, 0.9.x, 0.11.x), it's very possible your issue will be fixed by simply using the [LTS](https://github.com/nodejs/LTS) version of node. |
| 8 | |
| 9 | ## See what version of node you're running: |
| 10 | |
| 11 | ``` |
| 12 | node -v |
| 13 | ``` |
| 14 | |
| 15 | ### Updating node on Linux |
| 16 | |
| 17 | For some Linux distributions (Debian/Ubuntu and RedHat/CentOS), the latest node version provided by the distribution may lag behind the stable version. Here are [instructions from NodeSource](https://github.com/nodesource/distributions) on getting the latest node. |
| 18 | |
| 19 | ### Updating node on Windows |
| 20 | |
| 21 | Install the latest msi from [https://nodejs.org/en/download](https://nodejs.org/en/download) |
| 22 | |
| 23 | ### Updating node on OSX |
| 24 | |
| 25 | Install the latest package from [https://nodejs.org/en/download](https://nodejs.org/en/download) |
| 26 | |
| 27 | or if you are using [homebrew](http://brew.sh/) |
| 28 | |
| 29 | ``` |
| 30 | brew install node |
| 31 | ``` |
| 32 | |
| 33 | ### An easy way to stay up-to-date |
| 34 | |
| 35 | Node.js has lots of versions, and its development is very active. As a good practice to manage the various versions, we recommend that you use a version manager for your Node.js installation. There are many great options, here are a few: |
| 36 | |
| 37 | - [NVM](https://github.com/creationix/nvm) |
| 38 | - [nodist](https://github.com/marcelklehr/nodist) |
| 39 | - [n](https://github.com/tj/n) |
| 40 | - [nave](https://github.com/isaacs/nave) |
| 41 | - [nodebrew](https://github.com/hokaccha/nodebrew) |