Skip to content

Instantly share code, notes, and snippets.

View embrilliant's full-sized avatar
🔮
enlightening

Em embrilliant

🔮
enlightening
  • Berlin
View GitHub Profile
@derhuerst
derhuerst / offline.md
Last active October 3, 2018 20:30
working offline as JavaScript dev

working offline as JavaScript dev

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