Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在使用 ng new 命令时跳过重新下载 node_modules 并使用父目录中的 node_modules ?这将通过慢速互联网连接加速新项目模板的生成。
是的,可以选择使用 ng new myProject --skip-install 跳过安装 npm 包。