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

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -