Giter Site home page Giter Site logo

Comments (5)

ivan-kleshnin avatar ivan-kleshnin commented on May 24, 2024

https://github.com/ivan-kleshnin/cyclejs-examples#install

Did you miss bin/install command from there?
As all modules are in ES6 syntax you need to tweak the executables with the babel-node shebang.

from cyclejs-examples.

tnedich avatar tnedich commented on May 24, 2024

Same after runing bin/install :(

from cyclejs-examples.

ivan-kleshnin avatar ivan-kleshnin commented on May 24, 2024

Argh, that's Windows specific. Unfortunately I hever had time to investigate how to make it crossplatform.

Basically, you need to replace what is in bin/install by something that will do the same stuff in Windows. As Windows has no native shebang support you probably should replace extension handler for .js files from node to babel-node on global system level. I don't think there will be undesired consequences for anything else as babel-node is node just with ES6 syntax preparsers enabled.

Unfortunately, I can't tell you exact commands you should input because
I don't have Windows by hand. And I should warn you, if you just begin with Node, it won't be your last trouble. Many things here are UNIX-only. That's how it is 😞

from cyclejs-examples.

tnedich avatar tnedich commented on May 24, 2024

For now I will test it on my Ubuntu installation. Windows don't play well with developers, and that a fact. Thank you for your time and for nice examples. Code is valuable :)

from cyclejs-examples.

ivan-kleshnin avatar ivan-kleshnin commented on May 24, 2024

Thank you for the kind words. Feel free to ask again if you will find any other obstacles.

from cyclejs-examples.

Related Issues (17)

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.