We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ng version
1 parent 1b6e9c3 commit 30efb76Copy full SHA for 30efb76
packages/angular/cli/src/commands/version/cli.ts
@@ -6,8 +6,8 @@
6
* found in the LICENSE file at https://angular.io/license
7
*/
8
9
-import nodeModule from 'module';
10
-import { resolve } from 'path';
+import nodeModule from 'node:module';
+import { resolve } from 'node:path';
11
import { Argv } from 'yargs';
12
import { CommandModule, CommandModuleImplementation } from '../../command-builder/command-module';
13
import { colors } from '../../utilities/color';
@@ -28,9 +28,7 @@ const SUPPORTED_NODE_MAJORS = [18, 20];
28
const PACKAGE_PATTERNS = [
29
/^@angular\/.*/,
30
/^@angular-devkit\/.*/,
31
- /^@bazel\/.*/,
32
/^@ngtools\/.*/,
33
- /^@nguniversal\/.*/,
34
/^@schematics\/.*/,
35
/^rxjs$/,
36
/^typescript$/,
0 commit comments