Skip to content

Commit 6e08dba

Browse files
lukekarrysMylesBorins
authored andcommitted
Remove references to next tag
1 parent 48b6db0 commit 6e08dba

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

content/getting-started/configuring-your-local-environment/about-npm-versions.mdx

-27
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ slug: /about-npm-versions
66
The npm command line interface (CLI) is released on a regular cadence. We recommend installing the release that supports your workflow:
77

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

1110
## The `latest` release of npm
1211

@@ -15,29 +14,3 @@ The `latest` release of npm is the most recent stable version. When you install
1514
```
1615
npm install npm@latest -g
1716
```
18-
19-
## The `next` release of npm
20-
21-
<Note>
22-
23-
The `next` release of npm may contain features that do not match the features ultimately released in the `latest` stable version of npm.
24-
25-
More.
26-
27-
</Note>
28-
29-
The `next` release of npm is the version undergoing current development; it has the latest changes and newest set of features.
30-
31-
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.
32-
33-
To update to the `next` release of npm, on the command line, run:
34-
35-
```
36-
npm install npm@next -g
37-
```
38-
39-
<Note>
40-
41-
Depending on the development cycle, `npm install npm@next -g` may reinstall the `latest` release of npm.
42-
43-
</Note>

content/getting-started/troubleshooting/try-the-latest-stable-version-of-npm.mdx

-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ You can upgrade to the latest version of npm using:
2020
npm install -g npm@latest
2121
```
2222

23-
Or upgrade to the most recent release:
24-
```
25-
npm install -g npm@next
26-
```
27-
2823
## Upgrading on Windows
2924
_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._
3025

0 commit comments

Comments
 (0)