B
B
BonBon Slick2020-01-21 13:11:26
npm
BonBon Slick, 2020-01-21 13:11:26

What's the difference between packages that start with @ and without?

Accidentally noticed when there were conflicts. 2 packages of slightly different versions were installed.
Prime

"@babel/core": "^7.8.3",
 "babel/core": "^7.8.3",

Everything seems to be the same, but in the case without @, the files are placed separately in node_modules, and everything with @babel will be in the babel folder.
It appears that some packages require babel/core while others require @babel/core. Because removing one of them breaks the assembly.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question