nxrocks icon indicating copy to clipboard operation
nxrocks copied to clipboard

[Bug] Cannot install @nxrocks/nx-flutter in PNPM

Open rubiagatra opened this issue 1 year ago • 0 comments

Plugin Name

@nxrocks/nx-flutter

Plugin Version

4.0.2

Nx Version

14.6.4

Expected Behaviour

Install latest nx-flutter with no problems

Actual Behaviour

➜ pnpm add --save-dev @nxrocks/[email protected]
 WARN  deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
 WARN  deprecated [email protected]: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
 ERR_PNPM_NO_MATCHING_VERSION  No matching version found for @nxrocks/[email protected]

The latest release of @nxrocks/common is "1.2.2".

If you need the full list of all 7 published versions run "$ pnpm view @nxrocks/common versions".
Progress: resolved 1224, reused 1223, downloaded 1, added 0

Steps to reproduce the behaviour

  1. Create new workspace pnpm create nx-workspace
  2. pnpm add -D @nxrocks/[email protected]

rubiagatra avatar Sep 05 '22 04:09 rubiagatra