If you are using yarn. You can add enableTransparentWorkspaces: false to .yarnrc.yml. This will switch the order of lookup to look first to npm and then to the workspaces.
enableTransparentWorkspaces: false
.yarnrc.yml
Reference