Bastiaan Verhaar

Results 8 comments of Bastiaan Verhaar

@heysujal Can you try to place the `react-email-starter`-folder in a directory without spaces? Currently, the project is placed inside the `New folder (2)`, I am guessing that the whitespaces in...

Ah yes, I see the problem. My bad, did not check the version of spy we were using. PR #454 looks good to me, hate the syntax used (but no...

I made a PR that uses `shelljs` to replace cpy completely, as an alternative for #454. Would like to hear what you guys think of it

You do not need to use yarn. You can use NPM if you want I took a look at the code, but the dev server does use the root of...

I found that the error is due to an incorrect shell command: ```ts const startDevServer = (packageManager: string, port: string) => { shell.exec(`${packageManager} run dev -p ${port}`, { async: true...

I would suggest to switch it around. Typescript by default, and `.JSX` as flag. Typescript is currently the default for most frameworks

I am using [@formatjs/intl](https://formatjs.io/docs/intl/) for translation. Adding the language as parameter I can select which language I want to see with the dev server and allows me to switch between...