0.3.2 version is not available on npm any more
See original GitHub issue-> 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' ]
...
Issue Analytics
- State:
- Created 8 years ago
- Comments:20 (8 by maintainers)
Top Results From Across the Web
npm ERR! version not found: i@0.3.2 error - Stack Overflow
I tried doing "npm install -g npm". But, that doesnt help either. Any inputs on how to fix this? node.js.
Read more >registry does not list new published version #327 - GitHub
When I try to install the newly released version, I get the following error: npm: npm ERR! code ETARGET npm ERR! notarget No...
Read more >copy - npm
Copy files or directories using globs.. Latest version: 0.3.2, last published: 5 years ago. Start using copy in your project by running `npm...
Read more >Use a different Node version in npm-publish pipe
I am using npm-publish pipe in my project's pipeline. ... Status: Downloaded newer image for bitbucketpipelines/npm-publish:0.3.2
Read more >Copy packages between repositories - CodeArtifact
Copy one or more package versions from a source repository to a destination ... npm package is present in the source repository, but...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for trying to get this fixed! It’s bitten me too 😦
@pksunkara I solved the issue. Since I had inherited the code from another coder, I didn’t realize he had made a shrinkwrap which was exactly lacking those modules and citing i@0.3.2. Now everything works fine.
Many thanks for the support!