> > Hey Vern, > > can you create a repo so I can clone it? I can't reproduce this. > Everything is working fine for me. >
Thanks Eric. Would a zip be okay? http://csaim.com/temp/CedarsReport.zip Ultimately I want to get the router working, but for now that (and including hello.js) is commented out. It's set up to use Visual Studio, but you can get the same error by cd'ing to the root directory and doing "npm start" (based on the new tutorial -- see package.json for what npm start triggers. You'll need to have installed live-server via npm, which you'll have done if you went through the new Angular 2 5-minute quickstart.) Again, my goal is to have everything self-contained: no references to any files hosted online. (Any required libraries in node_modules.) When you do "npm start" you should get a note about "require is not defined" in app.ts line 1. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
