Giter VIP home page Giter VIP logo

Comments (6)

entropitor avatar entropitor commented on July 19, 2024 1

Seems like a bug in dotenv-expand. Not sure why the newer version doesn't work but nothing we can do about that. I'm pretty sure dotenv-expand as a library will have the same bug

from dotenv-cli.

mishabruml avatar mishabruml commented on July 19, 2024 1

experiencing this on dotenv 5

from dotenv-cli.

wilsonpage avatar wilsonpage commented on July 19, 2024 1

I found that this is related to some special-chars in my .env. Commenting those lines out avoids the error. But yes, this is still a bug in dotenv-expand.

from dotenv-cli.

DollarAkshay avatar DollarAkshay commented on July 19, 2024

@wilsonpage You are right.

This is kinda stupid. I have a $ sign inside my .env file as it is part of a password and now this library doesnt work because of that ?

from dotenv-cli.

entropitor avatar entropitor commented on July 19, 2024

Try quoting it, if it doesn't work, file a bug over at dotenv-expand as "this library" doesn't do any parsing.

from dotenv-cli.

andrii-lundiak avatar andrii-lundiak commented on July 19, 2024

Hi :) Good to see some activity under my issue, which had been closed already by @entropitor - but it's ok.

I wanna say, that that at the time of report I'd experimenting with cross-env dotenv and dotenv cross-var and a few other approaches to somehow bring variable from .env to package.json. And now considering that MY .env file has many other things, I will research (cleanup/delete/etc) and will update this ticket later.

Here is my full list of experiments:

    "cypress:run": "cypress run",
    "cypress:run:new1": "cross-env CYPRESS_BASE_URL=http://localhost cypress run",
    "cypress:run:new2": "cross-env dotenv cypress run",
    "cypress:run:new3": "cross-env dotenv cross-var cypress run",
    "cypress:run:new8": "export $(cat .env | xargs) && npm run cypress:run:auth",
    "cypress:run:new9": "export $(cat .env | grep \"^[^#;]\" | xargs) && cypress run",

from dotenv-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.