Downloaded the repository and tried running on vs 2017, but got the error:
Exception: Call to Node module failed with error: Prerendering failed because of error: Error: Module build failed: Error: ENOENT: no such file or directory, scandir 'C:\Zest\aspnetcore-angular2-universal-master\node_modules\node-sass\vendor'
You need to rebuild node-sass, this is the stem of your other issue as well since this is breaking here already.
npm rebuild node-sass
Let me know but that should do the trick.
Make sure you have at the very least Node 6 or higher as well.
Thank you. It works.
How come sometimes when I wipe out my node_modules folder I have to do this, and other times I don't? (yes it worked but very puzzled)
Most helpful comment
You need to rebuild node-sass, this is the stem of your other issue as well since this is breaking here already.
Let me know but that should do the trick.
Make sure you have at the very least Node 6 or higher as well.