Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storefront installation failed with node 18.15.0 #172

Merged
merged 2 commits into from
Mar 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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