create-react-app-inner-buildpack
create-react-app-inner-buildpack copied to clipboard
It throws an error when Injecting runtime env into a file when the file has empty space in its name
I got the following error when I build my app.
/app/.heroku/create-react-app/injectable_env.rb:27:in read': No such file or directory @ rb_sysopen`
The reason why is that one of the generated js files has space in its name.
Thanks for the problem report 😄 Let’s fix the profile script to work with file names containing spaces.