Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Dec 11, 2024
1 parent 2ec3e15 commit 848d3a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/500.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ export default () => (
<h1>500 Internal Server Error</h1>

<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>
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 848d3a9

Please sign in to comment.