forked from Txio-labs/txio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild_error.txt
More file actions
64 lines (53 loc) · 4.73 KB
/
Copy pathbuild_error.txt
File metadata and controls
64 lines (53 loc) · 4.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
> txio-frontend@0.0.0 build
> next build
⚠ Warning: Next.js inferred your workspace root, but it may not be correct.
We detected multiple lockfiles and selected the directory of /home/kingvic/Documents/drips/Flow/package-lock.json as the root directory.
To silence this warning, set `turbopack.root` in your Next.js config, or consider removing one of the lockfiles if it's not needed.
See https://nextjs.org/docs/app/api-reference/config/next-config-js/turbopack#root-directory for more information.
Detected additional lockfiles:
* /home/kingvic/Documents/drips/Flow/frontend/package-lock.json
▲ Next.js 16.2.6 (Turbopack)
Creating an optimized production build ...
> Build error occurred
Error: Turbopack build failed with 2 errors:
./frontend/node_modules/@mysten/dapp-kit/dist/esm/index.css
Error evaluating Node.js code
Error: It looks like you're trying to use `tailwindcss` directly as a PostCSS plugin. The PostCSS plugin has moved to a separate package, so to continue using Tailwind CSS with PostCSS you'll need to install `@tailwindcss/postcss` and update your PostCSS configuration.
[at ft (/home/kingvic/Documents/drips/Flow/frontend/node_modules/tailwindcss/dist/lib.js:38:1643)]
at pluginFactory (turbopack:///[turbopack-node]/transforms/postcss.ts:56:14) [/home/kingvic/Documents/drips/Flow/frontend/.next/build/chunks/[root-of-the-server]__048u7-j._.js:139:20]
[at <anonymous>]
at map (turbopack:///[turbopack-node]/transforms/postcss.ts:43:33) [/home/kingvic/Documents/drips/Flow/frontend/.next/build/chunks/[root-of-the-server]__048u7-j._.js:129:35]
at init (turbopack:///[turbopack-node]/child_process/evaluate.ts:74:20) [/home/kingvic/Documents/drips/Flow/frontend/.next/build/chunks/[root-of-the-server]__0mk3y20._.js:429:26]
[at process.processTicksAndRejections (node:internal/process/task_queues:95:5)]
Import trace:
Client Component Browser:
./frontend/node_modules/@mysten/dapp-kit/dist/esm/index.css [Client Component Browser]
./frontend/src/components/Providers.tsx [Client Component Browser]
./frontend/src/components/Providers.tsx [Server Component]
./frontend/src/app/layout.tsx [Server Component]
./frontend/src/app/globals.css
Error evaluating Node.js code
Error: It looks like you're trying to use `tailwindcss` directly as a PostCSS plugin. The PostCSS plugin has moved to a separate package, so to continue using Tailwind CSS with PostCSS you'll need to install `@tailwindcss/postcss` and update your PostCSS configuration.
[at ft (/home/kingvic/Documents/drips/Flow/frontend/node_modules/tailwindcss/dist/lib.js:38:1643)]
at pluginFactory (turbopack:///[turbopack-node]/transforms/postcss.ts:56:14) [/home/kingvic/Documents/drips/Flow/frontend/.next/build/chunks/[root-of-the-server]__048u7-j._.js:139:20]
[at <anonymous>]
at map (turbopack:///[turbopack-node]/transforms/postcss.ts:43:33) [/home/kingvic/Documents/drips/Flow/frontend/.next/build/chunks/[root-of-the-server]__048u7-j._.js:129:35]
at init (turbopack:///[turbopack-node]/child_process/evaluate.ts:74:20) [/home/kingvic/Documents/drips/Flow/frontend/.next/build/chunks/[root-of-the-server]__0mk3y20._.js:429:26]
[at process.processTicksAndRejections (node:internal/process/task_queues:95:5)]
Import trace:
Client Component Browser:
./frontend/src/app/globals.css [Client Component Browser]
./frontend/src/app/layout.tsx [Server Component]
at pluginFactory (turbopack:///[turbopack-node]/transforms/postcss.ts:56:14) [/home/kingvic/Documents/drips/Flow/frontend/.next/build/chunks/[root-of-the-server]__048u7-j._.js:139:20])
at map (turbopack:///[turbopack-node]/transforms/postcss.ts:43:33) [/home/kingvic/Documents/drips/Flow/frontend/.next/build/chunks/[root-of-the-server]__048u7-j._.js:129:35])
at init (turbopack:///[turbopack-node]/child_process/evaluate.ts:74:20) [/home/kingvic/Documents/drips/Flow/frontend/.next/build/chunks/[root-of-the-server]__0mk3y20._.js:429:26])
at pluginFactory (turbopack:///[turbopack-node]/transforms/postcss.ts:56:14) [/home/kingvic/Documents/drips/Flow/frontend/.next/build/chunks/[root-of-the-server]__048u7-j._.js:139:20])
at map (turbopack:///[turbopack-node]/transforms/postcss.ts:43:33) [/home/kingvic/Documents/drips/Flow/frontend/.next/build/chunks/[root-of-the-server]__048u7-j._.js:129:35])
at init (turbopack:///[turbopack-node]/child_process/evaluate.ts:74:20) [/home/kingvic/Documents/drips/Flow/frontend/.next/build/chunks/[root-of-the-server]__0mk3y20._.js:429:26])
npm error Lifecycle script `build` failed with error:
npm error code 1
npm error path /home/kingvic/Documents/drips/Flow/frontend
npm error workspace txio-frontend@0.0.0
npm error location /home/kingvic/Documents/drips/Flow/frontend
npm error command failed
npm error command sh -c next build