Top "Yarnpkg" questions

Yarn is an open-source JavaScript package manager.

How Do I Uninstall Yarn

How can I uninstall yarn? I've used it for a react-native project and now whenever I move the code out …

node.js yarnpkg
How to clear cache in Yarn?

I am doing some benchmark tests for Facebook's Yarn. For this, I need to clear my global Yarn cache. Is …

javascript npm dependency-management yarnpkg
error /node_modules/node-sass: Command failed

When I tried install vue store front in my local but when I tried "yarn install" command I get following …

node.js vue.js yarnpkg
How to upgrade yarn version using terminal?

How should yarn be upgraded to the latest version?

ubuntu-16.04 yarnpkg
Yarn install command error No such file or directory: 'install'

I am installing sylius bundle and while install sylius I need to run yarn install So While i run command …

ubuntu ubuntu-14.04 sylius yarnpkg
How to install package from github repo in Yarn

When I use npm install fancyapps/fancybox#v2.6.1 --save, so fancybox package at v2.6.1 tag will be installed. This behavior …

node.js yarnpkg
Module not found: Error: Can't resolve 'core-js/es6'

I've got a problem with my build process in relation to my React app. I always get the following error: …

npm build yarnpkg package.json
Should I commit the yarn.lock file and what is it for?

Yarn creates a yarn.lock file after you perform a yarn install. Should this be committed to the repository or …

yarnpkg
How do I change the version of yarn used?

I used Homebrew to install yarn. Running yarn -v shows that I currently use 0.23.2. I ran brew upgrade yarn to …

homebrew yarnpkg