There have been instances where npm link
seemed to work better than yarn link
which resulted in strange errors. This discrepancy caught my attention a few times. I was under the impression that both commands were essentially creating symbolic links, but is there some underlying difference between them?