Merge pull request #21611 from awanlin/topic/add-node-20-note-to-template-starting

Added Node 20 note to Software Template section in Getting Started
This commit is contained in:
Ben Lambert
2023-11-28 17:05:02 +01:00
committed by GitHub
+5
View File
@@ -290,6 +290,11 @@ otherwise something went terribly wrong.
## Create a new component using a software template
> Note: if you're running Backstage with Node 20 or later, you'll need to pass the flag `--no-node-snapshot` to Node in order to
> use the templates feature.
> One way to do this is to specify the `NODE_OPTIONS` environment variable before starting Backstage:
> `export NODE_OPTIONS=--no-node-snapshot`
- Go to `create` and choose to create a website with the `Example Node.js Template`
- Type in a name, let's use `tutorial` and click `Next Step`