lando / platformsh

The Official Platform.sh Lando Plugin
https://docs.lando.dev/platformsh
GNU General Public License v3.0
6 stars 4 forks source link

Can't install correct nodejs version #149

Open georgatgalaniprojects opened 2 years ago

georgatgalaniprojects commented 2 years ago

Hi. am trying to figure out how to install some other version of nodejs than the default version.

I tried everything suggested here: https://docs.platform.sh/languages/nodejs/node-version.html.

Still lando seems to ignore every change of node version.

How can I get node installed in my required version or at least how can I debug where n / nvm fails in the build process?

reynoldsalec commented 2 years ago

Are you trying to just update Node on a PHP app container or trying to run a Node application in its own app container @georgatgalaniprojects?

Node app containers aren't supported right now, so that may be your problem if you're looking to run a Node app container (https://github.com/lando/platformsh/issues/66).