react-socket.io-chat-app icon indicating copy to clipboard operation
react-socket.io-chat-app copied to clipboard

getting this error while installing react dependencies

Open DevMuneeb opened this issue 5 years ago • 6 comments

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

DevMuneeb avatar Sep 01 '20 06:09 DevMuneeb

Front-end app(react) only for macOs? I can't use it on Windows without fsevents package

AndreyGazhala avatar Mar 01 '21 12:03 AndreyGazhala

I will check this, it should work in all platforms!

csmadhav avatar Jun 29 '21 06:06 csmadhav

@DevMuneeb, Try use yarn, Yarn will resolve all those errors automatically, I guess ...

CA1R7 avatar Nov 12 '21 18:11 CA1R7

this issue is up for grabs, as per my knowledge we just need to update the dependencies

csmadhav avatar Nov 16 '21 20:11 csmadhav

  1. check node and npm are updated
  2. if you are in beta of node then you should shift to stable version for your device
  3. if it still not resolves you can check it out mine socket io and react chat app my project repo
  4. best of luck

devjs1000 avatar Jan 12 '22 00:01 devjs1000

@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.

Akhileshpm avatar Feb 02 '24 12:02 Akhileshpm