Deployment` failed

I keep getting this error when deploying, do you know any solutions for this?

Hi,

The “win32” in the logs you’ve shared implies you’ve committed the node_modules folder to your repo with packages designed for Windows. Render runs on Linux.

It’s not recommended to commit node_modules to your repo, so that the install command can determine the appropriate packages for the platform their being installed on.

Kind regards

Alan

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