Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Peer dependencies #70

Open
jordwalke opened this issue Jun 1, 2016 · 3 comments
Open

Peer dependencies #70

jordwalke opened this issue Jun 1, 2016 · 3 comments

Comments

@jordwalke
Copy link

How can napa support peer dependencies?

@shama
Copy link
Owner

shama commented Jun 1, 2016

Can you elaborate on what you mean?

@jordwalke
Copy link
Author

There is a feature in node for "peer dependencies". These are not installed like regular dependencies in npm2. Is there an analog in napa for specifying that a dependency should be a "peer dependency"?

@shama
Copy link
Owner

shama commented Jun 3, 2016

Sorry I wasn't clear. I am familiar with peer dependencies. Can you explain a bit more about the goal you're trying to accomplish with napa and why you think napa should support peer dependencies?

Depending on the goal, I might be able to provide a better answer. But the short answer is no, napa will never support peer dependencies. It's not a package manager. it doesn't do any kind of resolutions. That is what npm is used for.

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

No branches or pull requests

2 participants