Skip to content Skip to sidebar Skip to footer

Npm Install Returns No Valid Versions Available For Pinkie-promise

I am trying to do a very simple 'npm install' from one of the repos found from a tutorial found here The package.json is as follows: { 'name': 'react-playlist', 'version': '1.0

Solution 1:

A work around is to npm install pinkie-promise by pointing to their github repo.

npm install https://github.com/floatdrop/pinkie-promise.git


Solution 2:

It is not your mistake.

Official issue: https://github.com/npm/registry/issues/255

Official status: https://status.npmjs.org/incidents/41zfb8qpvrdj


Post a Comment for "Npm Install Returns No Valid Versions Available For Pinkie-promise"