GSN Starter Kit - Module not found: Can't resolve '@openzeppelin/network/lib/react'

Hi @hydris-bessa,

Welcome to the community :wave:

I tried with node 14 but ran into an issue with ganache-cli: https://github.com/trufflesuite/ganache-cli/issues/732

There may be other issues in the ecosystem with node 14.
I recommend using node 10 or node 12.

I use WSL2 with node v10.19.0

When OpenZeppelin Network.js is installed it should create a soft link for react -> lib/react in node_modules/@openzeppelin/network.
If that doesn’t get created automatically, you can create it manually or change references to ‘lib/react’

:warning: Starter Kits are in maintenance mode. We are no longer actively developing new features, and will only be releasing fixes for high severity issues until July 2020. Read here for more info, and reach out if you are interested in taking over maintenance. We suggest looking into create-eth-app for a popular alternative to this project.

GSN v2 is currently in development, see OpenGSN for details.