Opened 12 months ago
Last modified 12 months 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: | yash12344 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | General | Version: | 6.9 |
| Severity: | normal | Keywords: | needs-docs has-patch |
| Cc: | Focuses: | coding-standards |
Description
Change History (1)
This ticket was mentioned in PR #10013 on WordPress/wordpress-develop by @yash12344.
12 months ago
#1
- Keywords has-patch added
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
# 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.ps1PowerShell script to:package.jsonnpm install)npm run build:dev)npm run env:start)Unknown user config) and how to fix thempackage.jsonis not foundTrac ticket:
Trac ticket: https://core.trac.wordpress.org/ticket/64028