Not found on NPM
Eldelshell opened this issue · 9 comments
It seems this package has been removed from the NPM registry somehow. It shows on searches but fails to be downloaded.
https://www.npmjs.com/package/pinkie-promise
Fails to install directly too:
$ npm install pinkie-promise
npm ERR! code ENOVERSIONS
npm ERR! No valid versions available for pinkie-promise
The same issue.
Looks like it's back up now.
Temporary solution:
npm install --save pinkie-promise@2.0.2
@Eldelshell @aprisniak @nficca
@nficca yes, it's back... weird
Erm yeah, but published by different NPM users. Was originally published by floatdrop now published by puradox. pinkie-promise has also been republished by mbensch.
Bit worrying if not published by the original author? Could be an attempt to hijack the packages?
pinkie-promise
is also not found now
Jan 23rd, not found still. How is this still a problem?
@Streamweaver last actual version is 2.0.1
– check that you do not use local caching registry and right version.