Add opt-in npm-on-ipfs support
See original GitHub issueAs per discussions over on https://github.com/ipfs-shipyard/npm-on-ipfs/issues/94 we’d like make it easy for ipfs-desktop users to try out npm-on-ipfs, and co-host modules that they install.
- Offer a prompt to install the
ipfs-npm
command line tools - alias it as
npm
oryarn
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
ipfs-http-client - npm
A utility to allow files on the file system to be easily added to IPFS. globSource(path, pattern, [options]). path : A path to...
Read more >ipfs-http-client | Yarn - Package Manager
0 vulnerabilities. A client library for the IPFS HTTP API. ipfs. readme. IPFS in JavaScript logo ... Use it. $ yarn add ipfs-http-client ......
Read more >Configure a node - IPFS Docs
IPFS nodes can be customzied using the configuration file. The default values should be fine for most use-cases. However, you may want to...
Read more >Ipfs NPM - npm.io
Install js-ipfs globally > npm install ipfs --global > jsipfs --help Commands: ... The libp2p option allows you to build your libp2p node...
Read more >IPFS Support in Brave
Using a gateway of your choice for resolution; Disabling IPFS resolution. When you have IPFS configured to use a local node, it will...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This might be a good chance to co-opt @fsdiogo’s help system. Each IPFS Experiment could be automatically installed upon release, and the user notified upon app launch, and offered the option to disable it, e.g. …
Settings could be home base for managing these add ons.
@lidel I agree that it is risky changing binaries. For now, we decided just to install
npm-on-ipfs
package and tell the user to useipfs-npm
instead of regularnpm/yarn
commands. This needs some more thought because changing the variable PATH is not as easy as it seems since it might depend a lot on the shell the user is using.On Windows it’s relatively easy and we already do it to add IPFS to the PATH.