voronianski / flux-comparison

:pencil: Practical comparison of different Flux solutions

Home Page:https://labs.voronianski.dev/flux-comparison/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

babel dependency is out of date (and lux.js has moved forward)

rcambrj opened this issue · comments

In package.json:

  "dependencies": {
    "babel-runtime": "^4.7.3",
...and...
  "devDependencies": {
    "babel": "^4.7.3",

When running npm install:

npm ERR! peerinvalid The package babel does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer lux.js@0.7.3 wants babel@5.x

Lux has moved forward: LeanKit-Labs/lux.js@11c6ecc