Top "Yarnpkg" questions

Yarn is an open-source JavaScript package manager.

How do I create a React Native project using Yarn?

I am running the following commands in the DOS console on a Windows 7 (64-bit) machine. npm install -g yarn yarn …

android npm react-native yarnpkg
Yarn global command not working

I'm working with Yarn v0.16.1. If I understand correctly (according to the documentation), yarn global add <package> should …

javascript npm yarnpkg
Install Yarn Ubuntu 16.04 (Linux Mint 18.1)

I have a new installation of Linux Mint 18.1 with Ubuntu 16.04. I have installed Node 6.10.0. When doing the command that indicates …

node.js ubuntu-16.04 yarnpkg
How do I force Yarn to reinstall a package?

My project has a dependency that I sometimes get from a package server and sometimes get from a local copy …

node.js yarnpkg
How to install package with local path by Yarn? It couldn't find package

In my package.json I'm pointing local package my-custom-i18n by its relative path: package.json "dependencies": { "core-js": "^2.4.1", "my-custom-i18n": "./../…

node.js npm yarnpkg
Should I commit yarn.lock and package-lock.json files?

We're using yarn for all our deterministic pkg installations but don't prevent the user from using npm - I'm guessing …

npm package yarnpkg
What does " yarn build " command do? Are " npm build " and "yarn build" similar commands?

What does yarn build command do ? Are yarn build and npm build the same? If not what's the difference?

npm yarnpkg
How to install a list of many global packages with Yarn

yarn install -h suggests that the -g (global) option is DEPRECATED. How am I supposed to indicate that I want …

node.js npm yarnpkg
What is the difference between yarn run and npm start?

Is yarn run intended to be the equivalent of npm start?

npm yarnpkg npm-start
Yarn - There appears to be trouble with your network connection. Retrying

I have been trying to do the quickstart guide for react native, but kept getting this error There appears to …

yarnpkg