Skip to content

[BUG]: dependencies missing on npm registry #3060

@thomasfsteeples

Description

@thomasfsteeples

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.

Metadata

Metadata

Assignees

Labels

BugSomething isn't working.priority: UrgentIssue or feature request must be addressed ASAP.

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions