NodeBB upgrade - TypeError: AsyncLocalStorage is not a constructor
Unsolved
Technical Support
-
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 ?
-
@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.
https://nodejs.org/docs/latest-v12.x/api/async_hooks.html#async_hooks_class_asynclocalstorage
Copyright © 2024 NodeBB | Contributors