Great video! For those working with ES6 and who could face some trouble, you could use this : `import dotenv from 'dotenv'; dotenv.config();` instead of require().
@bhaskargowda-3955 Жыл бұрын
Thanks a ton manhh
@cm3462 Жыл бұрын
another way : import { config } from 'dotenv' config()
@carolinaaa-d4h Жыл бұрын
Thanks 😁
@fadlikurniawan44786 ай бұрын
THANKYOUUUUUUUUUUUUUU
@qwerty30002 ай бұрын
another way: import 'dotenv/config'; :))
@SuperYtc12 жыл бұрын
2:27 is when the vid starts
@AMG-cc7pi Жыл бұрын
thanks for the video , just on point. Before watching this video I had to read multiple useless blogs that were long and still were not clear enough and incomplete.
@edutech8909 Жыл бұрын
Quick and straight to the point! thanks man. You just got a new subscriber!
@GuilhermeSiebert Жыл бұрын
Thanks man. You quickly solved what 5 other videos didn't!
@AlphaSynapse11 ай бұрын
exactly 😂
@peanutcelery2 жыл бұрын
If your .env is named different like .env.local then you pass the options in config: config({path: "./.env.local"})
@vasilymedvedev307710 ай бұрын
great video and very consistent explanation, thank you, bro!
@deshangunatunga41752 жыл бұрын
Great video, short and to the point. Thank you
@DAULISG Жыл бұрын
I really appreciate these vids too, "short and to the point"
@anounTT Жыл бұрын
FYI: The .env file has to be where you start the application. I had index in /src/index.js, and env '/' and my start script was 'cd src && nodex index.js' and it did not detect my env variables. In the video you said in the root, but not all applications start from the root.
@adaninz4340 Жыл бұрын
I had the same probleme but I put the .env file in src and requiere dotenv module like this: require(“dotenv”).config({path:”src/.env”});
@aseo9524 Жыл бұрын
Was having the same issue, your comment helped me. Thanks!
@danielfan9196 Жыл бұрын
I LOVE YOU SO MUCH EVERY OTHER VIDEO DIDN'T WORK I LOVE YOU
@JuanRomero-cq3dy2 жыл бұрын
simple and straight forward thanks bro
@qwerte9 ай бұрын
Starts at 2:28
@jorims85372 жыл бұрын
Why do I need the dotenv dependency though? Can't I just add properties to the process.env in a seperate file and import them to the other sheets ?
@yidan_wang_ittan Жыл бұрын
Thank you so much! Help me clear my doubt!!!
@dcode-software Жыл бұрын
You're welcome 😊
@GiuseppeGreco-jl7dx Жыл бұрын
Quick and easy. Thanks a lot!
@b391i3 жыл бұрын
Keep Going My Friend On The Internet 😁
@patricetekeda Жыл бұрын
Great vid as always
@dcode-software Жыл бұрын
You're welcome.
@Eliastaye62 жыл бұрын
Thank you my brother that was helpful
@SudhanshuKumar-dg2mj Жыл бұрын
Great and Thanks Bro 👍👍👍
@kennethsolomon21782 жыл бұрын
Thank you so much ! Created my first .env file LOL.
@AlphaSynapse11 ай бұрын
That was helpful 👍
@anandshete91709 ай бұрын
You are a GOD!!!!!!!!!!!!
@sagigalian93472 жыл бұрын
thank you my friend, helped me a lot !!!
@XDTrae Жыл бұрын
Actually a great video. Thank you very much
@patrick_kabwe3 жыл бұрын
Thankful for the content you are giving out. Kindly create a video on how to upload a image or other files with node with a package
@InshuMussu2 жыл бұрын
Well Explained, Thanks
@DmitryLubenskiy2 жыл бұрын
And how do I setup env in production after deployment?..
@Новаинжиниринг2 жыл бұрын
Thank you, it's useful!
@gilbertrosales967 Жыл бұрын
Works. Thank you
@umbertocrema6249 Жыл бұрын
Thanks man!
@NaveenGabrielАй бұрын
can .env file be outside the folder ?
@abcd12359112 жыл бұрын
How do we get the cloud foundry env variables like VCAP_APPLICATION in node.js ?
@SaintHanappi3 жыл бұрын
Klick (=like) first, then watch the content ;))) Excellent content/topic
@grantdoyle1259 Жыл бұрын
trying to use a env file in a vite project but getting this: Uncaught ReferenceError: require is not defined
@codeisaurabh Жыл бұрын
It looks like you have not installed packages
@sagyblecher9258 Жыл бұрын
thank you so much!
@JD-hq1kn2 жыл бұрын
Short Sweet and Effective.
@dcode-software2 жыл бұрын
Glad you liked it
@falcongold20243 ай бұрын
if you're ever having issues with .env. for example if it is saying something like needs to be a string...make sure your .env file is in the root of your project
@dph65392 жыл бұрын
I have a problem and also a question. what if I want to use multiple databases in dotenv?
@harshilpatel3389 Жыл бұрын
which theme are you using?
@dcode-software Жыл бұрын
The theme I'm using is called "dcode" and I made it for my KZbin videos. You can find it on VS Code marketplace
@ruuuff Жыл бұрын
thank you!
@adeshkumarpatra262010 ай бұрын
Thanks!!
@vinzegonzalesgamboa1908 Жыл бұрын
nice! ty
@developmenthimanshu7324 Жыл бұрын
thanks budy
@mboe94 Жыл бұрын
Mine says "undefined" Any ideas? Been looking around for 5 hours now. lol. programming is fun.
@crazyboyrish257710 ай бұрын
Same
@DawitMengistu_a Жыл бұрын
.env file should be outside of any folder like routes or any other that solved my undefined problem.
@crazyboyrish257710 ай бұрын
Thanks alot brother you saved my day❤
@twizzy50837 ай бұрын
mine is outside of any folder and i still get undefined :(
@AriKhuu Жыл бұрын
thank you
@999hibuki Жыл бұрын
ty
@mochalo49122 жыл бұрын
thnx !
@aaronargottelopez34882 жыл бұрын
Thank you! This was awesome. Notheless, could you set subtitles in your next videos, please?
@yashsrivastav38592 жыл бұрын
thanks
@twizzy50837 ай бұрын
i wish this worked for me i keep getting undefined
@oliverwolfson2 жыл бұрын
worked
@aminamini91913 жыл бұрын
♥️♥️♥️
@shayanvaliyari82322 жыл бұрын
It could be better if u separated the introduction to .env and the usage guide into two even shorter videos just so people get faster answers from your channel
@BronteJack-o3l3 ай бұрын
Don Ports
@SuperYtc12 жыл бұрын
1) I don't care what your name is. 2) I can read the title of the video, that's why I clicked on it.