Opened 4 weeks ago
Last modified 4 weeks ago
#64028 new enhancement
This PR improves the developer experience for Windows users working with the WordPress development repository. It adds a Windows helper script (`start-windows.ps1`) and updates the README with clear instructions to avoid common issues.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | General | Keywords: | needs-docs has-patch |
Focuses: | coding-standards | Cc: |
Description
Change History (1)
This ticket was mentioned in PR #10013 on WordPress/wordpress-develop by @yash12344.
4 weeks ago
#1
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
# Summary
This pull request adds a Windows helper script (
start-windows.ps1
) to streamline the setup of the WordPress development environment on Windows machines.Additionally, the README has been updated to include a dedicated "Windows Users" section with detailed guidance to address common npm warnings and errors that Windows developers encounter.
# Description of Changes
start-windows.ps1
PowerShell script to:package.json
npm install
)npm run build:dev
)npm run env:start
)Unknown user config
) and how to fix thempackage.json
is not foundTrac ticket:
Trac ticket: https://core.trac.wordpress.org/ticket/64028