This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
jsipfs config show
throws error #3192
Closed
Description
- Version: 0.48.1
- Platform: Node.js v14.5.0
- Subsystem: cli
Severity:
High
Description:
See steps to reproduce.
Steps to reproduce the error:
- Install ipfs globally
npm i -g ipfs
- (Init if needed)
jsipfs init
jsipfs config show
$ jsipfs config show
Cannot find module 'execa'
Require stack:
- /.nvm/versions/node/v14.5.0/lib/node_modules/ipfs/src/cli/commands/config/edit.js
- /.nvm/versions/node/v14.5.0/lib/node_modules/ipfs/node_modules/yargs/build/lib/yargs.js
- /.nvm/versions/node/v14.5.0/lib/node_modules/ipfs/node_modules/yargs/yargs.js
- /.nvm/versions/node/v14.5.0/lib/node_modules/ipfs/src/cli/parser.js
- /.nvm/versions/node/v14.5.0/lib/node_modules/ipfs/src/cli/index.js
- /.nvm/versions/node/v14.5.0/lib/node_modules/ipfs/src/cli/bin.js