DEV Community

Discussion on: Node.js (Express) with TypeScript, Eslint, Jest, Prettier and Husky - Part 1

Collapse
 
jimmythecode profile image
James

You've included an invalid command:
npx typescript --init

It should be:
npx tsc --init