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 Install fails and project won't compile #3

Open BoilerTom90 opened 3 years ago

BoilerTom90 commented 3 years ago

This is based on Angular 2. Any plans to upgrade to a more recent version of Angular so the project/modules can be compiled and tried?

brianmtreese commented 3 years ago

Hello! Actually yes, I'm currently in the process of updating the demos and the course itself to the latest version of Angular. Unfortunately it won't be completed until the end of March.

BoilerTom90 commented 3 years ago

Thank you!

On Sun, Jan 24, 2021 at 22:35 Brian Treese notifications@github.com wrote:

Hello! Actually yes, I'm currently in the process of updating the demos and the course itself to the latest version of Angular. Unfortunately it won't be completed until the end of March.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pluralsight-styling-angular-apps/demos/issues/3#issuecomment-766533731, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEDJHP4FPNUDZBQJDPUMVH3S3TYJBANCNFSM4WRDXWPQ .

-- Sent from my iPad

Nooch87 commented 3 years ago

I dont know what your specific error was, but i experienced a failure to install as well. For me, it was a result of the version of node-sass and the post install build failing. What i did to fix this was remove the entry in the package.json for node-sass. Next i installed the current version of node-sass "npm i node-sass --save-dev". Once that was complete the npm install worked fine. I don't know if it will have any negative impact on the code yet as i just finished, but it does give a starting point for an interim solution, while we wait for the content to be updated.