Unable to resolve module socket.io-client/socket.io from /Users/cpp/devworkspace/ReactNative/RCTWebRTCDemo/main.js: Module does not exist in the module map or in these directories:
/Users/cpp/devworkspace/ReactNative/RCTWebRTCDemo/node_modules/socket.io-client
, /Users/cpp/devworkspace/node_modules/socket.io-client
, /Users/cpp/node_modules/socket.io-client
Unable to resolve module
socket.io-client/socket.io
from/Users/cpp/devworkspace/ReactNative/RCTWebRTCDemo/main.js
: Module does not exist in the module map or in these directories: /Users/cpp/devworkspace/ReactNative/RCTWebRTCDemo/node_modules/socket.io-client , /Users/cpp/devworkspace/node_modules/socket.io-client , /Users/cpp/node_modules/socket.io-clientThis might be related to https://github.com/facebook/react-native/issues/4968 To resolve try the following:
watchman watch-del-all
.node_modules
folder:rm -rf node_modules && npm install
.rm -fr $TMPDIR/react-*
ornpm start --reset-cache
.