[4/4] Building fresh packages...
error /src/node_modules/@chainlink/contracts: Command failed.
Exit code: 1
Command: node -e "if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('Please use yarn to install dependencies\n\n')"
Arguments:
Directory: /src/node_modules/@chainlink/contracts
Output:
[eval]:1
if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('Please use yarn to install dependencies\n\n')
^
Error: Please use yarn to install dependencies
at [eval]:1:59
at Script.runInThisContext (node:vm:129:12)
at Object.runInThisContext (node:vm:313:38)
at node:internal/process/execution:76:19
at [eval]-wrapper:6:22
at evalScript (node:internal/process/execution:75:60)
at node:internal/main/eval_string:27:3
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
This is the error I am getting. I got this error 'Error: Please use yarn to install dependencies' when I do docker-compose up. I have already installed yarn on windows. But then why this error?