From ca869701679aaa50c8670643b8a79fbe8dbbf00c Mon Sep 17 00:00:00 2001 From: Lutz Markus Willek Date: Fri, 2 Apr 2021 17:39:25 +0200 Subject: [PATCH 1/2] Fixes githubtraining/write-javascript-actions#34 --- responses/16_using-ncc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responses/16_using-ncc.md b/responses/16_using-ncc.md index d45ba8e..0e083e5 100644 --- a/responses/16_using-ncc.md +++ b/responses/16_using-ncc.md @@ -7,7 +7,7 @@ First you need to install a tool called [ncc](https://github.com/zeit/ncc). You' 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: From d99ee440d460af9688298e51f0a0502a5453d570 Mon Sep 17 00:00:00 2001 From: Lutz Markus Willek Date: Fri, 2 Apr 2021 17:51:51 +0200 Subject: [PATCH 2/2] change outdated link too --- responses/16_using-ncc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responses/16_using-ncc.md b/responses/16_using-ncc.md index 0e083e5..dfc91ab 100644 --- a/responses/16_using-ncc.md +++ b/responses/16_using-ncc.md @@ -2,7 +2,7 @@ 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. 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