node-typescript-starter
node-typescript-starter copied to clipboard
## Issue Has an error in the command of the npm script when run `npm run dev`. ## Main changes - small fix (ee17496)
Sir, your 【dev】 command `tsc --watch & nodemon dist` will only make tsc --watch . But the `nodemon dist` will never run. You should use 【tsc --watch --onSuccess】 to call...
``` /usr/local/bin/node /usr/local/lib/node_modules/npm/bin/npm-cli.js install --scripts-prepend-node-path=auto WARN notice [SECURITY] debug has the following vulnerability: 1 low. Go here for more details: https://nodesecurity.io/advisories?search=debug&version=2.6.7 - Run `npm i npm@latest -g` to upgrade your...
maybe you forgot to add express types `npm install --save @types/express`
This is a fantastic small and simple project that really helped me get started setting up a node project with typescript. It would only be improved by adding a few...
So my issue with the Dockerfile is that it still keeps all dependencies. Shouldn't the dev dependencies not make it into the production container?