I may have done some operations when installing nvm before. I forgot. Now I prompt this as soon as I open the terminal. How should I keep it from being prompted? It doesn"t affect your work and study, just your eyes.
I may have done some operations when installing nvm before. I forgot. Now I prompt this as soon as I open the terminal. How should I keep it from being prompted? It doesn"t affect your work and study, just your eyes.
check whether there is a setting corresponding to nvm in your alias configuration. You can search and take a look. The location is generally at:
vim ~/.zshrc
vim ~/.bashrc
vim ~/.bash_aliases
at first, vim reported an error, but after troubleshooting, iterm2 began to report an error after switching to bash, it still reported an error Last login: Wed Aug 29 21:09:35 on ttys000 -bash: etc profile: line 15: unexpected EOF while looking for m...
has written a shell script there are some read commands to read user input there are some echo display output but once run, Chinese that does not support Chinese input will be ignored what should I do? Thank you. Thank you ....