Process 'command 'node_modules/@sentry/cli/bin/sentry-cli'' finished with non-zero exit value 127

Edit sentry.gradle

def osCompatibility = Os.isFamily(Os.FAMILY_WINDOWS) ? ['cmd', '/c', 'node'] : []


to

def osCompatibility = Os.isFamily(Os.FAMILY_WINDOWS) ? ['cmd', '/c', 'node'] : ['/Users/you/.nvm/versions/node/v11.0.0/bin/node']

Comments

Popular posts from this blog

Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only file and data URLs are supported by the default ESM loader.