react-socket.io-chat-app
react-socket.io-chat-app copied to clipboard
getting this error while installing react dependencies
npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm ERR! notsup Valid OS: darwin npm ERR! notsup Valid Arch: any npm ERR! notsup Actual OS: win32 npm ERR! notsup Actual Arch: x64
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\IT SYSTEMS\AppData\Roaming\npm-cache_logs\2020-09-01T06_19_39_143Z-debug.log
Front-end app(react) only for macOs? I can't use it on Windows without fsevents package
I will check this, it should work in all platforms!
@DevMuneeb, Try use yarn, Yarn will resolve all those errors automatically, I guess ...
this issue is up for grabs, as per my knowledge we just need to update the dependencies
- check node and npm are updated
- if you are in beta of node then you should shift to stable version for your device
- if it still not resolves you can check it out mine socket io and react chat app my project repo
- best of luck
@DevMuneeb, Try use
yarn, Yarn will resolve all those errors automatically, I guess ... Even using yarn this is the result. error [email protected]: The platform "win32" is incompatible with this module. error Found incompatible module.