Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/pages/500.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ 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 style={{ maxWidth: '500px' }}>
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
Loading