Closed loganpowell closed 10 months ago
Can you please try running the same file with ts-node
outside of Quokka to see if module resolution is working correctly there?
Hi @ArtemGovorov. Good to hear from you. Yes, it works with ts-node
@loganpowell Thanks for checking! Can you please share:
package.json
file (and relevant subproject's package.json if any) and your turbo.json
file if any,./packages/my-package/dist/index.js
and ./packages/vault/dist/index.js
files@loganpowell - are you able to provide the details Artem requested so that we can continue our investigation for you?
Closing this issue since we haven't heard back. If you reply with the details requested, we'll reopen the issue.
Sorry for the delayed response, but I thought this issue was resolved by the latest update, which fixed it. I thought that notice was in this thread. Everything works now.
This fixed it
Issue description or question
Is this issue related to Quokka not outputting the expected results of your code?: Yes
I am trying to run quokka in a typescript monorepo using Turbo repo, but module resolution is choking. I've tried to install the hidden dependency, which is actually already included in my turborepo root
node_modules
, so I'm not sure how to proceed.Any tips from someone with experience with these two technologies together?
Sample code
Quokka.js Console Output
Code editor version
Visual Studio Code v: 1.85.1
OS name and version
OSX: Macbook Pro (M2): 14.2.1 (23C71)