storefront icon indicating copy to clipboard operation
storefront copied to clipboard

Error thrown when the Storefront is automatically launched by `saleor storefront create`

Open peelar opened this issue 2 years ago • 0 comments

Summary

After firing saleor storefront create and going through the wizard in the CLI, the apps should start automatically. However, they don’t because of an error below. When I kill the process and try to run pnpm dev manually, it boots up.

image

Steps to reproduce

  1. Use the saleor storefront create command to create a storefront
  2. Go through the wizard
  3. Wait for the installation to finish, and see it booting up

A link to a reproduction repository

No response

Output from envinfo

## System:
 - OS: macOS 12.5.1
 - CPU: (10) arm64 Apple M1 Pro
 - Memory: 1.22 GB / 16.00 GB
 - Shell: 5.8.1 - /bin/zsh
## Binaries:
 - Node: 16.15.1 - /usr/local/bin/node
 - Yarn: 1.22.19 - /usr/local/bin/yarn
 - npm: 8.11.0 - /usr/local/bin/npm
## Browsers:
 - Chrome: 104.0.5112.101
 - Safari: 15.6.1
## pnpm: 7.5.0

peelar avatar Sep 02 '22 05:09 peelar