Module not found: Error: Package path ./v4 is not exported from package uuid找不到导出的v4,这是由于uuid升级之后打包结构改了,写成下面这样的就行 const uuidv4 = require("uuid");