Use the default $HOME/.esy prefix if hardlinking across drives is not a problem
Open
- Dominant language
- TypeScript
- Stars
- 16
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
As noted in #21 , hardlinking across drives (say, `C:` to `D:`) is not necessary in all cases. Right now, it's a problem only if user opts into `node_modules` linker.
This action should use the underlying esy binary to figure if hardlinking problem is relevant to the project - if not, it should behave like users expect. ie. place the esy prefix in `$HOME/.esy`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.