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
sh: >: command not found
--
09:33:50.671 | Error: Command "`npm run build`" exited with 127
09:33:51.168 | BUILD_UTILS_SPAWN_127: Command "`npm run build`" exited with 127
What is >: command and where is it coming from?
This is likely from a build step that outputs static path i.e. this logs for me locally
info => Output directory: /Users/.../storybook-static
But is not present in vercel logs. Error happens right before this.
xzilja
changed the title
[Bug]: Build fails in vercel due to usage of sh command
[Bug]: Build fails in vercel due to usage of "sh" command
Jun 27, 2023
Describe the bug
Vercel fails with following error
What is
>:
command and where is it coming from?This is likely from a build step that outputs static path i.e. this logs for me locally
info => Output directory: /Users/.../storybook-static
But is not present in vercel logs. Error happens right before this.
To Reproduce
Run build in vercel using vite
System
Additional context
No response
The text was updated successfully, but these errors were encountered: