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
I'm trying to add the goldrush kit to a react-native projects and getting the following error: Metro has encountered an error: While trying to resolve module @covalenthq/goldrush-kit from file /Users/.../frontend/pages/wallet/ViewWallet.tsx, the package /Users/.../node_modules/@covalenthq/goldrush-kit/package.json was successfully found. However, this package itself specifies a main module field that could not be resolved (/Users/.../node_modules/@covalenthq/goldrush-kit/dist/goldrush-kit.umd.cjs. Indeed, none of these files exist:
I'm trying to add the goldrush kit to a react-native projects and getting the following error: Metro has encountered an error: While trying to resolve module
@covalenthq/goldrush-kit
from file/Users/.../frontend/pages/wallet/ViewWallet.tsx
, the package/Users/.../node_modules/@covalenthq/goldrush-kit/package.json
was successfully found. However, this package itself specifies amain
module field that could not be resolved (/Users/.../node_modules/@covalenthq/goldrush-kit/dist/goldrush-kit.umd.cjs
. Indeed, none of these files exist:287 | }
288 | if (error instanceof InvalidPackageError) {
RCTFatal
__28-[RCTCxxBridge handleError:]_block_invoke
_dispatch_call_block_and_release
_dispatch_client_callout
_dispatch_main_queue_drain
_dispatch_main_queue_callback_4CF
CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
__CFRunLoopRun
CFRunLoopRunSpecific
GSEventRunModal
-[UIApplication _run]
UIApplicationMain
main
start_sim
0x0
0x0
The text was updated successfully, but these errors were encountered: