question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Package subpath './package.json' is not defined by "exports" in node_modules/uuid/package.json

See original GitHub issue
Package subpath './package.json' is not defined by "exports" in node_modules/uuid/package.json

I’m getting this error going from uuid v7.0.3 to v8.0.0. That’s the only change I made, no other package or app code changed. Node is v14.1.0 which works with uuid v7.0.3.

I also found a SO post about it, no solution so far either https://stackoverflow.com/questions/61621828/getting-strange-error-using-uuid-npm-module-what-am-i-doing-wrong

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
TrySoundcommented, Jun 24, 2020
0reactions
jonathanrfisher1commented, Jun 24, 2020

Thank you! =)

Read more comments on GitHub >

github_iconTop Results From Across the Web

package.json is not defined by "exports" · Issue #444 - GitHub
Additional context. This is the command line output after upgrading from v7.0.3 to v8.0.0 in a Svelte project. > Package subpath '.
Read more >
Package subpath is not defined by "exports" - Stack Overflow
I'm not so familiar with node.js. But it's strange, after I installed multiformats@9.9.0, I looked at its package.json in my local node_modules ...
Read more >
Modules: Packages | Node.js v19.3.0 Documentation
Existing packages introducing the "exports" field will prevent consumers of the package from using any entry points that are not defined, including the...
Read more >
9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d - You.com
(Error: Package subpath './types' is not defined by "exports" in D:\Projects\pets\realtime-chat\backend\node_modules\sequelize\package.json).
Read more >
When I run yarn start , I get this error - Reddit
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/tokenize' is not defined by "exports" in /root/.../package.json.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found