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 224f861 commit 1dfbd8dCopy full SHA for 1dfbd8d
src/pages/500.tsx
@@ -13,7 +13,7 @@ export default () => (
13
<h1>500 Internal Server Error</h1>
14
15
<p>Oops, the package failed to install.</p>
16
- <p style={{maxWidth: '500px'}}>
+ <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.
0 commit comments