zoukankan      html  css  js  c++  java
  • [Vue3.0]TypeError: this.cliEngine is not a constructor(WebStrom PyCharm)

    ESLint抛错(MacOS)

    TypeError: this.cliEngine is not a constructor

    # 修改配置文件
    ⁨应用程序⁩ ▸ ⁨PyCharm⁩ ▸ ⁨Contents⁩ ▸ ⁨plugins⁩ ▸ ⁨JavaScriptLanguage⁩ ▸ ⁨languageService⁩ ▸ ⁨eslint⁩ ▸ ⁨bin⁩
    eslint-plugin.js
    this.cliEngine = require(this.basicPath + "lib/cli-engine");
    # 修改为
    this.cliEngine = require(this.basicPath + "lib/cli-engine").CLIEngine;
    # 重启APP应用
    
  • 相关阅读:
    HDU 4608 I-number
    hdu 4607 ( Park Visit )
    ZROI十一集训Day2
    CodeForces1230
    模拟退火
    ZROI#1007
    ZROI#1006
    ZROI#1005
    ZROI#1004
    ZROI#962
  • 原文地址:https://www.cnblogs.com/leoshi/p/12483660.html
Copyright © 2011-2022 走看看