stacktracejs / stackframe

JS Object representation of a stack frame.
https://www.stacktracejs.com/#!/docs/stackframe
MIT License
79 stars 16 forks source link

Can't pull 1.1.1 from NPM #32

Closed stevoPerisic closed 4 years ago

stevoPerisic commented 4 years ago

npm install fails with when trying to install cucumber js with is dependent on this package

npm ERR! code ETARGET
npm ERR! notarget No matching version found for stackframe@^1.1.1
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'stack-generator'
npm ERR! notarget
eriwen commented 4 years ago

@stevoPerisic It should be there. Here's what I see at https://www.npmjs.com/package/stackframe:

Screenshot 2020-01-06 09 19 08

Note that my other libraries are resolving it. What do you see now?

stevoPerisic commented 4 years ago

I am trying to run the install behind a corp proxy, perhaps there is an issue there. Closing for now, I appreciate the quick response!