Skip to content

Commit 3eb7af5

Browse files
committed
Update document for dependency conflict issue
1 parent 2987c0e commit 3eb7af5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ $ npm install
7070

7171
**Note:** these smart contracts are not designed to be library contracts, and you can fork these contracts locally to modify them yourself, rather than importing them directly by a git link.
7272

73+
If you encounter a dependency conflict during installation, this is due to the version number of the hardhat-deploy-ethers module being incompatible with the @nomiclabs/hardhat-waffle required @nomiclabs/hardhat-ethers module version number. Make sure to add `--force` flag to `$ npm install` to resolve this problem.
74+
7375
### Membership NFT
7476

7577
Currently, the membership NFT contract (`contracts/contracts/core/Membership.sol`) is the entry point for all contracts and the creator of all contracts.

0 commit comments

Comments
 (0)