trying to install yarn for my chainlink node. This is the error I'm getting. Any thoughts?
node -e "if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('Please use yarn to install dependencies\n\n')"
trying to install yarn for my chainlink node. This is the error I'm getting. Any thoughts?
node -e "if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('Please use yarn to install dependencies\n\n')"
Did you try
yarn install
in the main node's folder?