Skip to content

Commit d6e7504

Browse files
author
Jonathan Visser
committed
Add note for using a pre-compiled older nodejs version
1 parent 7d7bc25 commit d6e7504

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
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: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,17 @@ npm install yarn
9696

9797
## Using an unsupported Node.js version
9898

99+
100+
```{note}
101+
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.
102+
```
103+
99104
If you want to use a more recent version, it is very easy to install the latest version of Node.js yourself.
100105

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

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

106111
- First, create the directory where we will unpack Node.js:
107112
```bash
@@ -127,4 +132,4 @@ Both the installations (the already installed or the precompiled self-downloaded
127132

128133
## Troubleshooting
129134

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.
135+
- 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)