我跑npm link
了一个项目。我收到了一些错误信息,然后跑回npm unlink
原处。
现在许多基本的 npm 和 yarn 命令已经停止工作。
例如:
PS C:\Users\SESA572442\Dev\graphics\tgml> yarn build
yarn run v1.22.0
$ rimraf dist .rpt2_cache
'rimraf' is not recognized as an internal or external command,
operable program or batch file.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
如何从 npm 链接中清理混乱?