hey guys, I'm working on installing growth book on...
# announcements
c
hey guys, I'm working on installing growth book on my web app that's built in react. I went through the initial documentation steps in the docs however, I'm running into this issue when I try to load my app. Looking to get unblocked. Thanks!
f
Hi Surbhi
What are you using with React? Nextjs or anything else?
c
Its only react + some bootstrap. No NextJs or anything else
f
can you share the code where you’re adding GrowthBook?
you might be using the JS library instead of the React
c
One second. Figuring out how to share a code pointer
f
a screen shot of the code would be okay
c
Is this helpful?
f
working on it…
what version of node are you using?
c
Old...Do I need to update for growthbook to work?
f
We only officially support Node.js 14+. Looks like object spread syntax wasn’t introduced until Node 8.3, so you must be running a really old version.
If you want to continue to use that old version, you can still use our React SDK client-side, just can’t load it in Node.js for SSR
🙏 1
1