You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/09/17 16:12:43 UTC

[GitHub] [echarts] lishaoh edited a comment on issue #15749: 急急急!升级到v5后,Type expected. TS1110 in version 5.2.0 线上vue项目无法build,望大佬帮忙啊

lishaoh edited a comment on issue #15749:
URL: https://github.com/apache/echarts/issues/15749#issuecomment-921916177


   移除了@types/echarts": "^4.9.10"还是报同样的错误
   
   "dependencies": {
       "@babel/core": "^7.10.2",
       "babel-code-frame": "^6.26.0",
       "babel-core": "^6.26.3",
       "babel-types": "^6.26.0",
       "core-js": "^2.6.5",
       "echarts": "^5.2.0",
       "echarts-wordcloud": "^2.0.0",
       "element-ui": "^2.13.2",
       "graceful-fs": "^4.2.4",
       "hot-formula-parser": "^4.0.0",
       "module": "^1.2.5",
       "moment": "^2.24.0",
       "nprogress": "^0.2.0",
       "showdown": "^1.9.1",
       "systemjs": "^6.3.2",
       "vue": "^2.6.10",
       "vue-affix": "^0.4.0",
       "vue-beautify": "^1.1.3",
       "vue-class-component": "^6.0.0",
       "vue-clipboard2": "^0.2.1",
       "vue-codemirror": "^4.0.6",
       "vue-cookie": "^1.1.4",
       "vue-grid-layout": "^2.3.1",
       "vue-property-decorator": "^7.0.0",
       "vue-router": "^3.1.3",
       "vue-tinymce-editor": "^1.6.2",
       "vue2-ace-editor": "0.0.13",
       "vuedraggable": "^2.24.3",
       "vuex": "^3.0.1",
     },
     "devDependencies": {
       "@vue/cli-plugin-babel": "^3.11.0",
       "@vue/cli-plugin-eslint": "^3.11.0",
       "@vue/cli-plugin-typescript": "^3.11.0",
       "@vue/cli-service": "^3.11.0",
       "@vue/eslint-config-prettier": "^4.0.0",
       "@vue/eslint-config-typescript": "^4.0.0",
       "ajv": "^6.9.1",
       "babel-eslint": "^10.0.1",
       "babel-plugin-component": "^1.1.1",
       "eslint": "^5.16.0",
       "eslint-plugin-vue": "^5.0.0",
       "mockjs": "^1.0.1-beta3",
       "sass-loader": "^7.0.1",
       "typescript": "~3.2.2",
       "uglifyjs-webpack-plugin": "^2.0.1",
       "vue-code-diff": "0.0.5",
       "vue-template-compiler": "^2.6.10"
     },
   "optionalDependencies": {
       "node-sass": "^4.14.1"
     },
     "eslintConfig": {
       "root": true,
       "env": {
         "node": true
       },
       "extends": [
         "plugin:vue/essential",
         "@vue/prettier",
         "@vue/typescript"
       ],
       "parserOptions": {
         "parser": "@typescript-eslint/parser"
       },
       "rules": {
         "no-console": "off",
         "no-unused-vars": [
           "error",
           {
             "args": "none"
           }
         ]
       }
     },
     "postcss": {
       "plugins": {
         "autoprefixer": {}
       }
     },
     "browserslist": [
       "> 1%",
       "last 2 versions",
       "not ie <= 8"
     ]


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org