-
Notifications
You must be signed in to change notification settings - Fork 107
Description
System: Win11 with Docker Desktop Docker Engine v28.5.1 - 64GB of Ram, no other dockers running during build. nVidia adapter with 8GB vRAM.
Console is flooded with error delete after typing in docker compose up.
It is doing it for multiple files: 17.35 ./components/app_edit/BottomBar.tsx as an example
Ran a | more on it to capture the following.
#25 [frontend 6/6] RUN npm run build
#25 12.98 Γ£ô Compiled successfully in 9.6s
#25 12.98 Linting and checking validity of types ...
#25 14.22 (node:150) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///app/eslint.config.js?mtime=1761915827028 is not specified and it doesn't parse as CommonJS.
#25 14.22 Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
#25 14.22 To eliminate this warning, add "type": "module" to /app/package.json.
#25 14.22 (Use node --trace-warnings ... to show where the warning was created)
#25 16.95
#25 16.95 Failed to compile.
#25 16.95
#25 16.95 ./app/app/[app]/client_page.tsx
#25 16.95 1:4 Error: Delete ΓÉì prettier/prettier
#25 16.95 2:69 Error: Delete ΓÉì prettier/prettier
#25 16.95 3:36 Error: Delete ΓÉì prettier/prettier
#25 16.95 4:4 Error: Delete ΓÉì prettier/prettier
#25 16.95 5:1 Error: Delete ΓÉì prettier/prettier
......... and on and on