npm-registry Questions

2

Solved

I'm using some github action to release one of my package in a mono repo, holding about 4-5 package likes: github-repository (monorepo): - folder_1 (package 1) - folder_2 (package 2) - folder_3 (pa...
Hildahildagard asked 17/3, 2023 at 9:53

3

i am not using a proxy im just a noob trying to learn how to develop with create-react-app locally on my machine(linux) this is the output of tracepath registry.npmjs.org 1?: [LOCALHOST] 0.020ms p...
Weller asked 5/5, 2022 at 19:50

5

Solved

This question is related to these. But none of the solutions worked for me. Yarn can't find private Github npm registry Installing private package from Github Package registry fails with not ...
Diogenes asked 11/5, 2020 at 20:36

5

I have a large, existing package-lock.json and a lot of dependencies that have been resolved via http://registry.npmjs.org/. e.g. { "name": "my-package", "version": "1.2.3", "lockfileVersion":...
Veolaver asked 17/6, 2020 at 22:0

3

I'm trying to use Dependabot with AWS CodeArtifact and I keep getting authentication issues. Dependabot can't authenticate to a private package registry The following private package registry was ...
Granite asked 29/6, 2022 at 17:18

2

I am trying to use npm to install a package from url : http://host:80 I did the following: npm config set strict-ssl false npm config set registry "<>" npm --proxy http://host:port install &lt...
Satyr asked 30/5, 2018 at 19:58

2

Solved

Lets say I have a private npm repository, hosted within JFrog artifactory: https://my-domain.com/artifactory/api/npm/my-repo. In this repository I published one npm package: my-package, which bui...
Kong asked 29/4, 2019 at 13:13

3

Solved

I've got a script that verifies a user has logged into a private npm registry (via "npm login") by greping for: //registry-sub-url:_authToken= ... in: ~/.npmrc However, this breaks down over ...
Stygian asked 12/9, 2018 at 6:3

1

Solved

I wonder if there is a general best practice to set up private npm registry authentication for local development that also works in CI (or vice-versa). Here is my current understanding: For local d...
Selfeffacing asked 18/2, 2021 at 9:31

3

Solved

I'm looking for a way to query npm package versions from the npm registry api. All I found until now is that I need to query the whole package metadata and filter the versions from there, Example: ...
Krebs asked 10/1, 2018 at 5:44

1

Solved

The purpose of this effort is to be able to test whether a package version exists in a private registry, without having to touch the filesystem / config files. For packages in public registries thi...
Annals asked 12/1, 2020 at 5:15

1

For security reason, I need a specific registry, but in the package-lock.json I still keep the https://registry.npmjs.org/ Is there any way to force it?
Fellah asked 18/12, 2017 at 17:24

1

Solved

Is it possible to contain multiple registries for the same scope? In my company, we use @mycompany scope for both public NPM registry as well as internal registries. I tried to do @mycompany:re...
Kela asked 5/2, 2019 at 22:23
1

© 2022 - 2025 — McMap. All rights reserved.