Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix peer dependency issue to NestJS packages #27

Merged
merged 3 commits into from
Aug 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,9 @@ Read more about silent payments in [BIP 352](https://github.com/bitcoin/bips/pul
3. Install dependencies:

```bash
$ npm install --force
$ npm install --force
$ npm install
```

_Note: Due to the broken nature of the packages we can only use force for now, but using `--force` can overwrite existing packages so use with caution._

### :notebook: Prerequisites

- Node.js
- Docker (optional)

### :wrench: Configuration

- Create a `config.yaml` file in the project config folder. e.g:
_Note: Due to the broken nature of the packages we can only use force for now, but using `--force` can overwrite existing packages so use with caution._

### :notebook: Prerequisites

- Node.js
Expand Down
Loading