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

Resolve node_modules using the node resolution algorithm #623

Open
dan-cooke opened this issue Oct 28, 2022 · 0 comments
Open

Resolve node_modules using the node resolution algorithm #623

dan-cooke opened this issue Oct 28, 2022 · 0 comments

Comments

@dan-cooke
Copy link

Is your feature request related to a problem? Please describe.
Right now the framework does not support monorepos, so we cannot have nested configs

apps/
      lambda
            - app.arc
       other-service
            - app.arc
node_modules

If I try to run npx arc init in any of these directories I get "Cannot find plugin 'architect/plugin-typescript'! Are you sure you have installed or created it correctly?"

It seems that arc is just looking for a sibling node_modules directory, instead of trying to resolve modules using the tried and tested resolve function from node.

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

No branches or pull requests

1 participant