Skip to content

[bug/dependency] npm install Fails Due to Registry Mismatch #58

@karanngi

Description

@karanngi

Occasionally, running npm install fails because of conflicting registry configurations—some packages attempt to fetch from different registries (e.g., the default https://registry.npmjs.org/ vs. a private one). This mismatch can stem from scoped registry settings in .npmrc, hardcoded URLs in package-lock.json. The issue can often be resolved by aligning registry settings, cleaning lock files.

we should use a single registry to solve this
"https://registry.npmjs.org/"

cc @luc99hen @zyjhtangtang @rambohe-ch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions