bit icon indicating copy to clipboard operation
bit copied to clipboard

cant find a dependency of a dependency. bit should know to fallback when version is not found in npm.

Open odedre opened this issue 3 years ago • 0 comments

Describe the bug

I'm trying to import a component but getting the following error:

failed installing the packages, consider running the command with "--skip-dependency-installation" flag.
error from the package-manager: No matching version found for @teambit/[email protected].
please use the '--log=error' flag for the full error.

the issue is that the publish of @teambit/design.typography.text to npm started at version 0.0.9 as can be seen here https://www.npmjs.com/package/@teambit/design.typography.text.

Steps to Reproduce

  1. bit import teambit.community/apps/bit-dev

Expected Behavior

bit should know how to fallback to the bit registry that I have configured in my .npmrc

Specifications

  • Bit version: 0.0.787
  • Workspace type: (harmony)
  • Node version: v16.15.1
  • Platform: macos

odedre avatar Jul 10 '22 14:07 odedre