mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
Node.js v16 will be entering an LTS state prior to the release of Angular v13 which allows Node.js v16 to be marked as officially supported by the Angular CLI. The initial bootstrapping check now adds Node.js v16 to the output message in the event of an unsupported Node.js version. NOTE: Prior to the final v13 release, the Node.js v16 minor should be updated to the actual LTS version once available.
/lib
Folder
This folder includes bootstrap code for the various tools included in this repository. Also
included is the packages meta-information package in packages.ts
. This is used to read and
understand all the monorepo information (contained in the .monorepo.json
file, and package.json
files across the repo).
bootstrap-local.js
should be included when running files from this repository without compiling
first. It allows for compiling and loading packages in memory directly from the repo. Not only
does the devkit-admin
scripts use this to include the library, but also all binaries linked
locally (like schematics
and ng
), when not using the npm published packages.