Hi <@U01MV4U2EV9>, I am trying to implement <https...
# help
l
Hi @thdxr, I am trying to implement https://github.com/serverless-stack/kysely-data-api and getting the following error. I can confirm that the module does exist in node_modules. Thanks
Copy code
error - Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/Users/lgupta/Documents/Projects/checkout-com-payments-app/node_modules/kysely-data-api/dist/esm/data-api-driver' imported from /Users/lgupta/Documents/Projects/checkout-com-payments-app/node_modules/kysely-data-api/dist/esm/data-api-dialect.js
t
are you using esm for your functions?
l
@thdxr thanks for the reply. I did not do anything to set this up specifically. I have nextjs and yarn workspaces set up Importing it in the following way works.
Copy code
import { DataApiDialect } from '../../../../node_modules/kysely-data-api'