Fix issues preventing installing dependencies for web development#46
Conversation
|
Hey @augustine-tran, thanks for this! Do you think you can also add the I ran the script and the next error that popped up was fatal error: cannot open file ... Too many open files. The solution was to run the ulimit command and re-run the script. I could also open a PR based on your fix, if you'd like? |
@breenatheseira I'm on the fence about forcing developers into this configuration. I'd prefer to let the developers be aware of occasional errors and how to solve them rather than force them. That's why I still think my updated script is quite dirty and not ready to merge. I want to add a try/catch code to show error messages and suggestions for solving them more clearly. |
https://github.com/nimblehq/laptop/issues/??
What happened
Describe the big picture of your changes here to communicate to the team why we should accept this pull request.
Insight
Describe in details how to test the changes, which solution you tried but did not go with, referenced documentation is welcome as well.
Proof Of Work
Show us the implementation: screenshots, gif, etc.