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

Not working with [email protected] #71

Closed
logan-mauzaize-saagie opened this issue Oct 5, 2022 · 0 comments · Fixed by #72
Closed

Not working with [email protected] #71

logan-mauzaize-saagie opened this issue Oct 5, 2022 · 0 comments · Fixed by #72

Comments

@logan-mauzaize-saagie
Copy link

package.json

{
    "name": "MyApp",
    "dependencies": {
        "axios": "1.0.0",
        "axios-debug-log": "0.8.4"
    }
}

output.log

node:internal/modules/cjs/loader:499
      throw e;
      ^

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/helpers/isAbsoluteURL' is not defined by "exports" in /myapp/node_modules/axios/package.json
    at new NodeError (node:internal/errors:387:5)
    at throwExportsNotFound (node:internal/modules/esm/resolve:464:9)
    at packageExportsResolve (node:internal/modules/esm/resolve:748:3)
    at resolveExports (node:internal/modules/cjs/loader:493:36)
    at Function.Module._findPath (node:internal/modules/cjs/loader:533:31)
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:942:27)
    at Function.Module._load (node:internal/modules/cjs/loader:804:27)
    at Module.require (node:internal/modules/cjs/loader:1028:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (/myapp/node_modules/axios-debug-log/index.js:4:21) {
  code: 'ERR_PACKAGE_PATH_NOT_EXPORTED' 
@Gerhut Gerhut pinned this issue Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant