Open moltar opened 2 years ago
https://github.com/npm/cli/issues/3637
NPM > v7.20.2 does not work with workspaces. You cannot install deps from your monorepo, within your monorepo.
NPM CLI will always try to install from the NPM registry and will fail with 404.
Switching to Yarn made it work fine.
This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label.
NO!
https://github.com/npm/cli/issues/3637
NPM > v7.20.2 does not work with workspaces. You cannot install deps from your monorepo, within your monorepo.
NPM CLI will always try to install from the NPM registry and will fail with 404.
Switching to Yarn made it work fine.