Hello,
I was installing NodeBB today and I after a successful install, I tried running nodebb start only for the nodejs script to pop up and the code to crash. This was in my nodebb log :
NodeBB Error.PNG
I couldn't find anything questions similar my issue and any help would be appreciated.
Unsolved NodeBB upgrade - TypeError: AsyncLocalStorage is not a constructor
-
Re: What are all the options for `./nodebb upgrade`?
Hi,
I am trying to upgrade Nodebb from v1.16.1 to v1.18.6. I execute the following commands :
git fetch
git checkout v1.18.x
git merge origin/v1.18.x
nodebb upgradeBut upgrade fails with the error TypeError: AsyncLocalStorage is not a constructor.
What am I missing here ? This is an urgent issue to be fixed in my project. Can you please help ?
-
What is your nodejs version?
node -v
? -
@baris We are using v12.16.2
-
@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.