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
With higher node version (mine is v14.15.1), I got this warning "Accessing non-existent property 'splice' of module exports inside circular dependency". This warning appears in messageHandler file.
The text was updated successfully, but these errors were encountered:
NodeBB does not directly use splice in the source code, but it could be a direct or indirect dependency requiring this property.
Use --trace-warnings flag to see the full stack and get more info about what package is actuallly requiring this property.
See nodejs/node#32987
With higher node version (mine is v14.15.1), I got this warning "Accessing non-existent property 'splice' of module exports inside circular dependency". This warning appears in messageHandler file.
The text was updated successfully, but these errors were encountered: