Closed MataChuck closed 2 years ago
Thanks for the nice words, @MataChuck ! I haven't used Windows for over a decade by now, so I am sorry we don't have a good testing coverage in that OS.
Does the path C:**\d**ev\
even make any sense in Windows? Where is it actually trying to point to?
Anyway, it looks like you are somehow getting a messed up value on the tsconfigFile
variable somewhere in this part of the code:
There are a few things you should try:
BRAINYDUCK_TSCONFIG
to point to something like ./node_modules/brainyduck/tsconfig.json
(make sure it points to this file but in your local installation).Have you found a solution @MataChuck ? 😊
Hi Brainy Ducks, big fan of what you guys are doing, keep up the great work. Currently I'm getting some issues running the basic project which is the error found above. I'm running on Windows 11 in node versions 16 and 18. I believe that it's a string parsing issue with the backwards slash on Windows, because running the commands on Mac works fine. Any ideas or help for this is greatly appreciated. I feel like the issue would be solved if the generated
.cache
folder'stsconfig.json
file location string added double backslashes for special characters.