You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to your package.json, this package has a dependency on underscore ~1.4.4, but looking through your lib/ directory, the only file that require()'s it is avltree.js, but I don't see it used in there.
It looks like it is used in your test directory, though, so I think you still need it in "devDependencies" (and would then have to remove _ = require('underscore') from avltree.js).
The text was updated successfully, but these errors were encountered:
JamesMGreene
added a commit
to JamesMGreene/node-binary-search-tree
that referenced
this issue
Aug 27, 2017
According to your
package.json
, this package has a dependency onunderscore ~1.4.4
, but looking through yourlib/
directory, the only file thatrequire()
's it isavltree.js
, but I don't see it used in there.It looks like it is used in your test directory, though, so I think you still need it in
"devDependencies"
(and would then have to remove_ = require('underscore')
fromavltree.js
).The text was updated successfully, but these errors were encountered: