Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting this error while installing react dependencies #2

Open
DevMuneeb opened this issue Sep 1, 2020 · 6 comments
Open

getting this error while installing react dependencies #2

DevMuneeb opened this issue Sep 1, 2020 · 6 comments
Labels
good first issue Good for newcomers

Comments

@DevMuneeb
Copy link

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

@AndreyGazhala
Copy link

AndreyGazhala commented Mar 1, 2021

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

@csmadhav
Copy link
Owner

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

@CA1R7
Copy link

CA1R7 commented Nov 12, 2021

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

@csmadhav csmadhav added the good first issue Good for newcomers label Nov 16, 2021
@csmadhav
Copy link
Owner

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

@devjs1000
Copy link

  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

@Akhileshpm
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

6 participants