teambit / bit

A build system for development of composable software.
https://bit.dev
Other
17.88k stars 926 forks source link

Unable to install components from my local remote scope #9044

Closed subham25997 closed 3 months ago

subham25997 commented 3 months ago

Description

image

"'@app1-scope:registry'"=http://localhost:5000

When I use the cmd bit install @app1-scope/apps.app@0.0.1 in my vue app, I am getting following error.

image

Specifications

GiladShoham commented 3 months ago

A self-remote scope is not a registry, you need to setup your components to be published to an npm registry. please see more details here