zoukankan      html  css  js  c++  java
  • vscode启动项目时报错:ERROR Failed to compile with 22 errors ,These relative modules were not found:

     ERROR  Failed to compile with 22 errors                                                                                                                  
    These relative modules were not found:
    
    * ../../column/api/columnApi in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/modules/prize/views/receive.vue?vue&type=script&lang=js&, ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/modules/statistics/views/lottery.vue?vue&type=script&lang=js& and 17 others
    * ../api/columnApi in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/modules/column/views/list.vue?vue&type=script&lang=js&, ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/modules/column/views/edit.vue?vue&type=script&lang=js& and 1 other
     ERROR  Build failed with errors.
    npm ERR! code ELIFECYCLE
    npm ERR! errno 1
    npm ERR! fabs-standard-framework@1.1.0 build: `vue-cli-service build --mode stage`
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the fabs-standard-framework@1.1.0 build script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     C:UsersliqinzhenAppDataRoaming
    pm-cache\_logs2020-11-25T04_00_02_219Z-debug.log
    PS D:projectmyself	v-activity-vuepublic>

    找了一天的原因,最后发现是因为文件中引入的js文件 columnApi.js和文件名大小写不一样

  • 相关阅读:
    批处理系统中采用的调度算法
    机器学习(周志华西瓜书)参考答案总目录
    机器学习(周志华西瓜书)参考答案总目录
    主题模型LDA及在推荐系统中的应用
    常见的六大聚类算法
    大数据学习笔记·城市计算(1)
    数据预处理之数据规约(Data Reduction)
    高维数据稀疏表示-什么是字典学习(过完备词典)
    dev gridview columns代码管理
    mysql常用命令
  • 原文地址:https://www.cnblogs.com/liqinzhen/p/14037159.html
Copyright © 2011-2022 走看看