Coder Social home page Coder Social logo

Comments (6)

toddbluhm avatar toddbluhm commented on May 17, 2024 4

So quick update on this. I just noticed that in the command cross-env NODE_ENV=development env-cmd .env node server it is missing the -f flag. Starting with env-cmd@v9 and later, in order to pass a custom env file location you have to use the -f flag.

The command should be:
cross-env NODE_ENV=development env-cmd -f .env node server

If the .env file is located in the project root and named .env then you do not need to pass anything:
cross-env NODE_ENV=development env-cmd node server

Let me know how that works. I have my windows side up and running. I also just added windows support to the env-cmd examples repo here: https://github.com/toddbluhm/env-cmd-examples with all tests passing.

from env-cmd.

toddbluhm avatar toddbluhm commented on May 17, 2024

That is odd. Are you using the same version of cross-env when executing it using env-cmd@8?

Honestly, I really just need to spin up my windows side and spend some time testing env-cmd there to see how things perform and fix all the weird bugs that show up.

from env-cmd.

alekslario avatar alekslario commented on May 17, 2024

bump

from env-cmd.

 avatar commented on May 17, 2024

same issue here

from env-cmd.

toddbluhm avatar toddbluhm commented on May 17, 2024

Another quick update. I just finished adding a test runner for windows on this repo as well. You can see the windows test status badge on the readme page. So now both env-cmd and env-cmd-examples repos have full windows support in test runners. Let me know if your still having issues on windows and please include some specifics 😄

from env-cmd.

toddbluhm avatar toddbluhm commented on May 17, 2024

Closing due to inactivity

from env-cmd.

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.