nrwl / nx-labs

A collection of Nx plugins
MIT License
140 stars 51 forks source link

Unable to add @nx/rspack v17.2.3 to project #369

Closed rrjohnson85 closed 8 months ago

rrjohnson85 commented 8 months ago

When adding @nx/rspack v17.2.3 to project, pnpm is reporting the following error:

➜ pnpm add -D @nx/rspack
 ERR_PNPM_NO_MATCHING_VERSION  No matching version found for @nrwl/rspack@17.2.3

This error happened while installing the dependencies of @nx/rspack@17.2.3

The latest release of @nrwl/rspack is "17.2.2".

Other releases are:
  * next: 16.7.0-beta.1

If you need the full list of all 40 published versions run "$ pnpm view @nrwl/rspack versions".
Progress: resolved 1031, reused 978, downloaded 0, added 0

When reviewing at the released packaged in NPM, it seems there is still a reference to legacy @nrwl/rspack and the package wasn't created.

rrjohnson85 commented 8 months ago

This seems to be resolved now after @nrwl/rspack 17.2.3 was published last week.