Skip to content

Commit 16e6575

Browse files
abcd-caecklf
andauthored
Documentation : Help to solve a deployment bug (#152)
* Documentation : Help to solve a deployment bug * Update README.md --------- Co-authored-by: Florentin / 珞辰 <ecklf@icloud.com>
1 parent 228a749 commit 16e6575

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ target/
104104

105105
**Step 5** — You're all set. Run `vercel dev` to develop your project locally. You can connect a Git repository to Vercel, or use `vercel` to start deploying your project on Vercel.
106106

107+
Should you encounter an "invalid runtime" error when deploying to Vercel, it may be rectified by downgrading your project's NodeJS version from v20 to v18. This is due to a compatibility issue with the build image, which can be further understood by visiting this [link](https://vercel.com/docs/deployments/build-image#runtime-support). You can modify the NodeJS version through the Vercel admin dashboard by navigating to Projects > Your Project, then selecting Settings. Scroll down to the "Node.js Version" header to make the necessary changes.
108+
107109
## Advanced Usage
108110

109111
### Toolchain Overrides

0 commit comments

Comments
 (0)