DEV Community

Discussion on: Learn to test your packages NPM locally.

Collapse
 
ekeijl profile image
Edwin

What's the difference between linking 2 packages individually versus both in one npm link package-a package-b command?

Collapse
 
ivanzm123 profile image
Ivan Zaldivar

What happens is that when linking one individually it will ignore all the previous ones, for that reason they must be executed at the same time, in case you need multiple packages.