What is the difference between babel-cli and @babel/cli?

CDB*_*OUK 6 node.js babel-cli

What is the difference between @babel/node and babel-node?
I did yarn add babel-node --dev but I had error. So I did yarn add @babel/node --dev, it worked. What is the meaning of @?

Jed*_*rds 5

@表示的“新公共管理范围”的用法:

https://docs.npmjs.com/about-scopes

基本上,这是一种避免名称冲突的方法,因此我们可以拥有@cdbrouk/foo和模块@jedrichards/foo。Babel @babel不久前开始使用示波器,因此这些@babel/...模块是正确使用的模块。