for /f %i in (non-essential-files.txt) do del %i /F /S /Q
@@ -375,8 +379,6 @@ If you're new to Angular, we recommend you follow the [tutorial](tutorial "Tour
-
-
{@a install-prerequisites}
@@ -385,8 +387,6 @@ If you're new to Angular, we recommend you follow the [tutorial](tutorial "Tour
## 附录:node 与 npm
-
-
Node.js and npm are essential to modern web development with Angular and other platforms.
Node powers client development and build tools.
The _npm_ package manager, itself a _node_ application, installs JavaScript libraries.
@@ -395,8 +395,10 @@ Node.js 和 npm 对使用 Angular 和其他平台进行现代网络开发是至
Node 驱动客户端开发和构建工具。
*npm* 包管理器本身是 *node* 应用,用于安装 JavaScript 库。
+
-Get them now if they're not already installed on your machine.
+ if they're not already installed on your machine.
+
如果你的电脑没有安装它们,
立刻安装它们。