Opened 7 years ago
Closed 7 years ago
#3320 closed task (blessed) (fixed)
Install the latest Node.js 8.x LTS release on the "build" server
Reported by: | netweb | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | |
Cc: |
Description
With WordPress 5.0 release focused on Gutenberg, Gutenberg requires the Node.js 8.x LTS release.
As such adding Node.js 8.x to the "build" server will be required.
WordPress 5.0 will also utilize this Node.js 8.x LTS release for its build tools
At the time of creating this ticket, the latest Node.js LTS release is 8.9.3
https://nodejs.org/en/
cc @dd32
Change History (5)
#2
@
7 years ago
Related: Gutenberg PR #3905 - Build: Add node and npm version check before build gets started
Gutenberg now has the following explicit requirements:
- https://github.com/WordPress/gutenberg/blob/master/package.json#L13-L15
"engines": { "node": ">=8.0.0", "npm": ">=5.0.0" },
Gutenberg has no known further requirements to be installed on the build server to build WordPress 5.0 with Gutenberg at this stage.
This ticket was mentioned in Slack in #core-editor by netweb. View the logs.
7 years ago
#5
@
7 years ago
- Resolution set to fixed
- Status changed from assigned to closed
This has now been implemented: https://make.wordpress.org/systems/2017/12/11/node-js-8-x-on-build-server/
Other than the node version, are there any other changes that might be needed to ensure that WordPress 5.0 & Gutenberg (once merged) builds continue smoothly?