Closed Pomax closed 8 years ago
Happens for me too. The npm-debug.log shows that slimerjs first is resolved with version 0.9.5. Later it downloads version 0.9.6. But then it tries to extract version 0.9.5 again. :-1:
I was facing the same problem; Try downloading version 0.9.6, it worked fine for me :+1:
npm install slimerjs@0.9.6
Problem is: I can't, because I want to install a different package which uses this one as dependency and I can't change which version of slimerjs is downloaded as dependency (it's just "slimerjs" without version).
This is like executing this:
npm install slimerjs
npm install slimerjs@0.9.6-2
is also fine for me. Is this a bug in NPM?
Ah this is a bug in NPM see: https://github.com/npm/npm/issues/10057
which package do you use? You should submit an issue upstream to pin their packages
Ah, good finding ... I want to install the "karma-slimerjs-launcher" package.
@GFriedrich I've uploaded 0.906.1 this should fix your issues.
I tried the
npm install slimerjs
approach, but that generates the following error for me:It looks like it's trying to grab a release version that doesn't exist?