The section on installing dependencies states that it is only necessary to run npm install once, but then goes on to say that you need to run it again in the following sub-section.
I think it is better just to explain why npm install is required, here.
The section on installing dependencies states that it is only necessary to run
npm install
once, but then goes on to say that you need to run it again in the following sub-section.I think it is better just to explain why
npm install
is required, here.