bougarfaoui / ng-socket-io

Socket.IO module for Angular
MIT License
255 stars 57 forks source link

Example(angular side) not working #27

Open zerox12311 opened 7 years ago

zerox12311 commented 7 years ago

The example code is not working. When I run "ng build" it will shown ERROR in c:/Users/LuxProtoss/Desktop/ngsocket/ng-socket-io/examples/chat-app/public/node_modules/ng-socket-io/socket-service.ts (5,21): Cannot find module 'socket.io-client'.)

ERROR in ./~/ng-socket-io/socket-io.service.ts Module not found: Error: Can't resolve 'socket.io-client' in 'c:\Users\LuxProtoss\Desktop\ngsocket\ng-socket-io\examp\chat-app\public\node_modules\ng-socket-io'

rezagui commented 6 years ago

npm i socket.io-client fixed for me.