NPM says there may be a security error:
% meteor npm install mui/system
npm ERR! Error while executing:
npm ERR! /usr/local/bin/git ls-remote -h -t ssh://git@github.com/mui/system.git
npm ERR!
npm ERR! @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
npm ERR! @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
npm ERR! @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
npm ERR! IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
npm ERR! Someone could be eavesdropping on you right now (man-in-the-middle attack)!
npm ERR! It is also possible that a host key has just been changed.
npm ERR! The fingerprint for the RSA key sent by the remote host is
npm ERR! SHA256:uNiVztksCsDhcc0u9e8BujQXVUpKZIDTMczCvj3tD2s.
npm ERR! Please contact your system administrator.
npm ERR! Add correct host key in /Users/myUserAccount/.ssh/known_hosts to get rid of this message.
npm ERR! Offending RSA key in /Users/myUserAccount/.ssh/known_hosts:1
npm ERR! Host key for github.com has changed and you have requested strict checking.
npm ERR! Host key verification failed.
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR! exited with error code: 128
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/myUserAccount/.npm/_logs/2023-05-04T14_51_29_508Z-debug.log
What's the correct way to handle this?