Closed andersonba closed 7 years ago
Thanks for the bug report @andersonba!
Looks like @obartra had the same issue and applied this fix: https://github.com/obartra/npm-install-version/commit/1774b8e37294906afd052883695a722356a53664
That fix is merged in #23 and released in v6.0.0
. Let me know if this works (or not) for you!
@scott113341 Works now!!! 👏 Thank you!
Great, thanks again @andersonba for the bug report!
Oh hey, just to add my two cents, I thought that was the issue I was hitting too but it was unrelated. Installing ssim.js
was failing on my machine because I didn't have the node-canvas
dependencies needed.
niv
wasn't catching the installation error so it thought it succeeded and swallowed the npm i
error.
Once I fixed my dependencies niv
worked perfectly for me.
Thanks @obartra, I will look into the issue you were having. Even though it might make sense that niv
fails in that case, it shouldn't do so silently. Investigating in #24
But works in Ubuntu using Docker