Git Product home page Git Product logo

Comments (6)

kHRISl33t avatar kHRISl33t commented on September 26, 2024 1

Oh, I see, as I'm checking your attached picture again, I can see you are on windows.
Sorry, sadly I did not try it on windows before releasing it, but I will today and provide some feedback :)

from runtime-env-cra.

seanblonien avatar seanblonien commented on September 26, 2024 1

yea Windows set NODE_ENV=development <command> syntax doesn't seem to work, but my suggestion is just use cross-env

you'd likely want to use it anyways if you're intending on supporting multiple developers on a project, and at least it's just a devDependency. small price to pay for literally just switching one word cross-env NODE_ENV=development <command> and it just working

from runtime-env-cra.

kHRISl33t avatar kHRISl33t commented on September 26, 2024 1

I will update the docs accordingly, and after @seanblonien PR's will be merged, it will work correctly on windows too (with cross-env).

from runtime-env-cra.

kHRISl33t avatar kHRISl33t commented on September 26, 2024

Hey!

Sorry for the late reply, I was away for a few days, but can you provide how the folder structure of your application looks like? tree -I node_modules

Are you using creact-react-app?
Did you add the script source to your index.html ?

To regenerate the runtime-env.js file, you need to stop and than restart the application.

from runtime-env-cra.

mhungc avatar mhungc commented on September 26, 2024

¡Hey dont worry!

Thanks for awnser me.

Actually i'm trying to uses you example for the ts(typescript) one but i can't generate again the runtime.js inclusive i deleted from the public folder and i ran npm start again and it doesnt create the runtime-env.js...it give me the error that i copied before.

the only thing that i changed was the command for the npm start becaouse i'm on windows so to run it locally using npm i had to pot before NODE the set word like this:

"scripts": {
"start": "SET NODE_ENV=development runtime-env-cra --config-name=./public/runtime-env.js && react-scripts start",

But I'm sure it's not that ...

from runtime-env-cra.

mhungc avatar mhungc commented on September 26, 2024

Yeah jeje :) many thanks!

from runtime-env-cra.

Related Issues (15)

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.