sqlite第一次使用,在vue2嵌入sqlite3,一运行就报错,我也用过better-sqlite3,sql.js,全是运行就报错,can't resolve fs,最多的就是这个
你没有引入fs模块, 在引入sqlite3下面加上:
import sqlite3 from "sqlite3"; import fs from "fs";