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
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.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Right now the framework does not support monorepos, so we cannot have nested configs
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.The text was updated successfully, but these errors were encountered: