request / request-promise

The simplified HTTP request client 'request' with Promise support. Powered by Bluebird.
ISC License
4.76k stars 297 forks source link

Problem with dependencies #308

Closed dariuszwrzesien closed 5 years ago

dariuszwrzesien commented 5 years ago

npm ERR! code ETARGET npm ERR! notarget No matching version found for request-promise-core@1.1.2 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 'request-promise' npm ERR! notarget

analog-nico commented 5 years ago

Do you still have the problem? request-promise-core@1.1.2 does exist on npm. Do you use another npm server that may not have loaded the latest available package versions yet?

dariuszwrzesien commented 5 years ago

It works without any changes. I use Nexus to manage npm package - and maybe there was a delay. Thank you.

analog-nico commented 5 years ago

Alright, perfect!