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 224f861 commit 1dfbd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/500.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default () => (
<h1>500 Internal Server Error</h1>

<p>Oops, the package failed to install.</p>
<p style={{maxWidth: '500px'}}>
<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.
Expand Down

0 comments on commit 1dfbd8d

Please sign in to comment.