workspace members without version (or prelease version) in package.json don't get installed
I'm migrating a monorepo from bun to deno and saw that several of my packages can't be resolved. As it turned out the packages in question didn't had a "version" field in their package.json or had a prerelease (e.g. "1.0.0-alpha.1"), so they did not end up in the root "node_modules" folder. Am I missing something here? Is this a known restriction? I cannot simply change the version.
Thanks in advance
0 Replies