Closed felipecao closed 7 years ago
Are you sure is nothing else that a WARN
?
See if the package was installed (i.e. check if node_modules/sinon-mongoose
exists)
The package is there, my bad (damn newbies! :) ). Sorry about that, and thanks a lot for the great work in sinon-mongoose
!
@felipecao glad to know it's working and thank you!
I'm trying to setup sinon-mongoose in my project, but
npm install -D sinon-mongoose
fails withUNMET PEER DEPENDENCY sinon@2.1.0
.I'm a complete newbie at unit testing with JS, so I might as well be doing something wrong. Here's my current
package.json
:And this is the console output of
npm install -D sinon-mongoose --verbose
:Am I doing anything wrong in my setup? Help is highly appreciated! :)