abiriadev/seia

Occurred Internal Server Error in yarn berry plug'n play

Closed this issue · 3 comments

Describe the bug
When starting Yarn berry Plug'n Play, an internal server error occurred.

To Reproduce
Steps to reproduce the behavior:

  1. create project using create-seia-app, set packageManager to yarn berry
  2. set nodeLinker option to pnp in yarnrc.yml
  3. run build, and start
  4. see 500 internal server error

Screenshots
image

Desktop (please complete the following information):

  • OS: macOS 14.4.1
  • Browser: Arc

@jureuk7 Thank you for reporting! I can reproduce the same issue!

I will work for it now!

@jureuk7 Will you try again with create-seia-app@latest? I have merged a PR addressing this issue: #26

I just created a new project using create-seia-app@latest and confirmed that it started normally. Thank you for fixing it quickly!