node.js - modelling: npm install error -


i trying install modelling node module using npm. here link https://www.npmjs.org/package/modelling

it keeps throwing me error. no compatible version found: waterline@'balderdashy/waterline'

i have installed dependencies of modelling separately i.e. waterline, lodash, express, extend. still throws me same error. knows work around this?

only thing see, in package.json :

"waterline": "balderdashy/waterline"

is correct semantic version? try replace "*" (any versions) , see.

hope it's help!


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -