Page 1 of 1

PrimeVue Poseidon Build Errors

Posted: 09 Jun 2022, 01:00
by zacharyplotkin
I just purchased Poseidon, tested the code, and whenever I run serve, I get these errors:


frontend-src> npm run serve

> poseidon-vue@1.0.0 serve
> vue-cli-service serve

INFO Starting development server...


ERROR Failed to compile with 2 errors 6:56:51 PM

ESLint is not a constructor

You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.
Error: Child compilation failed:
ESLint is not a constructor

- child-compiler.js:169
[frontend-src]/[html-webpack-plugin]/lib/child-compiler.js:169:18

- Compiler.js:551 finalCallback
[frontend-src]/[webpack]/lib/Compiler.js:551:5

- Compiler.js:577
[frontend-src]/[webpack]/lib/Compiler.js:577:11

- Compiler.js:1196
[frontend-src]/[webpack]/lib/Compiler.js:1196:17


- task_queues:95 process.processTicksAndRejections
node:internal/process/task_queues:95:5


ERROR in ESLint is not a constructor

ERROR in Error: Child compilation failed:
ESLint is not a constructor

- child-compiler.js:169
[frontend-src]/[html-webpack-plugin]/lib/child-compiler.js:169:18

- Compiler.js:551 finalCallback
[frontend-src]/[webpack]/lib/Compiler.js:551:5

- Compiler.js:577
[frontend-src]/[webpack]/lib/Compiler.js:577:11

- Compiler.js:1196
[frontend-src]/[webpack]/lib/Compiler.js:1196:17


- task_queues:95 process.processTicksAndRejections
node:internal/process/task_queues:95:5



1 ERROR in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)
webpack compiled with 3 errors


Would appreciate some help!

Re: PrimeVue Poseidon Build Errors

Posted: 09 Jun 2022, 16:19
by tugce.kucukoglu
I've cloned poseidon-vue-1.0.0.zip and I didn't get any errors. It seems the webpack configuration causes these errors. What is your setup? How can I replicate the issue?