-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Description
There is written:
After editing the
index.jsxfile, run your code withlearnyoureact 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.
...Where is the problem? Any ideas?
Node: v10.15.0
"dependencies": {
"babel": "^5.8.23",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-react-views": "^0.9.0",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
alexjwang, neutraali and wrongbyte
Metadata
Metadata
Assignees
Labels
No labels