Answers for "npm using dotenv"

4

dotenv npm

//In CMD
npm i dotenv


//in JS file 
require('dotenv').config();
Posted by: Guest on March-01-2021
1

install dotenv node js

npm install dotenv --save
Posted by: Guest on October-19-2020

Browse Popular Code Answers by Language