Closed
Description
This is a general question (and first time using create-react-app) - I've been using it for about a month, but I notice that when the react-scripts start
is running, in an idle state, the CPU is running about 30% for the node process.
Is that normal?
Environment
Run these commands in the project folder and fill in their results:
npm ls react-scripts
(if you haven’t ejected): [email protected]node -v
: v7.0.0npm -v
: 3.10.8 (but using yarn for installs - v0.15.1)
Then, specify:
- Operating system: Mac 10.10.3 (14D136)
- Browser and version: Chrome stable (but doesn't affect CPU usage when tab is closed)