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
Post a Comment