Agreement
Describe the issue
Repo cli (@bud) is a yarn plugin but the build fails using version 4.0.0 of @yarnpkg/builder.
Expected Behavior
After installing @yarnpkg/builder@4.0.0 running yarn install will build the @bud cli
Actual Behavior
The @bud cli build process fails.
Steps To Reproduce
- Run
yarn upgrade-interactive.
- Select
@yarnpkg/builder (4.0.0-rc-46 -> 4.0.0)
version
0.0.0
Logs
Usage Error: This plugin cannot access the package referenced via node:fs which is neither a builtin, nor an exposed entry (when initializing @yarnpkg/plugin-bud, defined in /Users/kellymears/code/git/roots/bud/.yarnrc.yml)
Configuration
No response
Relevant .budfiles
No response
Agreement
Describe the issue
Repo cli (@bud) is a yarn plugin but the build fails using version 4.0.0 of @yarnpkg/builder.
Expected Behavior
After installing @yarnpkg/builder@4.0.0 running
yarn installwill build the@budcliActual Behavior
The @bud cli build process fails.
Steps To Reproduce
yarn upgrade-interactive.@yarnpkg/builder(4.0.0-rc-46 -> 4.0.0)version
0.0.0
Logs
Usage Error: This plugin cannot access the package referenced via node:fs which is neither a builtin, nor an exposed entry (when initializing @yarnpkg/plugin-bud, defined in /Users/kellymears/code/git/roots/bud/.yarnrc.yml)Configuration
No response
Relevant .budfiles
No response