You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to compile the package/file into executable, please pay attention to compilation warnings and specify a literal in 'require' call. 2) If you don't want to compile the package/file into executable and want to 'require' it from filesystem (likely plugin), specify an absolute path in 'require' call using process.cwd() or process.execPath.
截图
The text was updated successfully, but these errors were encountered:
问题描述
我自己改了个东西,加了个系列的分类,然后 用 pkg 打包,启动后报错;百度了好久都没解决
错误信息
版本
pkg/prelude/bootstrap.js:1876
throw error;
^
Error: Cannot find module './dialects/sqlite3/index.js'
Require stack:
截图
The text was updated successfully, but these errors were encountered: