How to resolve "Could not determine JupyterLab build status without Node.js" error?

If Node.js is correctly installed, but the issue persists, manually build JupyterLab’s dependencies:

jupyter lab build

This should trigger the build process and resolve the “Could not determine JupyterLab build status without Node.js” error.