LIT-Protocol / js-serverless-function-test

12 stars 5 forks source link

Got an error "TypeError: litNodeClient.executeJs is not a function" when running `npm run sign` #1

Closed j-labs-xyz closed 1 year ago

j-labs-xyz commented 1 year ago

When running npm run sign, got the following error

const signatures = await litNodeClient.executeJs({
TypeError: litNodeClient.executeJs is not a function

Can you please help? Thanks @glitch003

j-labs-xyz commented 1 year ago
-    "lit-js-sdk": "file:.yalc/lit-js-sdk",
+    "lit-js-sdk": "^1.2.54",