angular2-nodejs icon indicating copy to clipboard operation
angular2-nodejs copied to clipboard

Update project files to support RC3

Open CodeStrider35 opened this issue 9 years ago • 1 comments

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)

CodeStrider35 avatar Jun 29 '16 16:06 CodeStrider35

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?

mschwarzmueller avatar Jul 14 '16 16:07 mschwarzmueller