- Learn WebAssembly
- Mike Rourke
- 119字
- 2021-08-13 15:38:59
Installing rimraf
Some of the build steps defined in the Makefiles or VS Code Tasks delete files or directories. The commands required to delete a file or folder differ based on your platform and shell. To address this issue we'll use the rimraf npm package (https://www.npmjs.com/package/rimraf). Installing the package globally provides a rimraf command that performs the correct deletion operation for the operating system and shell.
To install rimraf, ensure that Node.js is installed and run the following command from a CLI:
npm install -g rimraf
To ensure that the installation was successful, run the following command:
rimraf --help
You should see usage instructions and a list of command line flags. Let's move on to the VS Code installation.
推薦閱讀
- ClickHouse性能之巔:從架構設計解讀性能之謎
- Internet of Things with the Arduino Yún
- Java Web基礎與實例教程
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- Arduino家居安全系統構建實戰
- 深度學習:Java語言實現
- 深入理解C指針
- MySQL程序員面試筆試寶典
- Hands-On Kubernetes on Windows
- 零基礎學Java第2版
- Less Web Development Cookbook
- Mastering Drupal 8
- Microsoft Windows Identity Foundation Cookbook
- Python Django Web從入門到項目實戰(視頻版)
- Android從入門到精通