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
After editing the index.jsx file, run your code with learnyoureact run program.js.
When I run it, I have some error TimeoutOverflowWarning. It looks like this:
$ learnyoureact run program.js
Express server is up on port 3000
(node:26965) TimeoutOverflowWarning: 4294967296000 does not fit into a 32-bit signed integer.
Timer duration was truncated to 2147483647.
...
There is written:
When I run it, I have some error
TimeoutOverflowWarning
. It looks like this:Where is the problem? Any ideas?
Node: v10.15.0
The text was updated successfully, but these errors were encountered: