Skip to content

Commit

Permalink
storefront installation failed with node 18.15.0 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
glo82145 authored Mar 28, 2023
1 parent 1771781 commit ccc00a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/tutorials/setup-storefront/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ Use the [`create-custom-origin`][] sub-command from the [buildpack CLI][] to cre
yarn buildpack create-custom-origin ./
```

NOTE: If you encounter any errors while creating a custom hostname and SSL with node version 18.15.10, please run the following command:

```bash
export NODE_OPTIONS=--openssl-legacy-provider
```

<InlineAlert variant="info" slots="text"/>

This feature requires administrative access, so it may prompt you for an administrative password at the command line.
Expand Down

0 comments on commit ccc00a1

Please sign in to comment.