简体   繁体   English

VSCode 在 jsconfig.js 中抱怨找不到 node_modules/source-map/source-map

[英]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:请参阅以下错误和 jsconfig.json 文件内容: VSCode jsconfig.js 错误

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!谢谢!

Run the Developer: Reload Window command in VSCode, or close & re-open VSCode.运行Developer: Reload Window命令,或者关闭并重新打开VSCode。 That solved it for me.这为我解决了它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM