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

Lockfile in homie5 branch contains references to private npm registry #3

Open
nstadigs opened this issue Nov 7, 2024 · 3 comments
Open

Comments

@nstadigs
Copy link

nstadigs commented Nov 7, 2024

For example:

rxjs@^7.4.0:
  version "7.8.0"
  resolved "https://npm.local.schaz.org/rxjs/-/rxjs-7.8.0.tgz#90a938862a82888ff4c7359811a595e14e1e09a4"
  integrity sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==
  dependencies:
    tslib "^2.1.0"

This causes yarn install to fail:

error An unexpected error occurred: "https://npm.local.schaz.org/tslib/-/tslib-2.5.0.tgz: Hostname/IP does not match certificate's altnames: Host: npm.local.schaz.org. is not in the cert's altnames: DNS:*.schaz.org".
@nstadigs
Copy link
Author

nstadigs commented Nov 7, 2024

I understand this branch is in dev mode, but I just want to help getting this up and running. The 5.0.0-beta5 version released to npm has some typescript issues (the language server can't find the types) and I wanted to try fixing it.

@schaze
Copy link
Owner

schaze commented Nov 12, 2024

Hi @nstadigs, thanks for the input. I have not focused on the nodejs library for v5 for quite some time as I was pushing to get a rust library out. I will try to find some time until the end of the year to get the v5 version fully spec compliant and released, despite the issues you found there is also still some development work needed.

@schaze
Copy link
Owner

schaze commented Nov 12, 2024

I pushed a beta6 version with a cleanup yarn.lock file to npmjs.org. Please have a look and let me know if it fixes your issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants