Hey richkazz!
Can you show your package.json? It also looks like there’s an error in the CSS with the padding-bottom: 5p which needs to be padding-bottom: 5px; to avoid a CSS parser error. Let me know if fixing that error gets it to run.
padding-bottom: 5p
padding-bottom: 5px;