From 9208333ead79af76b893e5a414b5aadace189ec7 Mon Sep 17 00:00:00 2001 From: arechaithanya Date: Thu, 16 Apr 2026 20:43:29 +0530 Subject: [PATCH] docs: update npm install syntax to modern usage --- src/content/guides/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/guides/getting-started.mdx b/src/content/guides/getting-started.mdx index 1afec489e728..e2d444998e5b 100644 --- a/src/content/guides/getting-started.mdx +++ b/src/content/guides/getting-started.mdx @@ -182,7 +182,7 @@ To bundle the `lodash` dependency with `index.js`, we'll need to install the lib ```bash # npm -npm install --save lodash +npm install lodash # yarn yarn add lodash