Frikki / generator-cyclejs

Scaffold out a Cycle.js Nested Dialogue module.
MIT License
2 stars 0 forks source link

yo cyclejs fails #4

Open mox601 opened 8 years ago

mox601 commented 8 years ago

Hi, I tried to use the yo cyclejs scaffold, but without luck. Here is the gist with the relevant logs https://gist.github.com/mox601/f2531651704083d57be2 Could you help me find out how to make it work?

Frikki commented 8 years ago

The generator needs to be updated to work with the latest Cycle.js. I’ll see to it.

pelssersconsultancy commented 8 years ago

Still having the same issue. Guess you haven't had the time yet to adapt the cyclejs version?

jmfayard commented 8 years ago

I think there is something missing with babel to make it compile

// package.json
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.5.0",

// .babelrc
{
    "presets": ["es2015", "react"]
}

alas it still does not run after that (import {Rx} from '@cycle/core'; does not seem to work)

Frikki commented 8 years ago

I’ve been overloaded with work. You are welcome to make a PR.