pavelksg
WWasp-lang
•Created by pavelksg on 9/27/2024 in #đŸ™‹questions
Cannot import external module @covalenthq/client-sdk
Could you please help me figure out this error:
This happens in fresh wasp 0.14 app with TypeScript.
I added
"@covalenthq/client-sdk": "^2.1.1"
into my package.json, and then added import { GoldRushClient } from "@covalenthq/client-sdk";
into one of the custom actions. After I run wasp start
, I'm getting error above19 replies