Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Learna publish not working with gemfury #3955

Open
BaluRaut opened this issue Feb 7, 2024 · 0 comments
Open

Learna publish not working with gemfury #3955

BaluRaut opened this issue Feb 7, 2024 · 0 comments

Comments

@BaluRaut
Copy link

BaluRaut commented Feb 7, 2024

lerna version - cli v8.1.2
Node : 20

Current Behavior

I have created account in gemfury.
I changed package.json with publicConfig as well as added .npmrc with proper registry values.
https://gemfury.com/guide/javascript/publish-with-lerna/

When I use lerna publish I do get error because of this

private async prepareRegistryActions() {

image

Expected Behavior

lerna publish should support to gemfury and other registry package manager other than npm

Steps to Reproduce

  • steps can be reproduce with any registry other than npm

This issue may not be prioritized if details are not provided to help us reproduce the issue.

Failure Logs / Configuration

lerna.json

{
  "$schema": "./lerna-schema.json",
  "version": "independent",
  "command": {
    "publish": {
        "registry": "https://npm-proxy.fury.io/balubhau/"
    }
},
  "npmClient": "yarn"
}

lerna-debug.log

No such file generated ```txt ```

Environment

@BaluRaut BaluRaut changed the title Learna publish not working gemfury Learna publish not working with gemfury Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant