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
- Go to Command Palette by pressing Ctrl + Shift + P,
- In the input that pops up at the top of the VS Code, start typing
TSLint: Manage workspace library execution"
and hit Enter key. - From the menu that replaces the input, pick
enable workspace library execution
and again press Enter key.
Solution 2
- First Go to Command Palette In VScode
- Search For TSLint: Manage workspace library execution.
- enable workspace library execution
Solution 3
- Go to Command Palette by pressing Ctrl + Shift + P,
- In the input that pops up at the top of the VS Code, start typing
- TSLint: Manage workspace library execution” and hit Enter.
- 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.