You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 from node_modules/@stdlib
@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!
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
npm add @stdlib/math
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
The text was updated successfully, but these errors were encountered: