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

Nested napa dependencies not resolving correctly #80

Open
LKay opened this issue Aug 4, 2017 · 0 comments
Open

Nested napa dependencies not resolving correctly #80

LKay opened this issue Aug 4, 2017 · 0 comments

Comments

@LKay
Copy link

LKay commented Aug 4, 2017

I have two projects and one (Project A) have some dependencies through napa. Then I have another project (Project B) which has the first one added as dependency. Regular yarn or npm install commands run fine, but only first dependency defined in napa is resolved and other are ignored. This causes compiling errors as not all dependencies are present in node_modules.

Example in package.json in Project A:

  "napa": {
    "country-list": "umpirsky/country-list#2.0.2",
    "currency-list": "umpirsky/currency-list#1.0.1"
  }

These are resolved in full on the Project A but when runing yarn or npm install on Project B only country-list gets resolved.

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

1 participant