rmatson liked a comment+100 XP
5mos ago
React from Scratch: Ep 13, TypeScript is Your Friend. Really!
@puck_hb Hey!
I think I ommitted this in the video because I have TypeScript installed globally.
You can fix this by installing it as a dev dependency:
npm install --save-dev typescript
This will give you access to the tsc command locally (which is what npm run check relies on). After that, npm run check should work as expected!
rmatson liked a comment+100 XP
5mos ago