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
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.
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
ornpm 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 innode_modules
.Example in
package.json
in Project A:These are resolved in full on the Project A but when runing
yarn
ornpm install
on Project B onlycountry-list
gets resolved.The text was updated successfully, but these errors were encountered: