alexpods / angular2-universal-starter

Enjoy Server Side rendering and Web Workers in your Angular2 Application
224 stars 50 forks source link

DLL error on npm start #67

Closed glebmachine closed 8 years ago

glebmachine commented 8 years ago

I found a reason why i have added es6-shim, es6-promise and reflect-metadata into my previous PR to package.json file.

When i'm run npm start i've got the following DLL error:

ERROR in dll vendor
Module not found: Error: Cannot resolve module 'es6-shim'
Module not found: Error: Cannot resolve module 'es6-promise'
Module not found: Error: Cannot resolve module 'reflect-metadata'
glebmachine commented 8 years ago

😍

alexpods commented 8 years ago

@glebmachine Thanks! There are still es6-promise, es6-shim dependencies in typings. I'll remove them later when I update typings to 1.x