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
Multiple RN devs have experienced difficulty linking local packages.
Link RN SDK packages into web-components
Link web-components into invoicing-template
Investigation required.
Bandaid Solution
Copy/paste the dist/ folder works, but it's prone to human error.
Theories
Linking pulls in extra directories that it shouldn't. Maybe there's a way to configure the npm link command to exclude a directory.
Linking multiple levels fails but single level works
web-components is monorepo so location to run link command depends on whether the dependency is specific to the package, or shared with multiple packages.
The text was updated successfully, but these errors were encountered:
Problem
Multiple RN devs have experienced difficulty linking local packages.
Investigation required.
Bandaid Solution
Copy/paste the dist/ folder works, but it's prone to human error.
Theories
npm link
command to exclude a directory.link
command depends on whether the dependency is specific to the package, or shared with multiple packages.The text was updated successfully, but these errors were encountered: