bunkat / later

A javascript library for defining recurring schedules and calculating future (or past) occurrences for them. Includes support for using English phrases and Cron schedules. Works in Node and in the browser.
http://bunkat.github.io/later/
MIT License
2.42k stars 245 forks source link

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

Open BrianJVarley opened 7 years ago

BrianJVarley commented 7 years ago

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:
suhasgavad commented 6 years ago

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!

mrpatel15 commented 6 years ago

same issues..

mrpatel15 commented 6 years ago
screen shot 2018-04-28 at 12 43 53 pm
muraliakula commented 6 years ago

Any solutions?

HaroldV commented 6 years ago

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

HaroldV commented 6 years ago

@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

SampritiKakoty commented 6 years ago

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

0383988090 commented 5 years ago

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