LibertyDSNP / eth-sdk-ts

TypeScript SDK for DSNP on Ethereum
Apache License 2.0
9 stars 1 forks source link

update to node 16 #185

Closed mehtaishita closed 2 years ago

mehtaishita commented 2 years ago

Problem

Updating Nodejs from 14 to 16

183

Solution

I updated the proper config and tool versions from node engine from 14.xx.xx to 16.14.0

Double Checks:

Change summary:

Steps to Verify:

  1. run: asdf install node 16
  2. run: asdf which node (ensure the install is node 16.14.0
  3. sdk-ts: npm install
  4. sdk-ts: npm run build
  5. sdk-ts: npm link
  6. go to example-client
  7. npm link @LibertyDSNP/sdk
  8. compile and run example-client
  9. sdk-ts: npm run watch