我想我在Mac上安装了Magnet,然后移除了更好的触摸工具,然后我的终端突然得到了这个:
Last login: Tue Aug 15 16:23:47 on ttys000
ERROR: Missing proper 'which' command. Make sure it is installed before using RVM!
WARNING:
Errors sourcing '/Users/kenpeter/.rvm/scripts/base'.
RVM will likely not work as expected.
ERROR: Missing proper 'which' command. Make sure it is installed before using RVM!
WARNING:
Errors sourcing '/Users/kenpeter/.rvm/scripts/base'.
RVM will likely not work as expected.当我在终端中输入哪个时,它就能工作。
我的问题是,我如何摆脱这个警告?
发布于 2019-05-01 22:52:11
brew install node为我修复了这个问题,我在执行\which时遇到了一些节点错误。
https://stackoverflow.com/questions/45687513
复制相似问题