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): remove the need for admin #74

Closed lidel closed 3 months ago

lidel commented 3 months ago

Seems symllink now triggers admin prompt.

Running NPM with admin is not wise, instead we fallback to copying when on Windows.

Closes #68