Skip to content

Commit

Permalink
docs(sharp-missing-in-production.mdx): update standalone command (#56191
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ImBIOS committed Sep 29, 2023
1 parent 2e36e7d commit d664f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/sharp-missing-in-production.mdx
Expand Up @@ -34,7 +34,7 @@ pnpm add sharp
bun add sharp
```

Then, build your project with `next build`. Finally, restart the server with either `next start` for production mode or `node server.js` for standalone mode.
Then, build your project with `next build`. Finally, restart the server with either `next start` for production mode or `node .next/standalone/server.js` for standalone mode.

- If `sharp` is already installed but can't be resolved, set the `NEXT_SHARP_PATH` environment variable such as `export NEXT_SHARP_PATH=/tmp/node_modules/sharp`. Then, build your project with `next build`. Finally, restart the server with either `next start` for production mode or `node server.js` for standalone mode.

Expand Down

0 comments on commit d664f9a

Please sign in to comment.