I followed this guide to set up Angular2 in Visual Studio 2015.
The project starts, and all seems fine. However I noticed these errors in the VS output window:
10:59:59.8753: Referenced file 'node_modules/core-js/client/shim.min.js' not found.
10:59:59.8763: Referenced file 'node_modules/zone.js/dist/zone.js' not found.
10:59:59.8763: Referenced file 'node_modules/reflect-metadata/Reflect.js' not found.
10:59:59.8763: Referenced file 'node_modules/systemjs/dist/system.src.js' not found.
The 4 files actually exist in the destination folders, so I'm unsure what the problem is. Any advice?