This dependency was not found:

* worker_threads in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/views/Details.vue?vue&type=script&lang=js&

To install it, you can run: npm install --save worker_threads

 

莫名其妙地多了这个东西,要么是多写导包了,要么就是引入样式的错误了

我自己在上面多了一个导包没用的 

上面多了这个

import { threadId } from "worker_threads";

 下面控制台需要安装这个,只要把上面的导包删除就可以了

To install it, you can run: npm install --save worker_threads

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐