close

Not using the local TSLint version found errors in my Angular application running in Visual Studio Code

Hello Guys how are you all ? Hope you all are fine. today I saw TSLint errors in my Visual Studio Code.

So here is this article to get all possible solution to solve Not using the local TSLint version found errors in my Angular application running in Visual Studio Code. Lets start this article without wasting your time.

What Is Cause Of Error ?

Today I saw TSLint errors in my Visual Studio Code And They look like this:

Not using the local TSLint version found for ‘/Users/myname/myproject/client/src/app/likes/likee/likee.component.ts’. To enable code execution from the current workspace you must enable workspace library execution.

Solutions

Question : How to solve Not using The Local TSLint version found Error in my angu;ar application running in Visual Studio Code ?

Answer : Go to command Palette in VScode then search for LSLint: Manage Workspace library, Then enable workspace library execution.

Solution 1

  1. Go to Command Palette by pressing Ctrl + Shift + P,
  2. In the input that pops up at the top of the VS Code, start typingTSLint: Manage workspace library execution" and hit Enter key.
  3. From the menu that replaces the input, pick enable workspace library execution and again press Enter key.

Solution 2

  1. First Go to Command Palette In VScode
  2. Search For TSLint: Manage workspace library execution.
  3. enable workspace library execution

Solution 3

  1. Go to Command Palette by pressing Ctrl + Shift + P,
  2. In the input that pops up at the top of the VS Code, start typing
  3. TSLint: Manage workspace library execution” and hit Enter.
  4. From the menu that replaces the input, pick enable workspace library execution, and again hit Enter.

Solution 4

You should go to Command Palette in VScode to search for TSLint: Manage workspace library execution. And enable workspace library execution. This Solution Also Worked For Me. Comment below if its work for you too.

Summery

Hope This Above 4 Solution Will Work For You Too. So it’s all About this error. Hope this article helped you a lot. Comment below Your thoughts and your queries. And Also Comment on your suggestion here.

Also Read

Leave a Comment