The installed Node.js version in the Probo Docker Image you are using may differ from the Node.js version used for building your project dependencies. Update the node version in your Probo Build by using one of the following methods.
Update Node.js Using NVM
NVM is the Node Version Manager.
The example steps below will use NVM to update the Node.js version in your Probo Build to Node 12, which is the current LTS release.
Update Node.js Using N
N is a package available for Node version management.
The example steps below will use N to update the Node.js version in your Probo Build to the latest Node and install the latest NPM stable release.