今天我打开Visual Studio Code准备进行Angular开发时,看到Angular TSLint报了这个警告信息:

Not using the local TSLint version found for ‘c:/Code/SPA/spartacus/feature-libs/organization/administration/components/unit/services/unit-list.service.spec.ts’
To enable code execution from the current workspace you must enable workspace library execution.

https://exerror.com/not-using-the-local-tslint-version-found-errors-in-my-angular-application/

解决方案

打开Ctrl + Shift + P,输入Manage workspace library execution

选择之后,回车,TSLint即重新刷新。

更多Jerry的原创文章,尽在:“汪子熙”:

Not using the local TSLint version found for XXX相关推荐

  1. 安装CUDA时,nvcc --version和cat /usr/local/cuda/version.txt版本不一致

    ubuntu18.04安装CUDA10.0后,用nvcc --和cat /usr/local/cuda/version版本不一致,如下图所示 显示的版本为9.1和10.0. 解决办法:如下图所示,输入 ...

  2. FileZilla下载文件失败 local: unable to open C:/xxx/xxx

    FileZilla下载文件失败 local: unable to open C:/xxx/xxx FileZilla ftp工具,使用FileZilla从服务器上下载文件的时候总是提示:错误: loc ...

  3. 解决composer报错:Could not find a version of package xxx/yyy

    解决composer报错:Could not find a version of package xxx/yyy matching your minimum-stability (stable). R ...

  4. No cached version of com.xxx.xxx available for offline mode

    No cached version of com.xxx.xxx available for offline mode 作为一个开发小白,使用开发工具中,总会出现这样或那样的问题,一步一个坑,慢慢来, ...

  5. npm ERR notarget No matching version found for XXX@^1.3.0.(已解决)

    项目场景: 创建第一个vue-cli应用程序,执行vue create demo-first时,报错. 问题描述 在创建第一个vue项目时,发生以下错误:怎么解决? npm ERR! code ETA ...

  6. 解决vue-cli创建项目错误:npm ERR! notarget No matching version found for xxx@^1.3.0.

    问题描述 最近在学习 vue2,但是今天在创建 vue 项目的时候,终端一直报错,如下: 原因分析: 错误提示为:npm ERR! notarget No matching version found ...

  7. 在运行Loaded runtime CuDNN library: 7103 (compatibility version 7100) but source was compiled with 7003

    最后错误代码为134(6 signal)(大概是这样,错误解决了记录一下,错误忘了截图) 环境是cuda8.0,cudnn7.05,(在Titan上,cuda8.0.tensorflow1.4正好对应 ...

  8. 记录一次简单、高效、无错误的linux上安装pytorch的过程

    1 准备miniconda Miniconda Miniconda 可以理解成Anaconda的免费.浓缩版.它非常小,只包含了conda.python以及它们依赖的一些包.我们可以根据我们的需要再安 ...

  9. ubuntu18.04安装CUDA10.0

    1.更新驱动 对于CUDA10.0,要求驱动版本大于410.48,因此首先要更新驱动 ubuntu-drivers devices(查看所有驱动) sudo ubuntu-drivers autoin ...

最新文章

  1. 教你如何实现c#文件上传下载功能
  2. 使用Redis分区将数据分割到多个Redis实例
  3. 【深度学习】锐化滤波器核 与 边缘检测核
  4. 【PAT乙级】1040 有几个PAT (25 分)
  5. 鼠标聚焦到Input输入框时,按回车键刷新页面原因及解决方法
  6. mybatis 3.2.2_环境搭建
  7. mysql update中使用subquery
  8. php循环checkbox,php循环删除checkbox | 学步园
  9. leetcode570. 至少有5名直接下属的经理(SQL)
  10. Kotlin plugin should be enabled before ‘kotlin-android-extensions‘
  11. 计算机组成原理 mov(r0),-(sp),第三章作业
  12. android view添加背景,android – 如何将视图作为背景添加到surfaceView?
  13. Linux常用命令——xargs
  14. Java爬虫Crawler
  15. dom4j解析xml
  16. c语言速成pdf,c语言速成_笔记.pdf
  17. 孩子小学总喜欢用计算机做数学,数学到底该怎样学?真实用!
  18. Odoo 16 企业版手册 - 库存管理之产品类别
  19. 人工智能的三个阶段——三个阶段总结分析
  20. LaTeX--5--一个文档的基本结构/导言区/标题_作者_日期

热门文章

  1. 钱伯斯的遗产:思科与集成虚拟网络堆栈
  2. Ansible 七(ad hoc任务)
  3. String.prototype.substr()
  4. 如何检查CentOS服务器受到DDOS攻击
  5. C#_自动化测试 (四) 自动卸载软件
  6. 方立勋_30天掌握JavaWeb_Servlet
  7. [Swift]LeetCode463. 岛屿的周长 | Island Perimeter
  8. 洛谷P3952 时间复杂度【字符串】【模拟】
  9. CF724E Goods transportation
  10. 如何把一个java工程打成一个jar包(转载)