Shairon (hashcode)

Results 1 comments of Shairon (hashcode)

I ended up adding `--no-deprecation` to `node` and node-based commands to silent the warning: - `nodemon --no-deprecation ...` - `ts-node --no-deprecation index.ts` - `node --no-deprecation index.js`