We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6effb6f commit db90f1dCopy full SHA for db90f1d
src/pages/500.tsx
@@ -12,7 +12,12 @@ export default () => (
12
<div style={{ textAlign: 'center', marginBottom: '2rem' }}>
13
<h1>500 Internal Server Error</h1>
14
15
- <p>Oops, something went terribly wrong.</p>
+ <p>Oops, the package failed to install.</p>
16
+ <p style={{ maxWidth: '500px' }}>
17
+ This can happen when there is no prebuilt binary for node@
18
+ {process.versions.node} or the install script requires CLIs like
19
+ python/curl/etc.
20
+ </p>
21
<p>
22
<a href={pages.index}>Go Home You</a>
23
</p>
0 commit comments