pluralsight-styling-angular-apps / demos

This repository contains all code examples for the demos from my Pluralsight course: Styling Angular Applications.
20 stars 40 forks source link

npm ERR #1

Closed PortableTomb closed 7 years ago

PortableTomb commented 7 years ago

Hi, I cloned this repo and npm installed to run this tutorial and this fails on my system: npm ERR! tsc && concurrently "npm run scss" "npm run scss:w" "tsc -w" "lite-server"

brianmtreese commented 7 years ago

Thanks for pointing this out! This should be fixed now, let me know if you run into any more issues.

pedy711 commented 5 years ago

npm install also didn't run successfully on my machine. It seems that this project requires python to build. Is that right?