I tried adding:
nodejs = pkgs.nodejs-14_x;
to the dev.nix, but that didn’t work. How can I build the environment to support nodejs14?
I tried adding:
nodejs = pkgs.nodejs-14_x;
to the dev.nix, but that didn’t work. How can I build the environment to support nodejs14?
I could not find any documentation to make it work. I did the installation manually with NVM. Looks like node v14 is no longer supportted in Google Cloud. App Engine standard environment for Node.js release notes | Google App Engine standard environment docs | Google Cloud
Oh, you install nvm on the command line, then install node14 from there? I’ll try that, thanks!