Ber1984

Results 2 issues of Ber1984

import { config } from "dotenv"; ^^^^^^ SyntaxError: The requested module 'dotenv' does not provide an export named 'config'

Hey. I'm trying to use KPL 0.15.7 latest version and i copied the code kinesis-producer-library-examples-master and run the C_AsyncProducer example locally but i'm getting the next error ``` Could not...