You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node.js import the @status-im/js/dist/index.cjs not @status-im/js/dist/index.js
When import statusjs from "@status-im/js/dist/index.js"; instead of cjs
Node.js complains about can't find ethereum-cryptography/utils because it's not ethereum-cryptography/utils.js and there's no exports in node_modules/ethereum-cryptography/package.json
Got
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in /Users/yqrashawn/Downloads/test/node_modules/js-waku/package.json
errorThe text was updated successfully, but these errors were encountered: