Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

npm install resulting in npm ERR! 500 Internal Server Error #21191

Open
4 of 11 tasks
pdp2 opened this issue Jul 11, 2018 · 1 comment
Open
4 of 11 tasks

npm install resulting in npm ERR! 500 Internal Server Error #21191

pdp2 opened this issue Jul 11, 2018 · 1 comment

Comments

@pdp2
Copy link

pdp2 commented Jul 11, 2018

I'm opening this issue because:

  • npm is doing something I don't understand.
  • npm is producing incorrect or undesirable behavior.

What's going wrong?

I am trying to follow one of the examples from the book "Angular Development with Typescript". I downloaded the source code from https://github.com/Farata/angular2typescript. Then I opened the chapter 4 directory, navigated to the auction directory and attempted an npm install. The process took a long time and then eventually it stopped with the following error:

npm ERR! 500 Internal Server Error: escape-html@~1.0.3

I have tried this about a dozen times and each time it returns a 500 for a different package.

I am working behind a company proxy and using CNTLM. It appears to be configured correctly because it works for other projects I am working on.

How can the CLI team reproduce the problem?

Download source code from chapter 4 from https://github.com/Farata/angular2typescript. Navigate to the auction directory and run npm install.

npm debug log does not appear to have been generated.

supporting information:

  • npm info using npm@5.7.1
  • npm info using node@v8.11.3
  • npm config get registry prints: http://registry.npmjs.org/
  • Windows, OS X/macOS, or Linux?: Windows
  • Network issues:
    • Geographic location where npm was run:
    • I use a proxy to connect to the npm registry.
    • I use a proxy to connect to the web.
    • I use a proxy when downloading Git repos.
    • I access the npm registry via a VPN
    • I don't use a proxy, but have limited or unreliable internet access.
  • Container:
    • I develop using Vagrant on Windows.
    • I develop using Vagrant on OS X or Linux.
    • I develop / deploy using Docker.
    • I deploy to a PaaS (Triton, Heroku).
@DanielRuf
Copy link

npm ERR! 500 Internal Server Error: escape-html@~1.0.3

Oh, this seems like npmjs has issues. Contact https://twitter.com/npm_support or support@npmjs.org (I guess this is the right email address).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants