Expand description
Prefetch: fill the store from lockfile without writing node_modules.
Functionsยง
- prefetch_
from_ lockfile - Prefetch all lockfile dependencies into the store. Requires package.json and lockfile.
Does not create node_modules or run backend. Use before
jhol install --offline.