You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error when including ulog in my layout.tsx (import 'ulog')
Module not found: Package path ./pipe.js is not exported from package C:\Users\mike\AppData\Local\Yarn\Berry\cache\kurly-npm-2.0.0-beta.5-a66b9e21c3-10c0.zip\node_modules\kurly\ (see exports field in C:\Users\mike\AppData\Local\Yarn\Berry\cache\kurly-npm-2.0.0-beta.5-a66b9e21c3-10c0.zip\node_modules\kurly\package.json)
I'm using yarn 4.2.2. I've opened the cached and zipped kurly folder and there is a pipe.js, and all the other extension types.
I'm importing: "ulog": "^2.0.0-beta.19"
I'm not sure if it is Next.js or React 18, but I've had no problems using it with previous versions of Next and React 17
Please let me know if there is anything I can do to help track this down.
The text was updated successfully, but these errors were encountered:
I'm getting the following error when including ulog in my layout.tsx (import 'ulog')
Module not found: Package path ./pipe.js is not exported from package C:\Users\mike\AppData\Local\Yarn\Berry\cache\kurly-npm-2.0.0-beta.5-a66b9e21c3-10c0.zip\node_modules\kurly\ (see exports field in C:\Users\mike\AppData\Local\Yarn\Berry\cache\kurly-npm-2.0.0-beta.5-a66b9e21c3-10c0.zip\node_modules\kurly\package.json)
I'm using yarn 4.2.2. I've opened the cached and zipped kurly folder and there is a pipe.js, and all the other extension types.
I'm importing:
"ulog": "^2.0.0-beta.19"
I'm not sure if it is Next.js or React 18, but I've had no problems using it with previous versions of Next and React 17
Please let me know if there is anything I can do to help track this down.
The text was updated successfully, but these errors were encountered: