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

[BUG]: dependencies missing on npm registry #3060

Open
2 tasks done
thomasfsteeples opened this issue Nov 3, 2024 · 4 comments
Open
2 tasks done

[BUG]: dependencies missing on npm registry #3060

thomasfsteeples opened this issue Nov 3, 2024 · 4 comments
Assignees
Labels
Bug Something isn't working. priority: Urgent Issue or feature request must be addressed ASAP.

Comments

@thomasfsteeples
Copy link

Description

Some stdlib packages don't include their stdlib dependencies in the npm registry version of their package.json.

For example, @stdlib/math lists @stdlib/constants as a dependency in its package.json on Github, but it is not included in its package.json on npm. As a result, if I run a function from @stdlib/math whose implementation depends on @stdlib/constants, I get an import error as the stdlib dependencies cannot be found.

Related Issues

No response

Questions

No response

Demo

No response

Reproduction

  1. Run npm add @stdlib/math
  2. Observe that constants is missing from node_modules/@stdlib

Expected Results

No response

Actual Results

No response

Version

No response

Environments

N/A

Browser Version

No response

Node.js / npm Version

No response

Platform

No response

Checklist

  • Read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
@stdlib-bot
Copy link
Contributor

👋 Hi there! 👋

And thank you for opening your first issue! We will get back to you shortly. 🏃 💨

@Planeshifter
Copy link
Member

@thomasfsteeples Thanks for bringing this to our attention! I can confirm the issue; we will look into publishing a fix for this as soon as we can.

@Planeshifter
Copy link
Member

@thomasfsteeples A new patch has been published for the top-level namespace packages. This issue should now be resolved. Please let us know if you encounter any further issues and many thanks again for reporting!

@kgryte
Copy link
Member

kgryte commented Nov 13, 2024

@Planeshifter @thomasfsteeples Can this issue now be closed?

@kgryte kgryte changed the title Dependencies missing on npm registry [BUG]: dependencies missing on npm registry Nov 13, 2024
@kgryte kgryte added Bug Something isn't working. priority: Urgent Issue or feature request must be addressed ASAP. labels Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working. priority: Urgent Issue or feature request must be addressed ASAP.
Projects
None yet
Development

No branches or pull requests

4 participants