We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7ecb8 commit e8470edCopy full SHA for e8470ed
tests/legacy-cli/e2e/initialize/300-log-environment.ts
@@ -1,4 +1,4 @@
1
-import { ng, node, npm } from '../utils/process';
+import { ng } from '../utils/process';
2
3
export default async function () {
4
console.log('Environment:');
@@ -13,7 +13,5 @@ export default async function () {
13
console.log(` ${envName}: ${process.env[envName]!.replace(/[\n\r]+/g, '\n ')}`);
14
});
15
16
- await node('--version');
17
- await npm('--version');
18
await ng('version');
19
}
0 commit comments