Skip to content

Commit

Permalink
fix: improve 500 error message
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Dec 11, 2024
1 parent 6effb6f commit 2ec3e15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/500.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export default () => (
<div style={{ textAlign: 'center', marginBottom: '2rem' }}>
<h1>500 Internal Server Error</h1>

<p>Oops, something went terribly wrong.</p>
<p>Oops, the package failed to install.</p>
<p>This can happen when there is no prebuilt binary for node@{process.versions.node} or the install script requires CLIs like python/curl/etc.</p>
<p>
<a href={pages.index}>Go Home You</a>
</p>
Expand Down

0 comments on commit 2ec3e15

Please sign in to comment.