w3tecch / express-typescript-boilerplate

A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
MIT License
3.29k stars 904 forks source link

Server doesn't run after cloning #8

Closed Tyderion closed 7 years ago

Tyderion commented 7 years ago

When i try to run the project (compiled by using npm run build) with npm run start i get the following error:

> node dist/app.js

info: [C:\path\to\app\dist\core\App.js] Defining app...
info: [C:\path\to\app\dist\core\App.js] Configuring app...
debug: [C:\path\to\app\dist\config\CustomConfig.js] configuring 0=[3000]
info: [C:\path\to\app\dist\core\App.js] Binding IoC modules...
info: [C:\path\to\app\dist\core\App.js] Setting up IoC...
error: [C:\path\to\app\dist\core\Bootstrap.js] No matching bindings found for serviceIdentifier: Symbol(Controller)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! express-typescript-boilerplate@2.0.0-beta.1 start: `node dist/app.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the express-typescript-boilerplate@2.0.0-beta.1 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Archie\AppData\Roaming\npm-cache\_logs\2017-07-10T18_20_34_969Z-debug.log

Any pointers to how I can fix this?

hirsch88 commented 7 years ago

Did you use a windows machine?

Tyderion commented 7 years ago

yes I did, but I would think this is not the problem per se, the build completed without any errors.

Tyderion commented 7 years ago

newest master works 👍