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
any chance it could work without a package.json lookup? my global node_modules is huge, lodash, async, request, minimatch, glob, rimraf, esprima, inherits...
The text was updated successfully, but these errors were encountered:
maybe accept a second argument and check if it's a directory, if so walk, it, taking note of the folder name, then creating the root tree out of it (like a virtual package.json, taking the versions from each package.json inside each folder) npm-semver-dedupe node_modules
any chance it could work without a package.json lookup? my global
node_modules
is huge, lodash, async, request, minimatch, glob, rimraf, esprima, inherits...The text was updated successfully, but these errors were encountered: