sockjs/sockjs-node

uuid reference issue

ramicohen303 opened this issue · 7 comments

In a project that depends on sockjs indirectly (I use cypress.io), I get the following error:

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './v4' is not defined by "exports" in /home/xxxx/node_modules/uuid/package.json

This seems to be a result of the release from about an hour ago. Everything was working fine earlier today.

Thanks for the heads up.

I am also running into this after trying to build a freshly created(around 1pm CST which ran fine) Vue project on my other computer now.

@ramicohen303 is correct, this was an issue with the version 0.3.22 just published

Should be fixed in 5d8842e and 0.3.23

Thank you for the quick resolution. This is fixed with 0.3.23.

Lightning fast. Thanks so much!