Brian Redd

Results 3 comments of Brian Redd

`JSON.stringify` didn't work for me. @josauder @challme28 Were you guys able to get this to work?

For anyone else that comes across this. @LorandP's answer didn't work, but it was close. I was getting JSON parse [EOF] errors. This is what I ended up with: `JSON.parse(JSON.stringify({...

I have this issue when running `bit compile && bit link` as a post install script. The error doesn't occur the first time `pnpm install` is run, but every subsequent...