Update NPM & Node.js: Appcenter-CLI 1.2.1 requires Node.js 10

The new Appcenter-CLI requires Node.js 10.

When I run an additional script to perform an appcenter-cli distribution currently only Node.js 8.16.0 is installed on the Android & Docker, on Ubuntu Stack

I tried to upgrade the node to a newer version like mentioned here: How to install a upgrade/downgrade NPM to a specific version using npm@latest

  • npm install npm@latest -g
    /usr/bin/npm β†’ /usr/lib/node_modules/npm/bin/npm-cli.js
    /usr/bin/npx β†’ /usr/lib/node_modules/npm/bin/npx-cli.js
  • npm@6.10.1
    added 63 packages from 17 contributors, removed 17 packages and updated 58 packages in 8.357s
  • npm install -g n
    /usr/bin/n β†’ /usr/lib/node_modules/n/bin/n
  • n@5.0.1

Is there anything wrong with the script commands I use?

Regards
Sebastian

1 Like

Hi @Sebastian.Schlicht!

Thanks for the report! Can you please include a build URL here so we can check out what’s happening in the builds?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.