close

[Solved] VM305:5551 crbug/1173575, non-JS module files deprecated

Hello Guys, How are you all? Hope You all Are Fine. Today I’m getting this error on browsers console VM305:5551 crbug/1173575, non-JS module files deprecated in JavaScript. So Here I am Explain to you all the possible solutions here.

Without wasting your time, Let’s start This Article to Solve This Error.

How VM305:5551 crbug/1173575, non-JS module files deprecated Error Occurs ?

Today I’m getting this error on browsers console:

VM305:5551 crbug/1173575, non-JS module files deprecated.

How To Solve VM305:5551 crbug/1173575, non-JS module files deprecated Error ?

  1. How To Solve VM305:5551 crbug/1173575, non-JS module files deprecated Error?

    To Solve VM305:5551 crbug/1173575, non-JS module files deprecated Error Just delete the launch.json file and it worked for me

Solution 1: delete the launch.json

Just delete the launch.json file and it worked for me

Summery

It’s all About this issue. Hope all solution helped you a lot. Comment below Your thoughts and your queries. Also, Comment below which solution worked for you?

Also Read

11 thoughts on “[Solved] VM305:5551 crbug/1173575, non-JS module files deprecated”

  1. Thank you! I finally realized what I am doing to create this error. When using VS Code, pressing F5 from any html file will load Chrome and debug starts as intended.

    However, on occcassion I have made the mistake of hitting F5 from my ‘*.js’ folder. This created a new ‘.vscode’ folder one step above my project folder, which contains the needed ‘.json’ file.

    Reply
  2. thanks. it really worked. i was using vs code running an external css file into a html file when this problem occurred. i did what this page says as it is and it worked. everything is fine as always. thank you very much

    Reply

Leave a Comment