Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/hypernode-deploy/applications/config-for-nextjs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Config for NextJS

```{note}
NextJS is not officially supported on the Hypernode Platform. So please use this at your own risk,.
NextJS is not officially supported on the Hypernode Platform. So please use this at your own risk.
```

Configuration to use as Hypernode Deploy deploy.php for a NextJS webserver application:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,16 @@ npm install yarn

## Using an unsupported Node.js version

```{note}
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.
```

If you want to use a more recent version, it is very easy to install the latest version of Node.js yourself.

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

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

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

## Troubleshooting

- 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.
- 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.