Skip to content

Conversation

@camwhi-te
Copy link
Contributor

This dependency bump resolves an error message during building the Panel (CLIEngine is not a constructor). This isn't a fatal error that causes any issues during build, but it's an annoying message to see every time the Panel builds.
Note: Other dependencies have been bumped as a by-product of updating this package.

Below is the attached error output when this dependency isn't updated:

TypeError: CLIEngine is not a constructor
    at createEsLintReporter (/my/installation/path/node_modules/fork-ts-checker-webpack-plugin/lib/eslint-reporter/reporter/EsLintReporter.js:22:20)
    at Object.<anonymous> (/my/installation/path/node_modules/fork-ts-checker-webpack-plugin/lib/reporter/reporter-rpc/ReporterRpcService.js:21:30)
    at Generator.next (<anonymous>)
    at /my/installation/path/node_modules/fork-ts-checker-webpack-plugin/lib/reporter/reporter-rpc/ReporterRpcService.js:8:71
    at new Promise (<anonymous>)
    at __awaiter (/my/installation/path/node_modules/fork-ts-checker-webpack-plugin/lib/reporter/reporter-rpc/ReporterRpcService.js:4:12)
    at /my/installation/path/node_modules/fork-ts-checker-webpack-plugin/lib/reporter/reporter-rpc/ReporterRpcService.js:19:88
    at Object.<anonymous> (/my/installation/path/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/RpcService.js:23:38)
    at Generator.next (<anonymous>)
    at /my/installation/path/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/RpcService.js:8:71
    ```

@DaneEveritt DaneEveritt merged commit b050174 into pterodactyl:develop Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants