anthonyshort / deku

Render interfaces using pure functions and virtual DOM
https://github.com/anthonyshort/deku/tree/master/docs
3.41k stars 130 forks source link

2.0.0 not usable via npm #361

Closed 11111000000 closed 8 years ago

11111000000 commented 8 years ago

I use in package.json:

"dependencies": {
    "deku": "git@github.com:dekujs/deku.git#v2.0.0-rc8"
  }

but in node_modules/deku only some docs without index.js.

Try to manually clone 2.0.0-rc8, npm install, npm build, then symlink to current node_modules with no luck - Module not found: Error: Cannot resolve module 'babel'

anthonyshort commented 8 years ago

Any reason you're using the git url rather than the version? It seems like it could be something related to that, because it's working for others

11111000000 commented 8 years ago

yes, already found what "^2.0.0" works ok, closed