79412063

Date: 2025-02-04 14:41:13
Score: 1
Natty:
Report link

The problem is that the Windows Explorer's Create shortcut action that I was using creates a file symbolic link, not a directory symbolic link.

I had to use the command prompt to create the symlink:

mklink /d "x/node_modules/y" "C:\Users\hydro\Repository Groups\Jet\y"

Then the y module was finally found by TypeScript.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Matheus Dias de Souza