-
-
Notifications
You must be signed in to change notification settings - Fork 907
Closed
Labels
BugSomething isn't working.Something isn't working.priority: UrgentIssue or feature request must be addressed ASAP.Issue or feature request must be addressed ASAP.
Description
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
- Run
npm add @stdlib/math
- Observe that
constants
is missing fromnode_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.Something isn't working.priority: UrgentIssue or feature request must be addressed ASAP.Issue or feature request must be addressed ASAP.