appearhere/bloom

View on GitHub
v1.1.0-beta.92 #2064
tomperc authored 9d449b49
errored00:00:24
An engine encountered an error
E10 Error

We had trouble running the eslint engine.

The engine's output shown below may indicate the cause of the error.

If not, please contact us so we can investigate further.

1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
WARNING: 'engines' has been deprecated, please use 'plugins' instead
WARNING: 'exclude_paths' has been deprecated, please use 'exclude_patterns' instead
WARNING: 'ratings' has been deprecated, and will not be used
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-04-15T10:44:29.305248 #1]  WARN -- : Skipping packages/core/src/index.js due to CC::Parser::Client::HTTPError
W, [2024-04-15T10:44:29.305289 #1]  WARN -- : Response status: 422
W, [2024-04-15T10:44:30.559072 #1]  WARN -- : Skipping packages/core/src/components/index.js due to CC::Parser::Client::HTTPError
W, [2024-04-15T10:44:30.559111 #1]  WARN -- : Response status: 422
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-04-15T10:44:36.949611 #1]  WARN -- : Skipping ./packages/core/src/index.js due to CC::Parser::Client::HTTPError
W, [2024-04-15T10:44:36.949796 #1]  WARN -- : Response status: 422
W, [2024-04-15T10:44:38.852428 #1]  WARN -- : Skipping ./packages/core/src/components/index.js due to CC::Parser::Client::HTTPError
W, [2024-04-15T10:44:38.852466 #1]  WARN -- : Response status: 422
7
eslint
eslint engine documentation
View output
File `.github` ignored because of your .eslintignore file.
File `.github/CODEOWNERS` ignored because of your .eslintignore file.
File `.github/workflows` ignored because of your .eslintignore file.
File `.github/workflows/main.yaml` ignored because of your .eslintignore file.
File `.yarnrc` ignored because of your .eslintignore file.
File `.travis.yml` ignored because of your .eslintignore file.
File `.gitignore` ignored because of your .eslintignore file.
File `.circleci` ignored because of your .eslintignore file.
File `.circleci/config.yml` ignored because of your .eslintignore file.
File `.codeclimate.yml` ignored because of your .eslintignore file.
/usr/src/app/node_modules/eslint/lib/config/config-file.js:165
        throw e;
        ^

Error: Cannot read config file: /code/config/eslint.js
Error: Cannot find module '/code/config/eslint.js'
Require stack:
- /usr/src/app/node_modules/eslint/lib/config/noop.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at module.exports (/usr/src/app/node_modules/resolve-from/index.js:14:16)
    at module.exports (/usr/src/app/node_modules/require-uncached/index.js:11:17)
    at loadJSConfigFile (/usr/src/app/node_modules/eslint/lib/config/config-file.js:161:16)
    at loadConfigFile (/usr/src/app/node_modules/eslint/lib/config/config-file.js:200:22)
    at Object.load (/usr/src/app/node_modules/eslint/lib/config/config-file.js:494:18)
    at loadConfig (/usr/src/app/node_modules/eslint/lib/config.js:64:33)
    at new Config (/usr/src/app/node_modules/eslint/lib/config.js:199:38)
    at CLIEngine.getConfigForFile (/usr/src/app/node_modules/eslint/lib/cli-engine.js:775:28)
    at Object.<anonymous> (/usr/src/app/bin/eslint.js:228:53) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ '/usr/src/app/node_modules/eslint/lib/config/noop.js' ]
}

Node.js v17.3.1