Update project files to support RC3
I cloned your project but updated package.json to reflect RC3 changes (did not touch your, gulp, express, ext). However upon "npm start" I get: HTML1300: Navigation occurred. localhost:3000 HTTP404: NOT FOUND - The server has not found anything matching the requested URI (Uniform Resource Identifier). GET - http://localhost:3000/js/vendor/es6-shim/es6-shim.min.js HTTP404: NOT FOUND - The server has not found anything matching the requested URI (Uniform Resource Identifier). GET - http://localhost:3000/js/vendor/es6-shim/es6-shim.min.js HTTP404: NOT FOUND - The server has not found anything matching the requested URI (Uniform Resource Identifier). GET - http://localhost:3000/js/vendor/zone.js/dist/zone.js HTTP404: NOT FOUND - The server has not found anything matching the requested URI (Uniform Resource Identifier). GET - http://localhost:3000/js/vendor/zone.js/dist/zone.js HTTP404: NOT FOUND - The server has not found anything matching the requested URI (Uniform Resource Identifier). GET - http://localhost:3000/js/vendor/reflect-metadata/Reflect.js HTTP404: NOT FOUND - The server has not found anything matching the requested URI (Uniform Resource Identifier). GET - http://localhost:3000/js/vendor/reflect-metadata/Reflect.js HTTP404: NOT FOUND - The server has not found anything matching the requested URI (Uniform Resource Identifier). GET - http://localhost:3000/js/vendor/systemjs/dist/system.src.js HTTP404: NOT FOUND - The server has not found anything matching the requested URI (Uniform Resource Identifier). GET - http://localhost:3000/js/vendor/systemjs/dist/system.src.js SCRIPT5009: 'System' is undefined systemjs.config.js (39,1) SCRIPT5009: 'System' is undefined localhost:3000 (25,5)
Hi, these error shouldn't have anything to do with the RC3 update. Did npm install finish without any errors? Does npm run gulp run fine?