create-react-app-inner-buildpack icon indicating copy to clipboard operation
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

Open batnasan opened this issue 5 years ago • 1 comments

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.

batnasan avatar Jan 05 '20 09:01 batnasan

Thanks for the problem report 😄 Let’s fix the profile script to work with file names containing spaces.

mars avatar Jan 05 '20 20:01 mars