Closed glebmachine closed 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.
es6-shim
es6-promise
reflect-metadata
When i'm run npm start i've got the following DLL error:
npm start
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 Thanks! There are still es6-promise, es6-shim dependencies in typings. I'll remove them later when I update typings to 1.x
typings
I found a reason why i have added
es6-shim
,es6-promise
andreflect-metadata
into my previous PR to package.json file.When i'm run
npm start
i've got the following DLL error: