Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 517 Bytes

File metadata and controls

6 lines (5 loc) · 517 Bytes

One-time Setup Tips

Running npx hardhat node in contracts-identity:

  • If you run into npm ERR! Unsupported URL Type "workspace": workspace:* error
    • Run yarn add --dev typescript instead of npm install --save-dev typescript
    • To run npm install --save-dev ts-node, replace "workspace:*" with "file:*" in my-controls and contracts-identity