0๐
I had the same issue, and was able to resolve it based on the fix discussed here:
Essentially, you need to create 2 symlinks:
@babel/runtime/helpers/builtin
=>@babel/runtime/helpers
@babel/runtime/helpers/helpers/builtin
=>@babel/runtime/helpers
Source:stackexchange.com