node-typescript-starter icon indicating copy to clipboard operation
node-typescript-starter copied to clipboard

A modern nodejs api boilerplate with typescript

Results 4 node-typescript-starter issues
Sort by recently updated
recently updated
newest added

I cloned a repo, deleted .git directory and ran npm i but received an error: ```console ... In file included from ../../nan/nan.h:192:0, from ../src/binding.cpp:1: ../../nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe Nan::ForceSet(v8::Local, v8::Local,...

Hey guys could we get this starter updated? im trying to update to `tsed` but im failing hard... ``` TypeError: Cannot read property 'get' of undefined at new ConverterService (/Users/milewski/Code/backend/node_modules/@tsed/src/common/converters/services/ConverterService.ts:21:53)...

Hey guys, I have a question regarding the creation of new (business-)objects and the usage of them in within a service. I have created a new Type "MonthView". Therefore I...