Getting Cannot find package 'socket.io-client'
when importing socket.io-client
#31567
Labels
bug
Issue was opened via the bug report template.
What version of Next.js are you using?
12.0.4
What version of Node.js are you using?
16.4.2
What browser are you using?
Chrome
What operating system are you using?
macOS
How are you deploying your application?
yarn dev (next dev)
Describe the Bug
Getting the error when trying to import socket.io-client in pages/chat.tsx folder:
Error:
This is the line with socker.io-client from exports.module of
./next/server/pages/chat.js
file:package.json
tsconfig.json
Expected Behavior
No import error
To Reproduce
Not sure, however I just installed the
socket.io-client
The text was updated successfully, but these errors were encountered: