-
Notifications
You must be signed in to change notification settings - Fork 9
build-ts
cannot find module
#23
Comments
I've updated the README with the commands I use to run the project locally
let me know if that helps. My PATH has let me know if that helps? |
I have re-cloned the project and retried and it seems to be okay right now, no issues, it seems running watch-ts for first time (before lib folders are created) will show something like I guess its because they run in parallel, once lib folders are created there are no issues |
Ah! That makes sense. What's the best way to handle that? I expect other projects have run into the same when using lerna with transpiled js. |
this has been fixed as a side effect of the new |
Actually, still got the issue locally. Running |
When using yarn within lerna, with useWorkspaces: true, yarn will attempt to hoist the packages, this resulted on my end issues where typescript would complain about the paths (since they are hoisted at root node_modules), and also build failing
By disabling workspaces and using
lerna bootstrap --nohoist
it was working fine,I am not sure if I should be experiencing this issue since you will have noticed it by now, any clues?
The text was updated successfully, but these errors were encountered: