Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (83)

I am getting an error during the pipeline when I try to build my vue app.

Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (83)

I feel like this is an issue caused by an upgrade on Netlify’s end. Is there a way to resolve this on my end or do I need to wait for them to resolve it?

Quite mysterious! What version of node-sass are you running? And what version of node? You may have to manually set the NODE_VERSION in the Netlify UI as described here to make sure we’re running a version of node that supports your node-sass version:

And a table of which node-sass goes with which node:

Let us know if that fixes things for you?

I updated my node version in engines to node: 14.1.x and that seemed to have worked.

Thanks.