I am installing knockout using node.js and I am running following command
npm install knockout
but I am getting these errors.
UNMET PEER DEPENDENCY underscore@^1.8.3
npm WARN knockout-validation@0.1.1 requires a peer of underscore@^1.8.3 but none was installed.
Please help!