question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 8 years ago
  • Comments:20 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
maxedmandscommented, Apr 3, 2015

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

0reactions
Multigencecommented, Nov 12, 2015

@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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found