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
- Update i because the maintainer accidentally removed out version. See https://github.com/pksunkara/inflect/issues/11 for more info — committed to jauco/jester by jauco 9 years ago
- Update i because the maintainer accidentally removed out version. See https://github.com/pksunkara/inflect/issues/11 for more info — committed to jauco/jester by jauco 9 years ago
Thanks for trying to get this fixed! It’s bitten me too 😦