later icon indicating copy to clipboard operation
later copied to clipboard

npm ERR! 500 Internal Server Error: later@^1.2.0

Open BrianJVarley opened this issue 7 years ago • 8 comments

Hi @pekeler ,

I'm using the later@^1.2.0 package in a Meteor.sj project. But during npm install the package server is giving me a 500.

Has this issue been reported this far?

Error log

$ npm install
npm ERR! code E500
npm ERR! 500 Internal Server Error: later@^1.2.0

npm ERR! A complete log of this run can be found in:

BrianJVarley avatar Jul 21 '17 11:07 BrianJVarley

Hi @BrianJVarley I got same issue while installing angular/cli package. Following trick works for me. Can you please check the result of npm config get registry ? If it is pointing to your private registry then the issue might caused by unstable network.

  1. Try to set npm registry using : npm config set registry https://registry.npmjs.org/.
  2. Check result of curl https://registry.npmjs.org/.
  3. Clear the cache: npm cache clean --force.
  4. Try to run npm install.

Hope this will resolve your issue!

suhasgavad avatar Jan 24 '18 11:01 suhasgavad

same issues..

mrpatel15 avatar Apr 28 '18 17:04 mrpatel15

screen shot 2018-04-28 at 12 43 53 pm

mrpatel15 avatar Apr 28 '18 17:04 mrpatel15

Any solutions?

muraliakula avatar May 31 '18 08:05 muraliakula

@suhasgavad i have the same issue but your solution do not work :(

HaroldV avatar Jun 13 '18 13:06 HaroldV

@muraliakula my solution was remove all nodejs and npm, and install newly how ? In my case in linux: Using Command which type: => Which node /usr/lib/nodejs/ then sudo rm -rf /usr/lib/nodejs/*

and Install nodejs newly curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - sudo apt-get install -y nodejs

HaroldV avatar Jun 16 '18 21:06 HaroldV

I was also facing the same issue for 2-3 hours. I just switched my network provider it worked. Wierd but it work. I had got this error before: npm ERR! code E500 npm ERR! 500 Internal Server Error: passport-local-mongoose@latest

SampritiKakoty avatar Sep 01 '18 13:09 SampritiKakoty

E500 npm ERR! 500 Internal Server Error - PUT https://npm.pkg.github.com/@my-scope%2fmy-repo - Internal Server Error 👍 2

0383988090 avatar Aug 24 '19 17:08 0383988090