OraOpenSource/apex-nitro

Auto Refresh if no node_modules are found

Closed this issue · 1 comments

Related to #317 : The use case is that node_modules is/should not be part of the code repository. When a developer does a git clone of the code base and they want to run apex-nitro launch automatically they'll get an error since all the packages are missing. To help avoid confusion can we detect that apex-nitro refresh should be triggered if certain files are missing (ex node_modules). This is one less step / point of confusion that developers need to worry about.