You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't get a clean yarn to successfully run.
Running with yarn 3.2.1
Its failing with
➤ YN0001: │ Error: ENOENT: no such file or directory, lstat '/Users/johntwigg/development/external/repack-examples/module-federation/module1/node_modules/node-gyp/bin'
Description
I cannot clean install this repo with yarn 3.2.1
I've been tearing my hair out.
Is it YARN thats broken? Is the the checked in files?
Reproducible Demo
Its on a clean install... so this repo.
The text was updated successfully, but these errors were encountered:
i had similar Yarn error in the final Link step with chalk
// ...➤ YN0000: ┌ Link step➤ YN0001: │ Error: While cloning .../node_modules/chalk -> .../swc/node_modules/chalk ENOENT: no such file or directory, scandir '.../node_modules/chalk'➤ YN0000: └ Completed in 9s 677ms➤ YN0000: Failed with errors in 14s 312ms
rm node_modules/.yarn-state.yml # seems to be enough
Environment
I can't get a clean
yarn
to successfully run.Running with yarn
3.2.1
Its failing with
Description
I cannot clean install this repo with yarn
3.2.1
I've been tearing my hair out.
Is it YARN thats broken? Is the the checked in files?
Reproducible Demo
Its on a clean install... so this repo.
The text was updated successfully, but these errors were encountered: