Everything goes fine when I launch the project, but when I try to deploy the project I get an error about a package that isn’t even in my yarn.lock or in the package.json. The error is as follows:
"#0 48.18 [4/4] Building fresh packages…
#0 48.24 error /app/node_modules/node-base64: Command failed.
#0 48.24 Exit code: 127
#0 48.24 Command: ./install.sh
#0 48.24 Arguments:
#0 48.24 Directory: /app/node_modules/node-base64
#0 48.24 Output:
#0 48.24 ./install.sh: 3: node-waf: not found
#0 48.24 info Visit yarn website for documentation about this command.
Error: failed to fetch an image or build from source: error building: failed to solve: executor failed running [/bin/sh -c yarn install --frozen-lockfile --production=false]: exit code: 127 "