prevent meteor from downloading package updates -


i have meteor app on laptop (where development work on app), , able work and/or give demos of in situations not have internet connection.

how can prevent meteor automatically trying download updates packages when run it, can run app without issues in "offline" situation?

note different client (browser) being "offline" in sense can't connect server. in situation, client , server on same machine , client have access server. machine disconnected internet, attempts automatically download package updates incur @ least delay, if not errors, , i'd prevent that.

use meteor_offline_catalog environment var that. suggest not set permanently, rather use once.

so if run meteor this: meteor_offline_catalog=1 meteor shouldn't update packages or meteor releases.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

c++ - How to test/verify that zero-initialization takes place -

node.js - Webpack/TypeScript Raising Errors When node_modules is Excluded -