From 79e82f22a520597087212c6dc2b256c4064ee354 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 29 Apr 2021 09:46:58 +0200 Subject: [PATCH] docs: remove ts-node form dev deps (#41873) Follow-up to #41826 The CLI now no longer installs `ts-node` since Protractor has been removed. See https://github.com/angular/angular-cli/pull/20601 for the relevant PR in angular-cli. This change has been released in the CLI v12.0.0-rc.1 PR Close #41873 --- aio/content/guide/npm-packages.md | 1 - 1 file changed, 1 deletion(-) diff --git a/aio/content/guide/npm-packages.md b/aio/content/guide/npm-packages.md index 5b889dc1f2..a5d0bf57d2 100644 --- a/aio/content/guide/npm-packages.md +++ b/aio/content/guide/npm-packages.md @@ -121,7 +121,6 @@ Package name | Description **@types/... ** | TypeScript definition files for 3rd party libraries such as Jasmine and Node.js. **jasmine/... ** | Packages to support the [Jasmine](https://jasmine.github.io/) test library. **karma/... ** | Packages to support the [karma](https://www.npmjs.com/package/karma) test runner. -[**ts-node**](https://www.npmjs.com/package/ts-node) | TypeScript execution environment and REPL for Node.js. [**typescript**](https://www.npmjs.com/package/typescript) | The TypeScript language server, including the *tsc* TypeScript compiler.