- 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.
推薦閱讀
- Java EE 6 企業(yè)級應用開發(fā)教程
- Microsoft Dynamics 365 Extensions Cookbook
- Mastering Concurrency in Go
- 編程珠璣(續(xù))
- Python Geospatial Development(Second Edition)
- Python Network Programming Cookbook(Second Edition)
- Mastering Drupal 8 Views
- 零基礎Java學習筆記
- 用案例學Java Web整合開發(fā)
- 21天學通C++(第5版)
- Rust游戲開發(fā)實戰(zhàn)
- Test-Driven JavaScript Development
- 零基礎學Python編程(少兒趣味版)
- Python商務數(shù)據(jù)分析(微課版)
- 交互式程序設計(第2版)