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
{
"name": "@myorg/child-project",
"dependencies": {
"typeorm": "1.0.0",
"aws-sdk": "3.4.5"// <- THIS IS MISSING in parent-project/node_modules// neither it is present in parent-project/node_modules/@myorg/child-project/node_modules
}
}
After I do npx relative-deps add ../child-project the aws-sdk package is missing.
The text was updated successfully, but these errors were encountered:
The issue's title might be confusing, but here is what I mean:
I have
parent-project
that hasAnd I have
@myorg/child-project
package that has:After I do
npx relative-deps add ../child-project
theaws-sdk
package is missing.The text was updated successfully, but these errors were encountered: