Top "Yarnpkg" questions

Yarn is an open-source JavaScript package manager.

How do you resolve git conflicts in yarn.lock

When multiple git branches modify the dependencies in a project that uses Yarn, it is likely to introduce a conflict …

javascript git npm yarnpkg
how to install specific branch of git repository using yarn?

I am able to install one GitHub package but not other using yarn. Please let me know what could be …

node.js yarnpkg
Issue with babel-jest dependency when running npm start in a React app

All I am doing is running create-react-app and cd'ing into the app, then trying to run npm/yarn start. I …

reactjs macos npm yarnpkg react-scripts
react-native: switch from yarn to npm

Is there a step-by-step process to change a react-native project from using yarn as the package manager to using npm? …

react-native npm yarnpkg
eslint in terminal Cannot find module 'eslint-config-react-app'

I use create-react-app to make a react app. the linter works in create-react-app but now i want make it work …

eslint create-react-app yarnpkg sublimelinter
How do I use multiple npm registries in Yarn?

I'm trying to setup Yarn 0.17.9 in our environment but I have a problem with our registry. We are currently using …

javascript npm yarnpkg
Yarn Start Command failed with exit code 1

I create react app with create-react-app and install react-admin . when I want to start development server with yarn start throw …

node.js reactjs yarnpkg react-admin react-scripts
What is main difference between yarn and npm?

I want to ask what is your favorite package manager for JS ? I saw some articles about yarn and npm. …

javascript node.js npm yarnpkg
Error: jest-haste-map: Haste module naming collision:

I have created a custom npm module (will use xxx instead of its name) and link it manually using npm …

android react-native npm npm-install yarnpkg
Yarn, node-gyp rebuild compile error, node_modules/fsevents: Command failed

I am using Yarn to handle the packages. yarn install shows the error regardless of the package that I use …

javascript npm webpack yarnpkg