From ac1451ab3b2d7d8635fdb82ca91d33e888c83f76 Mon Sep 17 00:00:00 2001 From: Marko Kaznovac Date: Sat, 5 Sep 2020 18:10:07 +0200 Subject: [PATCH] reference @vercel/ncc instead of deprecated @zeit/ncc deprecation notice on npmjs https://www.npmjs.com/package/@zeit/ncc --- responses/16_using-ncc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/responses/16_using-ncc.md b/responses/16_using-ncc.md index d45ba8e..dfc91ab 100644 --- a/responses/16_using-ncc.md +++ b/responses/16_using-ncc.md @@ -2,12 +2,12 @@ We typically don't commit a `node_modules` folder in a repository. These can often grow to be huge if your project has many dependencies. Because of the way Node works this folder is a necessary evil, but there is a way to get rid of it! -First you need to install a tool called [ncc](https://github.com/zeit/ncc). You'll want to install this tool globally so that you can use as if it's any other CLI tool on your machine. +First you need to install a tool called [ncc](https://github.com/vercel/ncc). You'll want to install this tool globally so that you can use as if it's any other CLI tool on your machine. What **ncc** does is take all the dependencies within your project and compile them into a single JavaScript file. This allows you to avoid committing the `node_modules` folder in your actions source code. **Install ncc** -`npm install -g @zeit/ncc` +`npm install -g @vercel/ncc` **Using ncc** When you use ncc: pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy