Tms WEB CORE TypeScript.

I have recently installed TMS WEB Core VS on a MacBook Pro M4, also installed
typescript for TMS web core + nodeJs and Chrome. I got the following error when I run. No issue on windows 11 pc but only on MacBook. Did anyone get such an error and found a solution? Thanks in advance.

Blockquote

Could not read source map for chrome-error://chromewebdata/: Unexpected 503 response from chrome-error://chromewebdata/neterror.rollup.js.map: Unsupported protocol "chrome-error:"

It looks like the problem has been solved after running : npm install http-server --save-dev. WebCore VS with Typescript works now on MacOs.

Thanks for informing!