Skip to content

Commit

Permalink
Remove references to next tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys authored and MylesBorins committed Oct 12, 2021
1 parent 48b6db0 commit 6e08dba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ slug: /about-npm-versions
The npm command line interface (CLI) is released on a regular cadence. We recommend installing the release that supports your workflow:

- [latest release](#the-latest-release-of-npm): the most recent stable version.
- [next release](#the-next-release-of-npm): the version in current development.

## The `latest` release of npm

Expand All @@ -15,29 +14,3 @@ The `latest` release of npm is the most recent stable version. When you install
```
npm install npm@latest -g
```

## The `next` release of npm

<Note>

The `next` release of npm may contain features that do not match the features ultimately released in the `latest` stable version of npm.

More.

</Note>

The `next` release of npm is the version undergoing current development; it has the latest changes and newest set of features.

The `next` release of npm is the most recent unreleased version of npm that is eventually released as the `latest` version. You may want to update your npm client to the `next` release to test your packages against it before `latest` is released.

To update to the `next` release of npm, on the command line, run:

```
npm install npm@next -g
```

<Note>

Depending on the development cycle, `npm install npm@next -g` may reinstall the `latest` release of npm.

</Note>
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ You can upgrade to the latest version of npm using:
npm install -g npm@latest
```

Or upgrade to the most recent release:
```
npm install -g npm@next
```

## Upgrading on Windows
_Microsoft wrote a small command line tool to automate the steps below. [You can go and download it here](https://github.com/felixrieseberg/npm-windows-upgrade) - or stick with the manual path outlined below._

Expand Down

0 comments on commit 6e08dba

Please sign in to comment.