[wp-trac] [WordPress Trac] #58633: Tools: Missing @wordpress/nux dependency causes GB sync script to fail
WordPress Trac
noreply at wordpress.org
Mon Jun 26 15:46:56 UTC 2023
#58633: Tools: Missing @wordpress/nux dependency causes GB sync script to fail
------------------------------+--------------------
Reporter: Bernhard Reiter | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 6.3
Component: Build/Test Tools | Version:
Severity: normal | Keywords:
Focuses: |
------------------------------+--------------------
Running `npm run sync-gutenberg-packages -- --dist-tag=wp-6.3` currently
results in the following error:
{{{
Running "wp-packages:update" task
Updating WordPress packages (--dist-tag=wp-6.3)
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @wordpress/nux at wp-6.3.
npm ERR! notarget In most cases you or one of your dependencies are
requesting
npm ERR! notarget a package version that doesn't exist.
}}}
after which script execution resumed, thus typically hiding the error
behind a lot of other output.
However, this results in `package.json` not being updated with the
expected version bumps to `@wordpress/*` packages.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58633>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list