Failed to resolve import “protobufjs/minimal“ from “src/proto/dy.js“. Does the file exist? 1024小神 2024-06-28 331 阅读1分钟 在使用protobufjs-cli依赖的时候,生成的js文件里面有引入,就报错了: import * as $protobuf from "protobufjs/minimal"; 但是这是自动生成的啊,怎么办? 安装即可: npm i protobufjs 然后就没事了