Top "Yarnpkg" questions

Yarn is an open-source JavaScript package manager.

The platform "win32" is incompatible with this module (fsevents)

I'm trying to create React app using npx create-react-app first-react-app. When it start to create the app, I'm getting the …

reactjs npm yarnpkg fsevents
How to target a single workspace with Yarn?

I have workspaces set up like this "private": true, "workspaces": { "packages": [ "packages/*" ], "nohoist": [ "**/firebase-admin", "**/firebase-admin/**", "**/firebase-functions", "**/firebase-functions/**" ] }, In my packages …

yarnpkg yarn-workspaces
Moving away from Bower (discontinued) to use Yarn/Npm instead (.Net Core MVC) VS2017

I started working on a .Net Core application around 1 year ago. I used .Net Core to set up my project …

npm asp.net-core-mvc visual-studio-2017 bower yarnpkg
Can't Add Icon To Electron App With Electron Builder

I have made an app with Electron and am trying to package it with Electron Builder. Link to repository Does …

electron yarnpkg electron-builder
Yarn 5x slower on windows

When I add a new package to an existing installation where yarn install has already been run, it takes 5 minutes …

javascript windows yarnpkg
"No provider for TranslateService" error somehow connected to npm install

With my Angular+Webpack+JHipster+yarn project I get the following error. Then I delete node_modules and run 'npm …

angular npm webpack jhipster yarnpkg
Rails precompile assets Yarn executable was not detected

I have a Rails project that we converted from Rails 5.0 to Rails 5.1.0. When I try to precompile the assets, I …

ruby-on-rails ruby-on-rails-5 asset-pipeline yarnpkg
How do you cache Yarn Dependencies for a Docker image build in CircleCI?

My yarn installs take ~5 minutes right now. I'm trying to figure out a way to cut them down. Right now …

docker yarnpkg circleci
nohoist with workspaces still hoisting

Inside my Monorepo I have one packages in which I want all the dependencies inside its node_modules. But whatever …

yarnpkg monorepo yarn-workspaces
Is there's a command for yarn to install a subfolder?

Background: We are using yarn in this project and we don't want to write our package.json scripts with a …

npm-install subdirectory yarnpkg