hq: Error resolving module specifier in raw tsc --init project
Uncaught TypeError: Error resolving module specifier “\render”. Relative module specifiers must start with “./”, “../” or “/”.
typescript 4.0.3 node 12.18.4 or 14.12.0
The most basic of basic typescript projects seem to be broken now. This wasn’t broken the last time I was playing with this project.

About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 19 (10 by maintainers)
Remote debugging is painful. Hope
0.0.26will work. I honestly do not understand why it’s not working withoutindex.html, but let’s try and see.Thanks so much for resolving this for me right before your vacation! 😄
http://localhost:8080/Failhttp://localhost:8080/index.html“Succeed”Logs in Firefox:
Bingo! It looks like what we need. I’ll add exception for windows and release in couple of minutes.
@Zageron Can you please run node in the project root
And then execute few lines of code to test how it works on Windows system?
Hey, can you please test new version
0.0.24so I will be able to release supplementary VSCode plugin?Thanks a lot for the detailed logs. Usually just a problem statement is enough, but I have no windows machine so it is much easier with the log in this case. I’m going for vacation tomorrow, will try to find the issue before that. Sorry for inconvenience.
@Zageron can you please give me the output of
hq --verboseand separate results of requesting/render.tsand/index.ts?