- Hands-On Full:Stack Web Development with ASP.NET Core
- Tamir Dresher Amir Zuker Shay Friedman
- 119字
- 2021-06-10 19:37:19
Installing TypeScript
To install TypeScript, follow the next steps:
- Click Start | All Programs | Windows System | Command Prompt
- Write the following command and press Enter:
npm install typescript -g
- This will start the TypeScript installation
- After a few seconds, the installation will end, and TypeScript will be installed on your
machine - To test whether or not TypeScript is installed correctly, write the following command into Command Prompt and press Enter:
tsc --version
If the installed version is displayed, then TypeScript has been installed correctly
If you receive an error, try to close and reopen Command Prompt and try again. If that doesn't work, try to go through the preceding steps again to reinstall TypeScript.
推薦閱讀
- 計算機網絡與通信(第2版)
- FreeSWITCH 1.2
- C++黑客編程揭秘與防范
- SEO 20日
- Getting Started with WebRTC
- SSL VPN : Understanding, evaluating and planning secure, web/based remote access
- 6G新技術 新網絡 新通信
- Master Apache JMeter:From Load Testing to DevOps
- Hands-On Microservices with Node.js
- 中國互聯網發展報告2021
- Hands-On Docker for Microservices with Python
- 圖神經網絡前沿
- Laravel Application Development Cookbook
- 工業以太網技術:AFDX/TTE網絡原理、接口、互連與安全
- Hands-On Cloud:Native Microservices with Jakarta EE