Skip to content

issues Search Results · repo:motdotla/dotenv language:JavaScript

Filter by

486 results
 (78 ms)

486 results

inmotdotla/dotenv (press backspace or delete to remove)

Hi there, thanks for this library. I had a clarification question on the docs for usage in esm projects. The docs say: https://github.com/motdotla/dotenv/blob/b086bd4a82f01ef88e80c3fa5faaabef943f92f0/README.md?plain=1#L545-L547 ...
  • zach-betz-hln
  • 12
  • Opened 
    27 days ago
  • #857

Hi! When a .env.vault file is being loaded a console.log is printed out every time (even with debug: false) which breaks usage in CLI apps where the stdout will be fed into another process and it only ...
  • arthurfiorette
  • 6
  • Opened 
    on Feb 6
  • #856

HI! A=foo B=bar C=${A}$B # expected to be foobar , but ${A}$B What if we allow ${} and/or $ to be evaluated?
  • passview-core
  • 2
  • Opened 
    on Feb 5
  • #855

We ve run into trouble when using https://vault.dotenv.org/ui/ to edit our environmental variables. Many of our environmental variables contain escaped newline characters (\n). Our environmental variable ...
  • oconnorjoseph
  • 1
  • Opened 
    on Jan 17
  • #853

Hello, We recently encountered an issue where dotenv unexpectedly interprets $ in environment variables when the variable is enclosed in double quotes. This behavior can cause unintended modifications ...
  • Etienne-Bernoux
  • 5
  • Opened 
    on Jan 9
  • #852

When using dotenv to load an environment variable named PROMPT, I noticed unexpected behavior. Steps to Reproduce: 1. Create a .env file with the following content: PROMPT=test 2. Use the following ...
  • VArtzy
  • 2
  • Opened 
    on Dec 27, 2024
  • #850

I believe this should be exported from main.d.ts. export default { parse, config, configDotenv, populate, decrypt, }; Type error
  • sor4chi
  • 2
  • Opened 
    on Nov 21, 2024
  • #846

When I put import dotenv/config , this error will occur. Any idea how to resolve this issue? package version: dotenv : ^16.4.5 , node version: v20.9.0 app: react os: `macOS 15.0.11 SCR-20241020-pqrf ...
  • ccfiel
  • 2
  • Opened 
    on Oct 20, 2024
  • #844

This may well be a me issue as I m not familiar with this package enough, so please let me know if that s the case. I would expect dotenv to automatically pick up correct .env file based on value of NODE_ENV. ...
  • jzaynal
  • 3
  • Opened 
    on Aug 17, 2024
  • #841

Comments are very helpful inside a .env.example file to give a deeper explanation of each variable. But the dotenvx ext genexample command (previously dotenvx genexample) strips out all comments and formatting. ...
  • BenJackGill
  • 1
  • Opened 
    on Aug 17, 2024
  • #840
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub