You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,6 @@ Here's a brief overview of the available commands. More indepth usage guides of
26
26
27
27
Installs nodecg-io to your current nodecg installation into a sub-directory called `nodecg-io`. Allows you to select which released version you want or if you wish to get a development install.
28
28
29
-
<!-- TODO: mention that it saves the state and allows for editing by rerunning. Mention updating -->
30
-
31
29
A production install fetches tarballs of the needed packages from the official npm registry, unpacks them, creates a `package.json` with all packages in a npm v7 workspace configuration and installs dependencies that way.
32
30
33
31
A development install clones the official git repository (`master`), installs dependencies, bootstraps all packages using lerna and builds all packages.
Copy file name to clipboardExpand all lines: src/install/production.ts
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,13 @@ export function diffPackages(
60
60
}
61
61
62
62
// TODO: handle when e.g. core upgrades and removes nodecg-io-core directory. Need to re-download dashboard because it got deleted (or don't delete it).
63
+
64
+
/**
65
+
* Removes a list of packages from a production nodecg-io install.
66
+
* @param pkgs the packages that should be removed
67
+
* @param state the current installation info that will be updated with the removals
68
+
* @param nodecgIODir the nodecg-io directory in which the packages will be removed
0 commit comments