Fluentui: No matching version found for @uifabric/utilities@^7.12.1

Created on 17 Feb 2020  路  3Comments  路  Source: microsoft/fluentui

Environment Information

  • Package version(s):
    office-ui-fabric-core : 11.0.0,
    office-ui-fabric-react: 7.92.0,
  • Browser and OS versions: (Chrome, firefox both latest version)

Actual behavior:

npm install on CICD fails getting 'No matching version found for @uifabric/utilities@^7.12.1' issue

Expected behavior:

npm install should work smoothly

Are you willing to submit a PR to fix? (Yes, No) - No

Requested priority: (Blocking, High, Normal, Low) - Hight

Products/sites affected: (if applicable) - Yes

Inkednpm-install-bug_LI

Duplicate Fixed

Most helpful comment

Same as issue #11971

All 3 comments

Same as issue #11971

We could fix it by holding back a couple packages:

"@uifabric/react-hooks": "7.0.9",
 "@uifabric/styling": "7.10.8",

Looks like one of the packages hasn't been published.

7.12.1 is available now. this was bumped by PR #11974. this might be related to the NPM publishing outage last week

Was this page helpful?
0 / 5 - 0 ratings