I\'m trying to use dotenv in my client project. I\'m doing this in the top of my file: require(\'dotenv\').config(); But I always get the same error: Unca
require(\'dotenv\').config();
Unca