Skip to content

Commit 0213ff9

Browse files
authored
Merge pull request #365 from ByteInternet/add-note-for-precompiled-user-older-node-js-version
Add note for using a pre-compiled older nodejs version
2 parents 3feca45 + 664b156 commit 0213ff9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/hypernode-deploy/applications/config-for-nextjs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Config for NextJS
22

33
```{note}
4-
NextJS is not officially supported on the Hypernode Platform. So please use this at your own risk,.
4+
NextJS is not officially supported on the Hypernode Platform. So please use this at your own risk.
55
```
66

77
Configuration to use as Hypernode Deploy deploy.php for a NextJS webserver application:

docs/hypernode-platform/tools/how-to-use-node-js-and-npm-on-hypernode.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,16 @@ npm install yarn
9696

9797
## Using an unsupported Node.js version
9898

99+
```{note}
100+
Installing and using unsupported Node.js versions is no longer supported on the Hypernode Platform. We strongly advise against using unsupported versions, as we cannot provide any assistance or guarantee compatibility.
101+
```
102+
99103
If you want to use a more recent version, it is very easy to install the latest version of Node.js yourself.
100104

101105
NodeJs offers [precompiled packages on their website](https://nodejs.org/en/) that are ready to use on your Hypernode.
102106
All we need to do is download and unpack them to make use of node and npm and install your own node modules.
103107

104-
In this example we use version v14.17.6 but the installation process is the same when using older or newer versions.
108+
In this example, we use version v14.17.6, but the installation process is the same when using older or newer versions.
105109

106110
- First, create the directory where we will unpack Node.js:
107111
```bash
@@ -127,4 +131,4 @@ Both the installations (the already installed or the precompiled self-downloaded
127131

128132
## Troubleshooting
129133

130-
- When using npm search, so much memory is used that on smaller Hypernode plans, your shell will get killed, and you’ll be automagically logged out of your Hypernode due to our out of memory protection.
134+
- When running `npm search`, the command may consume a significant amount of memory. On smaller Hypernode plans, this can trigger our out-of-memory protection, causing your shell session to be terminated and resulting in an automatic logout from your Hypernode.

0 commit comments

Comments
 (0)