[BUG] npm install
silently fails to create symlinks for workspaces when "main
" is added in parent package.json
#4080
Labels
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
When I am trying to bootstrap a project with workspaces and
main
is present the installation fails to symlink the workspaces.Expected Behavior
Symlinking the workspaces or showing a warning message.
Steps To Reproduce
npm init -y
,main
should be present inside the parentpackage.json
npm install
Example structure:
Example parent
package.json
:Environment
The text was updated successfully, but these errors were encountered: