Replies: 1 comment 2 replies
-
Is |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I joined a project that in the meantime lost the dev that set things up.
Working in a monorepo, one package ("client") is depending on another package also from the monorepo ("dep"). Packages scoped by "org-scope".
New devs join, working in "client", have a package.json with "dep" in the usual dependencies object location.
pnpm i
installs it OK, , butpnpm view
gives @org-scope/dep@latest' is not in the npm registry.Nothing interesting AFAICT in project or user
.npmrc
Trying to understand, where is pnpm getting this package from, what commands can help?
Beta Was this translation helpful? Give feedback.
All reactions