使用 Adinis 5 运行第一次迁移 SQLite - 找不到模块“@vscode/sqlite3”

发布于 2025-01-19 03:43:21 字数 292 浏览 0 评论 0原文

When i run this command "node ace migration:run" the terminal show me this error:

Knex: run $ npm install sqlite3-保存 找不到模块'@vscode/sqlite3' ... ... ...

I am using Adonis JS 5 but the SQLite database is not working.知道这可能是什么吗?

我尝试仅运行初始迁移命令,我希望在其中自动创建数据库文件(就像版本4一样)

When i run this command "node ace migration:run" the terminal show me this error:

Knex: run
$ npm install sqlite3 --save
Cannot find module '@vscode/sqlite3'
...
...
...

I am using Adonis JS 5 but the SQLite database is not working. Any idea what it could be?

I tried just running the initial migration command where I expected the database file to be created automatically (just like version 4 did)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

若水微香 2025-01-26 03:43:21

您可能安装了最新版本的Lucid,而无需注意更改和破坏更改。

您需要使用@vscode/sqlite3而不是sqlite3

You probably installed the latest version of Lucid without taking note of the changelogs and breaking changes.

You need to use @vscode/sqlite3 instead of sqlite3.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文