Skip to content
#

yarn2

yarn logo

Yarn is a package manager for the code. It allows you to use and share code with other developers from around the world. With Yarn, engineers still have access to the npm registry, but can install packages more quickly and manage dependencies consistently across machines or in secure offline environments.

Here are 71 public repositories matching this topic...

ojkelly
ojkelly commented Dec 17, 2020

Describe the bug
the entrypointjs file for yarn build isn't setting up pnp for child processes

** Fix **

Need to set NODE_OPTIONS, similar to https://github.com/yarnpkg/berry/blob/a76373ac01680b85e6499dc2085abac00d4db575/packages/plugin-pnp/sources/index.ts

Source:

https://discord.com/channels/226791405589233664/226791405589233664/789268044983173160

bug good first issue

Created by Google, Facebook, Exponent, Tilde

Released October 11, 2016

Organization
yarnpkg
Website
yarnpkg.com

Related Topics

javascript node npm package-manager yarn-workspaces