Replies: 1 comment
-
For 1, seems no solutions as expected, workaround stated below. For 2, set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the user story
Was not a yarn berry user.
Try a
pnpm
repo on a remote machine.Try
bi-sync
way first, but give up as it's sync is not blocking.Then the
fuse
way, but the largenode_modules
get things very very slow.For example
require('benny')
Then I remember yarn berry, awesome!
So, decided to use yarn berry in some situations.
But, I gonna ask some things, seems but found in document.
I use typescript, and ESM. Using other PM, I can run
.mts
byHow can I do that if i use yarn berry?
node_modules
, what can I do if I want to quick modify source of a dependency?Describe the solution you'd like
Describe the drawbacks of your solution
Describe alternatives you've considered
Beta Was this translation helpful? Give feedback.
All reactions