What's the difference between @ babel/core and babel-core?

use webpack to build vue project, and install a series of dependencies, including babel-core babel-loader babel-preset-env of babel .

I can"t run all the time after

, saying that I lack the @ babel/core module, npm install.

babel is also written on the official website to install babel-core , but there is no mention of @ babel/core

.

what"s the difference between @ babel/core and babel-core ?

May.13,2021
After

7.0, the package name is upgraded to @ babel/core. As far as I understand it, @ babel is equivalent to an official tag, which is different from what people used to name it casually. After


7.0, generally speaking, default can be used.

Menu