I recently published a package to NPM. The package works well on my own computer, where I wrote the code, but upon npm install
on a coworkers machine, I start receiving errors.
What is the best way to go about installing and testing my package on my own computer? I could trace through the errors on my coworkers computer, but I assume there is a way I can do this on my own machine.