You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update all references to npm and Node.js to their correct spelling.
Fixes #56816.
git-svn-id: https://develop.svn.wordpress.org/trunk@54650 602fd350-edb4-49c9-b593-d223f7449a82
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ You will need Node and npm installed on your computer. Node is a JavaScript runt
19
19
20
20
If you are not using a package manager, see the [Node.js download page](https://nodejs.org/en/download/) for installers and binaries.
21
21
22
-
**Note:** WordPress currently only supports NodeJS`14.x` and npm `6.x`.
22
+
**Note:** WordPress currently only supports Node.js`14.x` and npm `6.x`.
23
23
24
24
You will also need [Docker](https://www.docker.com/products/docker-desktop) installed and running on your computer. Docker is the virtualization software that powers the local development environment. Docker can be installed just like any other regular application.
Copy file name to clipboardExpand all lines: src/js/_enqueues/vendor/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# src/js/enqueues/vendor
2
2
3
-
In this directory you'll find vendor JavaScript packages that cannot be installed through NPM, but are included in WordPress. Below we've documented the sources for those packages.
3
+
In this directory you'll find vendor JavaScript packages that cannot be installed through npm, but are included in WordPress. Below we've documented the sources for those packages.
4
4
5
5
## Folder dependencies
6
6
@@ -62,9 +62,9 @@ In this directory you'll find vendor JavaScript packages that cannot be installe
- jquery/jquery.masonry: Old version for BC purposes, can't include two versions with NPM. The newer version is included through NPM and built to `wp-includes/js/masonry.min.js`
67
+
- jquery/jquery.masonry: Old version for BC purposes, can't include two versions with npm. The newer version is included through npm and built to `wp-includes/js/masonry.min.js`
0 commit comments