- 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.
推薦閱讀
- OpenShift開發指南(原書第2版)
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- PHP基礎案例教程
- Practical Data Science Cookbook(Second Edition)
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- MongoDB,Express,Angular,and Node.js Fundamentals
- R用戶Python學習指南:數據科學方法
- JavaScript+jQuery網頁特效設計任務驅動教程
- Arduino可穿戴設備開發
- Magento 2 Beginners Guide
- WCF全面解析
- Blender 3D Cookbook
- Oracle SOA Suite 12c Administrator's Guide
- Getting Started with RethinkDB
- Magento 2 Developer's Guide