I follow the example to do: ```sh // in an empty folder. yarn global add systemjs-tools yarn add systemjs systemjs-nodelibs systemjs-plugin-babel react react-dom systemjs config ``` But the `systemjs config` just exit and no `generated.config.js` is created.
I follow the example to do:
// in an empty folder. yarn global add systemjs-tools yarn add systemjs systemjs-nodelibs systemjs-plugin-babel react react-dom systemjs configBut the
systemjs configjust exit and nogenerated.config.jsis created.