Netlify npm is obsolete

When doing a build one statement is: " Installing NPM modules using NPM version 6.14.4". When I do “npm version” I get 6.14.8* which is the current version. Because of this all of my builds FAIL. They work fine on my system.

Hi, @gerbreown. It sounds like you might need to configure our build environment to use same version of node that use are using locally. This can be done using the instructions here:

If that doesn’t resolve the issue, please let us send us a link to the deploy logs and we will be happy to take a closer look.

The reply from Luke solved the problem.