moltar / projen-turborepo

Projen project type for Turborepo monorepo setup.
https://npm.im/projen-turborepo
MIT License
26 stars 2 forks source link

Workspaces do not work with NPM #4

Open moltar opened 2 years ago

moltar commented 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.

github-actions[bot] commented 2 years ago

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.

moltar commented 2 years ago

NO!