From the Common devDependencies doc:
Most
devDependencies
can be pulled up to the root of a Lerna repo with lerna link convert
It will pull up my devDependencies
from the package.json
file of each package to the root package.json
file.
How can I undo this operation?
question from:https://stackoverflow.com/questions/66058371/how-to-undo-a-lerna-link-convert