Giter Site home page Giter Site logo

Error running project on Windows about 3ree HOT 3 CLOSED

gordyd avatar gordyd commented on May 2, 2024
Error running project on Windows

from 3ree.

Comments (3)

GordyD avatar GordyD commented on May 2, 2024

I've never personally tested it out on a Windows machine before, however one of the other issues currently open mentions how to get it up and running on it (See: #45). The issue regarding starting the app is around the fact I assume you are running on a Linux based machine with some form of Bash/Shell support (apparently coming to Windows in v10).

To work around this issue try changing the start command in package.json from:

NODE_ENV=development node server.babel.js & node server.webpack.js

to:

set NODE_ENV=development && start node server.babel.js && node server.webpack.js

from 3ree.

shushiej avatar shushiej commented on May 2, 2024

Thank you for the quick reply,
Yeah i tried the package.json change,and currently this displays:

log
It cannot find the NODE_ENV value of development, even though development is the default value. Which is odd.
it doesn't seem to build the bundle.js either.
I think the best option would be to run this in a linux vm using vagrant. Ill try it that way.

Cheers for you help though.

UPDATE:

Well apparently wndows is case sensitive, i changed SET to set for the start command, and it worked.

from 3ree.

GordyD avatar GordyD commented on May 2, 2024

Glad you found the solution to your problem.

With regards to the warning about the NODE_ENV value of development not matching any config files, that is because there is actually not one in the config/ folder currently, so it falls back to the default configuration.

from 3ree.

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.