From 467ba5af8278399c1fcf11137644f7c61af8f59c Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Mon, 18 Jul 2022 08:32:13 +0000 Subject: [PATCH] docs: remove `@latest` reference from `npm init` command NPM doesn't correctly handle version specifier for scoped packages when using the `init` command See: https://github.com/npm/cli/issues/5175 --- packages/angular/create/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular/create/README.md b/packages/angular/create/README.md index 0deeb5a4fe..d95936e77e 100644 --- a/packages/angular/create/README.md +++ b/packages/angular/create/README.md @@ -9,7 +9,7 @@ Scaffold an Angular CLI workspace without needing to install the Angular CLI glo NPM ``` -npm init @angular@latest [project-name] -- [...options] +npm init @angular [project-name] -- [...options] ``` Yarn