We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
原代码: const storage = require('lowdb/file-async'); 我修改为: lowdb/lib/storages/file-async就好了.
const storage = require('lowdb/file-async');
lowdb/lib/storages/file-async
The text was updated successfully, but these errors were encountered:
恩,lowdb目录结构新版本改动了,0.13.1版本好像使用 require('lowdb/lib/file-async')。
require('lowdb/lib/file-async')
Sorry, something went wrong.
好的, 谢谢
No branches or pull requests
原代码:
const storage = require('lowdb/file-async');
我修改为:
lowdb/lib/storages/file-async
就好了.The text was updated successfully, but these errors were encountered: