Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

rmatson's avatar

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's avatar

rmatson liked a comment+100 XP

5mos ago

React from Scratch: Ep 4, JSX - Give it 5 Minutes

npm install --save-dev @babel/cli@^7.27.0 @babel/core@^7.26.10 @babel/preset-react@^7.26.3