Skip to content

Instantly share code, notes, and snippets.

View ninabreznik's full-sized avatar
🐝
Building the future

Nina Breznik ninabreznik

🐝
Building the future
View GitHub Profile
@ninabreznik
ninabreznik / offline.md
Last active July 11, 2017 12:22 — forked from derhuerst/offline.md
working offline as JavaScript dev

working offline for WizardAmigos JavaScript devs

use npm@5

npm installs large dependency trees a lot faster. this is especially noticable over slow networks.

Running npm while offline will no longer insist on retrying network requests. npm will now immediately fall back to cache if possible, or fail. (npm/npm#15666)

use node_modules/*/readme.md