Error during build #2143
Unanswered
KhomenkoSerhii
asked this question in
Q&A
Replies: 1 comment
-
same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! In my project iam use:
recently I started getting an error when making a build - error during build: [commonjs--resolver] node_modules/@rainbow-me/rainbowkit/dist/wallets/walletConnectors/chunk-JVYICMGM.js (27:67): Cannot use a reserved word as a shorthand property 25: name: "TokenPocket",
26: rdns: "pro.tokenpocket",
27: iconUrl: async () => (await import("./tokenPocketWallet-BVMBOYTC.js")).default,
^
28: iconBackground: "#2980FE",
29: installed: !shouldUseWalletConnect ? isTokenPocketInjected : void 0,
RollupError: Cannot use a reserved word as a shorthand property ...
Delete node modules, re-install doesn't help.
Should I configure the project or how to fix this error?
Beta Was this translation helpful? Give feedback.
All reactions