flake8
passed.
JSHint
passed.
Review Request #10180 — Created Sept. 25, 2018 and submitted
We now have an option to skip dependency installation (
--no-deps
)
which is useful if you want to skip over that entire segment when
dependencies are already installed. This is important becuasenpm
can
take a non-trivial amount of time to talk to the npm registry and
generate a new lockfile since we don't keep one around.
Ran
prepare-dev.py --no-deps
and dependency installation was skipped.