Skip to content

Memory Leak and Fatal Errors #1

Closed
@RyanMulready

Description

@RyanMulready

With just the base config turned on I am getting this in my ESLint log

(node:15045) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 VElement listeners added. Use emitter.setMaxListeners() to increase limit (node:15045) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 VElement listeners added. Use emitter.setMaxListeners() to increase limit (node:15045) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 VElement listeners added. Use emitter.setMaxListeners() to increase limit

With the recommended config turned on ESLint won't even run and returns this in the log

The expression evaluated to a falsy value: assert(node && node.type === 'VElement') AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(node && node.type === 'VElement') at Object.hasAttribute (/node_modules/eslint-plugin-vue/lib/utils/index.js:86:5)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions