RahimullahShaheen commented on issue #397: URL: https://github.com/apache/age/issues/397#issuecomment-1613544380
It is possible that AGE Viewer is not compatible with the current version of your node js. As mentioned in the documentation the recommended version is 14.16.0 or above. Make sure you have the required version of node js. To check the version simply type: `node -v` To install the desired version of node js run the following command: `nvm install 14.16.0` Or you can also try to fix any broken dependencies through the following command: `sudo apt --fix-broken install` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
