Angular.js: 404 when doing `npm i angular`

Created on 26 May 2018  路  4Comments  路  Source: angular/angular.js

I'm submitting a ...

  • [X] bug report
  • [ ] feature request
  • [ ] other

Current behavior:
npm i angular logs a 404 on install. NPM log shows http fetch GET 404 https://registry.npmjs.org/angular/-/angular-1.7.0.tgz 117ms

Expected / new behavior:
I expect the package to download/install

Minimal reproduction of the problem with instructions:
npm i angular

AngularJS version: 1.x.y
Any version I try throws a similar 404 (with appropriate versions in the GET)

Browser: [all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Not relevant

Anything else:
This JUST started and I can install other packages fine so I have no reason to think it's specific to me or my machine though I haven't tried elsewhere yet.

Most helpful comment

I am also encountering this issue as described.

All 4 comments

I am also encountering this issue as described.

This is also occurring on ms build server

All of the tarballs in https://registry.npmjs.org/angular/ seem to be missing and can't be downloaded even through accessing directly via browser (e.g., https://registry.npmjs.org/angular/-/angular-1.6.4.tgz). Angular2 packages are downloadable.

Looks to be working again.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jtorbicki picture jtorbicki  路  3Comments

kishanmundha picture kishanmundha  路  3Comments

brijesh1ec picture brijesh1ec  路  3Comments

visnup picture visnup  路  3Comments

landed1 picture landed1  路  3Comments