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.
2 parents f9c8559 + 0cd8dae commit 111963bCopy full SHA for 111963b
articles/static-web-apps/publish-gatsby.md
@@ -55,7 +55,11 @@ Create a Gatsby app using the Gatsby Command Line Interface (CLI):
55
git add -A
56
git commit -m "initial commit"
57
```
58
-
+> [!NOTE]
59
+> If you are using the latest version of Gatsby you may need to modify the package.json to include
60
+> "engines": {
61
+> "node": ">=18.0.0"
62
+> },
63
## Push your application to GitHub
64
65
You need to have a repository on GitHub to create a new Azure Static Web Apps resource.
0 commit comments