Skip to content

Common Issues and Bugs

Eric |Leong edited this page Dec 14, 2019 · 3 revisions

The following are some common issues you may encounter:

  1. Node Package Dependency Issues
  2. Package Security Risks
  3. npm start failing
  4. React compiling issues
  5. webpack 4.40+ issues

Issues 1 and 3 are related to issues with node and are therefore more difficult to identify and fix. Issue 4 is related to issues with compiling any new code that was added.

Issue 2 can be fixed by running npm audit fix,

Issue 4 is usually caused by code error.

Clone this wiki locally