nx命令未找到,nrwl已全局安装

huangapple go评论84阅读模式
英文:

nx command not found, nrwl installed globally

问题

npm全局列表中未找到nx命令。nrwl包含nx命令吗?

英文:
user@machine folder % npm list -g | grep nrwl
├── @nrwl/cli@14.5.4
user@machine folder % nx --version
zsh: command not found: nx

Why is my command not found? Doesn't nrwl include the nx command?

答案1

得分: 1

nrwl团队有意删除它,可能是由于命名空间问题。

英文:

The nrwl team purposefully removed it, probably from a namespace issue.

huangapple
  • 本文由 发表于 2023年1月6日 22:41:08
  • 转载请务必保留本文链接:https://go.coder-hub.com/75032374.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定