Skip to content

Commit 457eb6b

Browse files
Remove nodejs install scripts from docs.
1 parent f4feb49 commit 457eb6b

File tree

6 files changed

+4
-62
lines changed

6 files changed

+4
-62
lines changed

website/docs/developers/frontend/index.mdx

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,9 @@ These instructions are tested and compatible with:
5858

5959
### Install Node.js
6060

61-
<Tabs groupId="operating-systems">
62-
<TabItem value="linux" label="Linux">
61+
We recommend using the latest Node.js version specified in the `.nvmrc` file at the root of the repository. You can use a Node.js version manager like `nvm` to easily switch to the correct version.
6362

64-
<CodeBlock language="bash" title="scripts/frontend/install-nodejs-linux.sh">
65-
{InstallNodejsLinux}
66-
</CodeBlock>
67-
68-
</TabItem>
69-
<TabItem value="macos" label="macOS">
70-
71-
<CodeBlock language="bash" title="scripts/frontend/install-nodejs-macos.sh">
72-
{InstallNodejsMacos}
73-
</CodeBlock>
74-
75-
</TabItem>
76-
</Tabs>
63+
For more information on how to install Node.js, please refer to the [official Node.js documentation](https://nodejs.org/en/download/package-manager/).
7764

7865
### Install Angular CLI
7966

website/docs/developers/getting-started.mdx

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,9 @@ This installs:
8181

8282
**Node.js (for documentation and frontend):**
8383

84-
<Tabs groupId="operating-systems">
85-
<TabItem value="linux" label="Linux (Ubuntu/Debian)">
86-
87-
<CodeBlock language="bash">{InstallNodejsSh}</CodeBlock>
84+
We recommend using the latest Node.js version specified in the `.nvmrc` file at the root of the repository. You can use a Node.js version manager like `nvm` to easily switch to the correct version.
8885

89-
</TabItem>
90-
<TabItem value="macos" label="macOS">
91-
92-
<CodeBlock language="bash">{InstallNodejsMacOSSh}</CodeBlock>
93-
94-
</TabItem>
95-
</Tabs>
86+
For more information on how to install Node.js, please refer to the [official Node.js documentation](https://nodejs.org/en/download/package-manager/).
9687

9788
**Docker (optional, for containerized builds):**
9889

website/docs/developers/scripts/frontend/install-nodejs-linux.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

website/docs/developers/scripts/frontend/install-nodejs-macos.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

website/docs/developers/scripts/setup/install-nodejs-macos.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

website/docs/developers/scripts/setup/install-nodejs.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)