Node.js-Stripe-Shopping-Cart
Node.js-Stripe-Shopping-Cart copied to clipboard
Fixed the "dotenv.load() is not a function" error
trafficstars
To overcome the dotenv.load() is not a function" error while trying to run a Node script, we should now use the dotenv.config()`.
Please refer here to the NPM documentation (https://www.npmjs.com/package/dotenv)