You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to update Studio to use the latest version of Playground and PHP-wasm packages (1.0.21), but after the package update, Studio wasn't able to start sites anymore.
Starting Playground failed with Error: ENOENT: no such file or directory, open '/Users/bero/Projects/studio/.webpack/mainasyncify/8_2_10/php_8_2.wasm'. The path it failed to open is incorrect because of .webpack/mainasyncify/8_2_10/, it's missing a slash between main and asyncify.
I wanted to update Studio to use the latest version of Playground and PHP-wasm packages (1.0.21), but after the package update, Studio wasn't able to start sites anymore.
Starting Playground failed with
Error: ENOENT: no such file or directory, open '/Users/bero/Projects/studio/.webpack/mainasyncify/8_2_10/php_8_2.wasm'
. The path it failed to open is incorrect because of .webpack/mainasyncify/8_2_10/, it's missing a slash between main and asyncify.The root cause of this issue seems to be in the dirname plugin where it incorrectly assumes that
_dirname
has a trailing slash.The text was updated successfully, but these errors were encountered: