ipfs / npm-kubo

Install Kubo (go-ipfs) from NPM
https://www.npmjs.com/package/kubo
MIT License
41 stars 30 forks source link

fix: windows uses hard links #69

Closed SgtPooki closed 11 months ago

SgtPooki commented 11 months ago

there are other ways to solve this (copy, move, etc) or using packages like lnk but I wanted to fix without additional dependencies or change in functionality

fixes #68

SgtPooki commented 11 months ago

testing this fix in ipfs-desktop CI via https://github.com/ipfs/ipfs-desktop/pull/2658

failed on all platforms... https://github.com/ipfs/ipfs-desktop/actions/runs/6435463660/job/17476810154?pr=2658 even though it worked locally when running npm i https://github.com/ipfs/npm-kubo/tree/ff7fa83f6eb9d5910bbd10e3529ffd6be88bbdd8 in ipfs-desktop repo..

SgtPooki commented 11 months ago

closing, root cause is NodeJS 18.18.0, see https://github.com/ipfs/ipfs-desktop/pull/2662