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

Handle non-exported package.json files #108

Closed
wants to merge 1 commit into from

Commits on May 18, 2020

  1. Handle non-exported package.json files

    node's resolve throws an ERR_PACKAGE_PATH_NOT_EXPORTED error when trying
    to resolve the package.json of a package which does not list itself in
    its "exports" object.
    
    This works around the issue by handling this case separately, using the
    error message to get the path to the file, which is then required
    correctly by the existing call to tryRequire().
    jpaquim committed May 18, 2020
    Configuration menu
    Copy the full SHA
    141a89d View commit details
    Browse the repository at this point in the history