@renukadevi said in NodeBB upgrade - TypeError: AsyncLocalStorage is not a constructor:
AsyncLocalStorage
Upgrade to latest 12.x or 14.x that should fix your issue I think.
Github for that plugin is dead, as well as official site... I just need to bulk import users from csv, that's all.
@pyc4 can you provide the CSV header (the first line, basically)?
We can probably write a user script to do this quickly.
Sure I can provide, thanks a lot!
Don't know what data is available for users in NodeBB, but I need this ones I can get from IPBoard:
probably you already have these fields:
email (string)
username (string)
password (string)
avatar (buffer)
Inserting of some custom fields, is it supported, maybe?
probably these could be some additional cusom fields:
user_level (string)
user_id (integer)
@julian please tell me if you're going to make something, or I should continue alone finding the way how to do it, thanks!
@julian I don't know if my request was stupid or what, I've just given my best to describe what I can supply in CSV, please don't waste anyone's time, if you're willing to help - then help.
Playing with https://github.com/NodeBB/nodebb-plugin-write-api
I will get that done.