You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make 'npm install' during init configurable. (#240)
- Use environment variable OW_ENABLE_INIT_INSTALL ('true', 'false') to decide if 'npm install' during init should be done or not.
The default is 'true' (do an install). Reason to do this is that 'npm install' takes time and that production load may not want to install untested module versions.
0 commit comments