一些解決問題或技術文章存放區的概念
git config --global core.autocrlf input
https://stackoverflow.com/questions/1967370/git-replacing-lf-with-crlf
https://www.huanlintalk.com/2011/05/git-coreautocrlf.html
Install NVM-Windows
remove the nodejs windows version
nvm install 18
nvm ls (see 18)
nvm use 18 (say used)
node -v
'node' is not recognized as an internal or external command,
operable program or batch file.
solve: Go to C:\Programs\nodejs
remove the folder C:\Programs\nodejs
then check again will success