Software⏱️ 2 min read📅 2026-06-03

How to Fix: How to disable JavaScript build error in Visual Studio 2017?

Disable JavaScript build error in Visual Studio 2017.

Quick Answer: To disable the JavaScript build error, go to Tools > Options > Text Editor > JavaScript > Advanced and uncheck 'Enable ESLint'.

How to disable JavaScript build error in Visual Studio 2017?

💡 Why You Are Getting This Error

  • Recently, you updated Visual Studio 2017 from RC to final.

✅ Best Solutions to Fix It

Method 1: Disable ESLint

  1. Step 1: Open your project settings by clicking on the gear icon in the top right corner of the Solution Explorer.

Method 2: Ignore the Error

  1. Step 1: Open your Request.js file in Visual Studio.

💡 Conclusion

By following these methods, you should be able to disable the JavaScript build error in Visual Studio 2017 and get your project up and running again.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions