npm i fails for latest @mui/material: @mui/[email protected] (published two hours ago) depends on @mui/[email protected] (does not exist; most recent version is 6.1.0 published 7 days ago) #44725
Labels
duplicate
This issue or pull request already exists
Steps to reproduce
Probably this only happens for a short period (a few hours?) after publishing a new version of @mui/material
Steps:
echo "{}" > package.json
)npm i react react-dom
npm i @mui/[email protected]
Current behavior
npm i @mui/[email protected]
I getnpm error notarget No matching version found for @mui/core-downloads-tracker@^6.2.0
@mui/[email protected]
was published two hours ago, but@mui/core-downloads-tracker
was last published 7 days ago and the current version is 6.1.0Expected behavior
When I run
npm i @mui/material
two hours after the latest@mui/material
is published (or 10 seconds after it is published, for that matter), I would expect the installation to work.Context
I'm trying to install @mui/material for the first time in a new repo.
Your environment
This happens when installing @mui/material, so there is no environment yet. Here is my node environment:
Related
It looks like I'm not the first person to experience this: #34394
Wild Speculation
I wonder if you have a timing issue with your deployment pipeline -- is @mui/core-downloads-tracker being published after @mui/material?
Search keywords: installation dependency notarget
The text was updated successfully, but these errors were encountered: