#55903 closed defect (bug) (fixed)
Update readme with the right nodejs version commands
Reported by: | Owned by: | desrosj | |
---|---|---|---|
Milestone: | 6.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | good-first-bug has-patch commit |
Focuses: | Cc: |
Description
IN https://github.com/WordPress/wordpress-develop one of the first steps is to install NodeJS, however this project runs on node 14 and with the command explained in the readme file you'd end up installing the latest version (current 18) which will end up throwing a LOT of errors when running npm "install" or "build" commands.
Change History (18)
#1
@
2 years ago
- Keywords needs-patch good-first-bug added
- Milestone changed from Awaiting Review to 6.1
- Owner set to desrosj
- Severity changed from major to normal
- Status changed from new to assigned
This ticket was mentioned in Slack in #core by desrosj. View the logs.
2 years ago
This ticket was mentioned in PR #3335 on WordPress/wordpress-develop by jakariaistauk337.
2 years ago
#3
- Keywords has-patch added; needs-patch removed
Trac ticket: #55903
akashmdiu commented on PR #3335:
2 years ago
#5
rudlinkon commented on PR #3335:
2 years ago
#6
Thank you @jakariaistauk337 and welcome to trac
Looks good to me for MAC.
fuadragib01 commented on PR #3335:
2 years ago
#7
mukeshpanchal27 commented on PR #3335:
2 years ago
#8
@jakariaistauk337 Left one comment for the command format. Use indention for the comment list instead of the number and
#9
@
2 years ago
- Keywords changes-requested added
Hi there!
I requested some changes that make document better for visibility.
robinwpdeveloper commented on PR #3335:
2 years ago
#10
Yes. Indention would be better instead of
jakariaistauk337 commented on PR #3335:
2 years ago
#11
@jakariaistauk337 Left one comment for the command format. Use indention for the comment list instead of the number and
thank you @mukeshpanchal27 for the suggestion. Thats looks cool now
#12
@
2 years ago
Thanks @elpanda13gmailcom for finding it.
The PR looks good. I just requested slight change in the note @jakariaistauk.
#15
@
2 years ago
- Keywords commit added; changes-requested removed
Going to make some slight adjustments pre-commit.
Thanks for flagging this, @elpanda13gmailcom. And welcome to Trac!
I think this is a good thing to call out. Maybe something like:
**Note:** WordPress currently only supports up to NodeJS 14.x and npm < 7.
after the NodeJS instructions.Also, a few related tickets that will focus on bringing Core to a compatible state with the latest LTS of NodeJS: #56658, #52951.
I'm marking this as a
good-first-bug
, and also have moved it to the 6.1 milestone.