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
Hey, when copy pasting the current README example, we get this kind of an error.
throw error
^
Error [InitializationError]: First argument must be an abstract-leveldown compliant store
at new LevelUP (C:\folders\node_modules\levelup\lib\levelup.js:41:13)
at LevelUP (C:\folders\node_modules\levelup\lib\levelup.js:25:12)
at Object.<anonymous> (C:\folders\foobar.js:6:10)
at Module._compile (internal/modules/cjs/loader.js:1085:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Function.Module._load (internal/modules/cjs/loader.js:790:12)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:75:12)
at internal/main/run_main_module.js:17:47
"The whole levelup/leveldown ecosystem has undergone a upgrade recently, with the unfortunate consequence that many of the old *downs are no longer usable."
Any plans to upgrade to level@8 architecture?
The text was updated successfully, but these errors were encountered:
darkpencil1
changed the title
README example doesn't work
redisdown doesn't support level@8 architecture
Sep 12, 2022
Wow. You are right, things have changed quite a lot! How familiar are you with the new architecture? Any chance you know a way to make it work with level@8?
Hey, when copy pasting the current README example, we get this kind of an error.
According to this thread fergiemcdowall/search-index#591
Any plans to upgrade to level@8 architecture?
The text was updated successfully, but these errors were encountered: