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
After just cloning and yarn installing, and without building the project both of my editors (VSCode and emacs with tide) report "Cannot find module '@org/random'". Weirdly, if I run tsc --traceResolution inside sls-random I get:
Module name '@org/random' was successfully resolved to '/Users/prietoj/Code/serverless-mono-example/packages/random/src/index.ts'.
Can this be related to the issue being tracked in #4?
The text was updated successfully, but these errors were encountered:
After just cloning and yarn installing, and without building the project both of my editors (VSCode and emacs with tide) report "Cannot find module '@org/random'". Weirdly, if I run tsc --traceResolution inside sls-random I get:
Can this be related to the issue being tracked in #4?
The text was updated successfully, but these errors were encountered: