Update component creation instructions with NODE_OPTIONS note
Added a note about the required NODE_OPTIONS environment variable for templates. Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
This commit is contained in:
@@ -62,8 +62,11 @@ Perform the following steps:
|
||||
export NODE_OPTIONS=--no-node-snapshot
|
||||
```
|
||||
|
||||
4. Enter `yarn start` to restart the Backstage application.
|
||||
5. Repeat steps to create the component.
|
||||
> **NOTE:**
|
||||
> The [no-node-snapshot](../features/software-templates/index.md#prerequisites) `NODE_OPTIONS` environment variable is required in order to use the templates.
|
||||
|
||||
5. Enter `yarn start` to restart the Backstage application.
|
||||
6. Repeat steps to create the component.
|
||||
|
||||
Otherwise, you can follow along with the progress, and as soon as every step is finished, you can take a look at your new service in either the repository or the Catalog.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user