JedWatson / generator-react-express

React / Express Project Generator
MIT License
34 stars 6 forks source link

dependencies #1

Closed mixophrygian closed 9 years ago

mixophrygian commented 9 years ago

Heads up, out of the box node server fails, citing the inability to find reactify. Went ahead and npm install --save reactify only to get the following error:

transform: [babelify.configure({

ReferenceError: babelify is not defined

But it turns out npm installing and --saveing babelify resolves the issue. (As well as importing babelify to server.js)

JedWatson commented 9 years ago

Sounds like something's all out of whack, I'll take a look.

JedWatson commented 9 years ago

Hi @mixophrygian, I've fixed that issue and just published a new version - v0.2.2

Thanks for the report!

mixophrygian commented 9 years ago

:+1: