Meteor can’t find package eta/core even though it is installed
Summary A Meteor application fails to resolve the eta/core module during the build process, despite the eta package being correctly installed in node_modules. The error originates from the oidc-provider package, which attempts to import eta/core in its view handling code. This failure occurs because Meteor’s build tool does not automatically include the CommonJS sub-path export … Read more