kamranahmedse / developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.
https://roadmap.sh
Other
277.29k stars 37.17k forks source link

Suggested fix for the build command. #5569

Closed petitpandarouge closed 3 weeks ago

petitpandarouge commented 3 weeks ago

Hello ! As per my understading, the "--save-dev" option install the typescript module locally to the project. The "tsc" command would work if we were using the "-g" option. On my side, it's the "npx tsc" command that worked as mentionned into this documentation linked into the note : https://www.typescriptlang.org/download/ Hope I well understood...