Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VSCode complains in jsconfig.js that node_modules/source-map/source-map can not be found

See the below error and jsconfig.json file contents: VSCode jsconfig.js error

I have no idea what the problem is... The "source-map" file the error is referring to DOES exist at the given path.

Note, that everything works fine and as expected, so the error does not seem to cause any problems.

Any help or suggestions are greatly appreciated.

Thanks!

like image 951
Marnix.hoh Avatar asked Mar 22 '21 13:03

Marnix.hoh


1 Answers

Run the Developer: Reload Window command in VSCode, or close & re-open VSCode. That solved it for me.

like image 139
Nick Whiu Avatar answered Sep 27 '22 22:09

Nick Whiu