You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2023. It is now read-only.
Whenever I try to
require('replay')in my app, I get an error saying:I'm using
create-react-appto abstract the Webpack configuration, thereplayversion is2.1.2and the node version is7.10.0.I've tried to install
dnspackage, but it fails since one of its dependencies requires a very old version of node:Is this a known issue? Why
dnsis not listed in thereplaydependencies? Thanks in advance!