Node.js version conflict

since yesterday we are trying to deploy our website which is based on node.js from Github repo but we are facing miss reading of some packages versions especially node.js. the log shows that we must use the version 12.19.0 or higher which we already are using in our project. However, it is still showing in the error log that we have 12.18.0 can you kindly advice how to sort this issue. best,

If you are using pages, then you need to set am environment variable of NODE_VERSION to the version you are using locally. Please note that Pages only supports up to node 17

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