Created by: rpivo
When going through the steps in the verifyPackageTree.js file, one might try to run yarn remove
to remove the dependency, but really the user should manually delete the text entry from the list of [dev] dependencies. If you try yarn
remove after deleting yarn.lock file, you will get a "No lockfile in this directory" error (this is what I did -- oops
I think changing "Remove" to "Delete" makes this more clear.