-1

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!

DvG
  • 634
  • 5
  • 10

2 Answers2

0

Is there anything else in the error? Can you display it here?

KimboSlice
  • 37
  • 8
0

I have got it resolved from another Thread which was used for angular related issue. So Every time I have unmet peer dependency, I can run

npm install _dependency_name

Thank you

Community
  • 1
  • 1
DvG
  • 634
  • 5
  • 10