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
using nextjs 13.1.1 when I use the SDK I get this on the frontend
I'm using PNPM as package manager
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
event - compiled client and server successfully in 1069 ms (164 modules)
wait - compiling / (client and server)...
warn - ../../node_modules/.pnpm/ws@7.5.9/node_modules/ws/lib/buffer-util.js
Module not found: Can't resolve 'bufferutil' in '/Users/screamz/dev-workspace/pro/livecorp/freakshow/node_modules/.pnpm/ws@7.5.9/node_modules/ws/lib'
../../node_modules/.pnpm/ws@7.5.9/node_modules/ws/lib/validation.js
Module not found: Can't resolve 'utf-8-validate' in '/Users/screamz/dev-workspace/pro/livecorp/freakshow/node_modules/.pnpm/ws@7.5.9/node_modules/ws/lib'
How am i supposed to remove this warning ? Everything seems to work
The text was updated successfully, but these errors were encountered:
Hello,
using nextjs 13.1.1 when I use the SDK I get this on the frontend
I'm using PNPM as package manager
How am i supposed to remove this warning ? Everything seems to work
The text was updated successfully, but these errors were encountered: