Top "Yarnpkg" questions

Yarn is an open-source JavaScript package manager.

yarn error "EACCESS: permission denied, scandir '/home/ubuntu/.config/yarn/link'"

Whenever I try something with yarn on Ubuntu 16.04 server. It gives an error. I am currently using nodejs v8.10.0 yarn …

node.js ubuntu npm yarnpkg
Yarn local packages dependencies

I have the following folder structure: ~ (user home folder) - api ... - package.json - lib - libA ... package.json …

node.js npm yarnpkg
How do I override nested dependencies with `yarn`?

If my package has these dependencies { "name": "my-package", "dependencies": { "foobar":"~1.0.3", "baz":"2.0.9" } And the foobar package has these dependencies { "name": "foobar", "…

node.js npm npm-shrinkwrap yarnpkg
What is the equivalent of "npm install --save" in Yarn?

I am using Yarn to install the dependencies of my project. What is the equivalent of "npm install --save " in …

npm yarnpkg
Yarn not installing in nvm version node version

I'm running into an issue with yarn when I change my nvm version of node. I noticed when I check …

npm yarnpkg nvm
How to change Yarn default packages directory?

When Yarn is used to install dependencies, it puts them in node-modules directory by default. How can I change this …

laravel config yarnpkg
Yarn - Node Sass does not yet support my current environment

I'm using Sage WordPress starter theme - https://github.com/roots/sage. From today when I run yarn build (webpack …

node.js webpack sass yarnpkg package.json
What is the difference between brew, yarn, and npm?

I was using the react-native package which I installed globally with npm. Now it says at the first line after …

npm homebrew bower package-managers yarnpkg
How to sync `yarn.lock` with `package.json`?

I installed a package with yarn add --dev, run its setup process and during it, the package installed several other …

node.js package.json yarnpkg
is there a yarn alternative for npm audit?

need pinned resolution feature of yarn, but also want to audit with npm audit? Is there a yarn alternative to …

security npm dependencies yarnpkg audit