development icon indicating copy to clipboard operation
development copied to clipboard

NodeJS version out of date in Dockerfile

Open garrettsummerfi3ld opened this issue 3 years ago • 0 comments

During the setup of the development environment. There is an error that occurs when you run setup-pterodactyl, output here:

yarn install v1.22.19
[1/5] Validating package.json...
error @pterodactyl/panel@: The engine "node" is incompatible with this module. Expected version ">=16.0". Got "14.20.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Restarting periodic command scheduler: cronStopping periodic command scheduler: cron.
Starting periodic command scheduler: cron.

This should be fixed by updating the NodeJS version to 16.X or higher.

garrettsummerfi3ld avatar Jan 11 '23 04:01 garrettsummerfi3ld