Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rush] Rush is trying to fetch not-published package #3775

Open
slavafomin opened this issue Nov 21, 2022 · 1 comment
Open

[rush] Rush is trying to fetch not-published package #3775

slavafomin opened this issue Nov 21, 2022 · 1 comment
Projects

Comments

@slavafomin
Copy link

Summary

Hello! I'm trying to install one package as a dependency for another one. Both packages are managed by Rush, but are not published. I'm getting an  ERR_PNPM_FETCH_404 error, because pnpm is trying to fetch it from the registry for some reason. 

Repro steps

  • Create new Rush project.
  • Add two new packages to it (list them in rush.json).
  • Try to link them together by mentioning the package name of one package as a dependency for another one in package.json.
  • Run rush update.

Expected result:
Dependency should be successfully installed by linking the local package.

Actual result:
I'm getting an ERR_PNPM_FETCH_404 error.

Details

Nothing I can think of.

Standard questions

Please answer these questions to help us investigate your issue more quickly:

Question Answer
@microsoft/rush globally installed version? 5.83.4
rushVersion from rush.json? 5.83.4
useWorkspaces from rush.json? undefined
Operating system? Ubuntu 22.04.1 LTS
Would you consider contributing a PR? No
Node.js version (node -v)? v18.12.1
@iclanton
Copy link
Member

iclanton commented Dec 5, 2022

What does the dependency specifier look like? Can you confirm that it will match the version of the project you want to be linked?

Which package manager are you using?

@iclanton iclanton added this to Waiting for Author in Bug Triage Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Waiting for Author
Bug Triage
  
Waiting for Author
Development

No branches or pull requests

2 participants