npm-kubo
npm-kubo copied to clipboard
Install Kubo (go-ipfs) from NPM
I tried `npm install kubo` on nixos 23.11. ```bash npm ERR! code 1 npm ERR! path /home/romain/Projets/rust/identia/node_modules/kubo npm ERR! command failed npm ERR! command sh -c node src/post-install.js npm ERR!...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. Release notes Sourced from actions/setup-node's releases. v4.0.0 What's Changed In scope of this release we changed version of node runtime for action from node16...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Ipfs-desktop receives multiple errors when this package fails to run for whatever reason, and it would be nice if this package could do some proactive checks to determine if the...
I'm trying to use this module for the [Agregore Browser](https://github.com/AgregoreWeb/agregore-browser/) with the latest version of Electron and I'm trying to use ESM. Although Electron doesn't support ESM natively, it's possible...
v18.4.0 (npm v8.12.1). I encountered this while trying to install [ipns-publisher](https://github.com/web3-storage/ipns-publisher) (which has `go-ipfs` as a dependency) on my M1 Mac. But the issue happens even just trying to do...
The README for this module is missing docs on how to override the target version/dist url via env vars and/or package.json config.
`npm install` is failing fairly regularly now, hanging at: ``` > [email protected] install /home/mark/Projects/orbitdb/orbit-db/node_modules/go-ipfs-dep > node src/bin.js ``` I believe three's some automated protection on `dist.ipfs.io` now that's blocking these...
Just for visibility, `ipfs` binary does not seem to be downloaded with npm v7.10.0. Running `npx npm@6 ci` fixes the problem, and I saw a bunch of "postinstall" related regressions...
Dear team, this package is very useful, but for a project I also need the ipfs-cluster binaries. Could you please allow downloading `ipfs-cluster-service` via this package or a seperate one?...