Make WordPress Core

Opened 18 months ago

Closed 18 months ago

Last modified 18 months ago

#59071 closed enhancement (fixed)

Update README.md

Reported by: dantovbein's profile dantovbein Owned by: desrosj's profile desrosj
Milestone: 6.4 Priority: normal
Severity: trivial Version:
Component: Build/Test Tools Keywords: has-patch commit
Focuses: docs Cc:

Description

Since the [recent NodeJS upgrade from 14.x to 16.x](https://make.wordpress.org/core/2023/08/09/updating-wordpress-to-use-more-modern-versions-of-node-js-npm/) we'd need to modify the README.md

What to replace?
"Note: WordPress currently only supports Node.js 14.x and npm 6.x."
To:
"Note: WordPress currently only supports Node.js 16.x and npm 8.x."

Attachments (2)

patch-59071.patch (762 bytes) - added by hbhalodia 18 months ago.
Patch File
59071.diff (754 bytes) - added by algorithmsunlocks 18 months ago.
Note update to npm 6.x and node 16.x

Download all attachments as: .zip

Change History (10)

#1 @SergeyBiryukov
18 months ago

  • Component changed from General to Build/Test Tools
  • Focuses docs added
  • Milestone changed from Awaiting Review to 6.4

@hbhalodia
18 months ago

Patch File

#2 @hbhalodia
18 months ago

Hi @SergeyBiryukov @dantovbein, Attached the patch file for the readme.md change.

Thanks.

This ticket was mentioned in PR #4998 on WordPress/wordpress-develop by @hbhalodia.


18 months ago
#3

  • Keywords has-patch added

#4 @desrosj
18 months ago

  • Owner set to desrosj
  • Status changed from new to reviewing

@algorithmsunlocks
18 months ago

Note update to npm 6.x and node 16.x

#5 @desrosj
18 months ago

  • Keywords commit added

Thanks for this! Patch looks good. I am going to make one change when I commit. I am going to adjust the sentence to say "WordPress currently only officially supports Node.js 16.x and npm 8.x".

It's likely that you could use 18.x/9.x, but there may be some unexpected behaviors.

#6 @desrosj
18 months ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 56387:

Build/Test Tools: Update the README file to reflect new Node.js/npm versions.

Follow up to [56378].

Props dantovbein, hbhalodia.
Fixes #59071. See #56658.

Note: See TracTickets for help on using tickets.