NodeJS - Node versions

I’m getting different results from the command: node --version based on the access method.

Local machine - no SSH terminal so I use terminal (dos prompt) - v16.6.1
Remote via SSH terminal - v8.10.0

Question - What is the command node --version referencing above to return two separate version?

Web Server
Local - v14.15.4
Remote - v14.15.4

Question - I see these are setup in the targets. We can have different versions running development (local) and production (remote)? I was under the belief the Docker container would was to stop protect against different versions?

Community Page
Last updated: