英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论