I am trying to deploy my backend server on render.com and I got this error
Cloning from https://github.com/YDheeraj/100wpm_backend... ==> Checking out commit 684fe42472c3657ddda8e35fb63ac1ece3712387 in branch master ==> Running build command 'yarn'... yarn install v1.22.5 warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json. [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. ** error parser@0.1.4: The engine "node" is incompatible with this module. Expected version "0.4-0.9". Got "14.17.0"** error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. ==> Build failed
I tried to install nvm in to install the compatible version of node js but getting issue in installing nvm Please help me to deploy my my project