Hi @os-tohe,
seems you don’t have dependencies installed. Please check the sample bitbucket config for javascript as a base:
https://bitbucket.org/sonarsource/sample-nodejs-project/src/master/bitbucket-pipelines.yml
You can also add this:
definitions:
services:
docker:
memory: 4096
and add -Dsonar.javascript.node.maxspace=4096
to the EXTRA_ARGS
Cheers,
Victor