Error 404 Not found: serve@latest
See original GitHub issueI am trying to install serve globally and am getting an error. Here is the Trace found in the log:
Trace: Error: https://registry.yarnpkg.com/serve: Not found at Request.params.callback [as _callback] (/usr/local/Cellar/yarn/1.7.0/libexec/lib/cli.js:65656:18) at Request.self.callback (/usr/local/Cellar/yarn/1.7.0/libexec/lib/cli.js:134675:22) at Request.emit (events.js:180:13) at Request.<anonymous> (/usr/local/Cellar/yarn/1.7.0/libexec/lib/cli.js:135658:10) at Request.emit (events.js:180:13) at IncomingMessage.<anonymous> (/usr/local/Cellar/yarn/1.7.0/libexec/lib/cli.js:135578:12) at Object.onceWrapper (events.js:272:13) at IncomingMessage.emit (events.js:185:15) at endReadableNT (_stream_readable.js:1106:12) at process._tickCallback (internal/process/next_tick.js:178:19)
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:11 (2 by maintainers)
Unfortunately I haven’t hard back from NPM: https://twitter.com/matheusfrndes/status/1002710142868078593
Closing this as the issue is “fixed” now – no more 404s. Thanks for the reports, everyone 🙌
Seems like an issue with NPM:
It’s there, but
npm install
claims it can’t find it:npm view
can also find it:I’ll contact NPM and post updates here.