Has anybody been able to import an Angular 4 project (not the quickstart) and run it?
I have a github project made with Angular 4 that I’m trying to host on here. I’m able to import the files but for some reason the package.json is blank. (also really new to Angular and Node) Whenever I run npm install it causes errors. I was able to import the Angular Quickstart and install it fine, however, my personal project does not work.
Does anyone have a solution?