https://typestrong.org/ts-node/docs/recipes/visual-studio-code/
I followed this tutorial for vscode support for ts-node so I can launch typescript code for nodejs. I managed to make it work but now it gives this error every time I launch it:
Could not read source map for file:///C:/Users/ntt20/Desktop/Scripts/node_js_learning/node_modules/typescript/lib/typescript.js: ENOENT: no such file or directory, open 'c:\Users\ntt20\Desktop\Scripts\node_js_learning\node_modules\typescript\lib\typescript.js.map'
Is anyone familiar with this error and know how to solve it?
#Source map error after trying to add vscode support for ts-node
12 messages · Page 1 of 1 (latest)
Broken link
sorry
👍🏻
This?
let me check
I don't use ts-node, or VS Code debugger, so I can't give you much more specific
I think that code might be just for VS Code debugger? For normal execution you would just add a command in package.json scripts I think
it is, I generated a launch.json and did what the tutorial has told me to do
OK