inflect: 0.3.2 version is not available on npm any more

-> npm i i@0.3.2

npm ERR! Error: version not found: i@0.3.2
npm ERR! not ok code 0

It was previously there, because it’s in my npm-shrinkwrap.json

-> npm v i
{ name: 'i',
  description: 'custom inflections for nodejs',
  'dist-tags':
   { latest: '0.3.3'},
  versions:
   [ '0.2.0',
     '0.3.0',
     '0.3.1',
     '0.3.3' ]
...

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Comments: 20 (8 by maintainers)

Commits related to this issue

Most upvoted comments

Thanks for trying to get this fixed! It’s bitten me too 😦