express-generator-typescript
express-generator-typescript copied to clipboard
Create a new express app similar to express-generator but with TypeScript
node 18 on Mac OS 13 [nodemon] starting `./node_modules/.bin/ts-node --files -r tsconfig-paths/register ./src` Error: dlopen(/Users/yusufcanbaz/Desktop/yusuf/namaz-vakti-api-2/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node, 0x0001): tried: '/Users/yusufcanbaz/Desktop/yusuf/namaz-vakti-api-2/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/yusufcanbaz/Desktop/yusuf/namaz-vakti-api-2/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'...
In [build.ts](https://github.com/seanpmaxwell/express-generator-typescript/blob/master/sample-output/express-gen-ts/build.ts#L23) when there is an error, the script simply logs it without exiting with a non-zero exit code. This causes build systems to continue with the build process even...
It would be nice if files can use LF instead of CRLF under UNIX-like systems. Or maybe just always use LF considering the default value of https://www.typescriptlang.org/tsconfig/#newLine is LF? Thanks...
removes the deprecated unstable_ts_config flag from the lint script in package.json to ensure compatibility with ESLint v9.18.0 and above.