Fix fsevents doesn’t install on linux

While working on React Native Project, I faced some strange error that a particular package called fsevents can’t be installed on Linux. Here is the Screenshot of that. For a while, I’m confused and what …

Read more

Install Yarn packages globally

With npm, we can easily install the package globally by passing -g flag with administrative rights. But when I tried with yarn global add it showed me command not found. After digging around. I found I haven’t specified yarn …

Read more