SocketCluster / socketcluster-client

JavaScript client for SocketCluster
MIT License
292 stars 91 forks source link

[React Native] Unable to resolve module querystring ... #53

Closed devhyunjae closed 8 years ago

devhyunjae commented 8 years ago
"socketcluster-client": "^4.3.19"
npm i
import socketCluster from 'socketcluster-client';

excute, and throws error

Unable to resolve module querystring from PROJECT_PATH/node_modules/socketcluster-client/lib/scsocket.js: Unable to fine this module in its module map or any of the node_modules directories under node_modules/querystring and its parent directories

devhyunjae commented 8 years ago

solved with npm i --save querystring