Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Find unmet deps in parent directories, searching as node does up as far as the left-most node_modules folder #1

Open
studgeek opened this issue Jun 23, 2012 · 1 comment

Comments

@studgeek
Copy link

See isaacs/npm#2553 for background.

@isaacs
Copy link
Contributor

isaacs commented Jun 23, 2012

+1.

I think what really needs to happen here is to move that functionality out of read-installed. There should be a separate standalone requireResolve(id, from, cb) that lives outside of node, and is asynchronous. Then read-installed could just have that figure out which version of what is going to be found, and this could be simplified a great deal.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants