Created
April 22, 2025 09:10
-
-
Save luojiyin1987/2b133891d377c7db2f06009b05ff5cf5 to your computer and use it in GitHub Desktop.
pnpm build error log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pnpm build:web | |
| > refly-monorepo@ build:web /home/dev/pythonWork/refly | |
| > turbo run build --filter=@refly/web | |
| turbo 2.1.2 | |
| • Packages in scope: @refly/web | |
| • Running build in 1 packages | |
| • Remote caching disabled | |
| wxt:build: cache miss, executing f1919291c182ca69 | |
| wxt:build: | |
| wxt:build: | |
| wxt:build: > [email protected] build /home/dev/pythonWork/refly/packages/wxt | |
| wxt:build: > tsx scripts/build.ts | |
| wxt:build: | |
| ✔ Built WXT in 13.3 s 9:04:42 AM | |
| wxt:build: ├─ dist/browser.d.ts 1.05 kB | |
| wxt:build: ├─ dist/browser.js 71 B | |
| wxt:build: ├─ dist/chunk-BERPNPEZ.js 407 B | |
| wxt:build: ├─ dist/chunk-BM6QYGAW.js 48.72 kB | |
| wxt:build: ├─ dist/chunk-FNTE2L27.js 125 B | |
| wxt:build: ├─ dist/chunk-KPD5J7PZ.js 48.81 kB | |
| wxt:build: ├─ dist/chunk-QGM4M3NI.js 1.74 kB | |
| wxt:build: ├─ dist/chunk-SGKCDMVR.js 1.82 kB | |
| wxt:build: ├─ dist/chunk-WC6EPXQ5.js 102.65 kB | |
| wxt:build: ├─ dist/cli.d.ts 13 B | |
| wxt:build: ├─ dist/cli.js 129.55 kB | |
| wxt:build: ├─ dist/client.d.ts 8.6 kB | |
| wxt:build: ├─ dist/client.js 11.67 kB | |
| wxt:build: ├─ dist/execa-AKEFKL45.js 68.99 kB | |
| wxt:build: ├─ dist/execa-ONJ6IFO6.js 69.07 kB | |
| wxt:build: ├─ dist/index-CiL7hzu6.d.ts 10.85 kB | |
| wxt:build: ├─ dist/index-xOGXP3vY.d.cts 46.06 kB | |
| wxt:build: ├─ dist/index-xOGXP3vY.d.ts 46.06 kB | |
| wxt:build: ├─ dist/index.cjs 319.22 kB | |
| wxt:build: ├─ dist/index.d.cts 3.62 kB | |
| wxt:build: ├─ dist/index.d.ts 3.62 kB | |
| wxt:build: ├─ dist/index.js 21.89 kB | |
| wxt:build: ├─ dist/prompt-25QIVJDC.js 49.52 kB | |
| wxt:build: ├─ dist/prompt-7BMKNSWS.js 49.43 kB | |
| wxt:build: ├─ dist/sandbox.d.ts 731 B | |
| wxt:build: ├─ dist/sandbox.js 545 B | |
| wxt:build: ├─ dist/storage.cjs 14.95 kB | |
| wxt:build: ├─ dist/storage.d.cts 6.61 kB | |
| wxt:build: ├─ dist/storage.d.ts 6.61 kB | |
| wxt:build: ├─ dist/storage.js 13.23 kB | |
| wxt:build: ├─ dist/testing.cjs 129.16 kB | |
| wxt:build: ├─ dist/testing.d.cts 920 B | |
| wxt:build: ├─ dist/testing.d.ts 919 B | |
| wxt:build: ├─ dist/testing.js 633 B | |
| wxt:build: ├─ dist/vite-builder-env.d.ts 38 B | |
| wxt:build: ├─ dist/virtual/background-entrypoint.js 5.62 kB | |
| wxt:build: ├─ dist/virtual/content-script-isolated-world-entrypoint.js 1.23 kB | |
| wxt:build: ├─ dist/virtual/content-script-main-world-entrypoint.js 1.07 kB | |
| wxt:build: ├─ dist/virtual/mock-browser.js 175 B | |
| wxt:build: ├─ dist/virtual/reload-html.js 1.78 kB | |
| wxt:build: └─ dist/virtual/unlisted-script-entrypoint.js 998 B | |
| wxt:build: Σ Total size: 1.23 MB | |
| wxt:build: | |
| @refly/web:build: cache miss, executing a88a855affb0ea3d | |
| @refly/web:build: | |
| @refly/web:build: | |
| @refly/web:build: > @refly/[email protected] build /home/dev/pythonWork/refly/apps/web | |
| @refly/web:build: > rimraf dist && cross-env NODE_OPTIONS=--max_old_space_size=8192 vite build | |
| @refly/web:build: | |
| @refly/web:build: [sentry-vite-plugin] Warning: No auth token provided. Will not create release. Please set the `authToken` option. You can find information on how to generate a Sentry auth token here: https://docs.sentry.io/api/auth/ | |
| @refly/web:build: [sentry-vite-plugin] Warning: No auth token provided. Will not upload source maps. Please set the `authToken` option. You can find information on how to generate a Sentry auth token here: https://docs.sentry.io/api/auth/ | |
| @refly/web:build: plugin 'vite-plugin-gtag' uses deprecated 'enforce' option. Use 'order' option instead. | |
| @refly/web:build: plugin 'vite-plugin-gtag' uses deprecated 'transform' option. Use 'handler' option instead. | |
| @refly/web:build: vite v5.4.8 building for production... | |
| @refly/web:build: [sentry-vite-plugin] Info: Sending telemetry data on issues and performance to Sentry. To disable telemetry, set `options.telemetry` to `false`. | |
| transforming (1) index.htmlBrowserslist: caniuse-lite is outdated. Please run: | |
| @refly/web:build: npx update-browserslist-db@latest | |
| @refly/web:build: Why you should do it regularly: https://github.com/browserslist/update-db#readme | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/app/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/affix/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/auto-complete/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/back-top/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/card/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/checkbox/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/carousel/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/badge/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/cascader/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/config-provider/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/descriptions/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/divider/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/empty/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/drawer/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/form/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/flex/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/image/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/list/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/mentions/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/menu/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/input-number/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/message/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/modal/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/notification/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/popconfirm/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/popover/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/qr-code/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/rate/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/result/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/segmented/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/select/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/slider/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/space/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/spin/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/switch/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/steps/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/tabs/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/tag/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/time-picker/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/tooltip/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/tour/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/transfer/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/tree-select/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/watermark/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/anchor/AnchorLink.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/anchor/Anchor.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/alert/Alert.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/avatar/avatar.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/avatar/group.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/breadcrumb/Breadcrumb.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/calendar/generateCalendar.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/date-picker/generatePicker/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/button/button.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/collapse/Collapse.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/color-picker/ColorPicker.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/message/useMessage.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/notification/useNotification.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/card/Card.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/checkbox/Checkbox.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/badge/Ribbon.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/form/context.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/select/useIcons.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/locale/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/config-provider/PropWarning.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/dropdown/dropdown.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/float-button/BackTop.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/float-button/FloatButton.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/float-button/FloatButtonGroup.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/grid/col.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/input/Group.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/grid/row.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/input/Input.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/input/Password.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/input/OTP/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/input/Search.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/input/TextArea.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/layout/layout.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/layout/Sider.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/empty/empty.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/empty/simple.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/form/Form.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/form/FormList.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/form/FormItem/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/menu/menu.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/pagination/Pagination.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/modal/confirm.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/modal/Modal.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/radio/radio.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/progress/progress.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/skeleton/Skeleton.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/statistic/Statistic.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/table/Table.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/slider/SliderTooltip.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/timeline/Timeline.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/typography/Link.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/tree/DirectoryTree.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/tree/Tree.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/typography/Text.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/typography/Title.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/typography/Typography.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/upload/Dragger.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/splitter/Panel.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/splitter/Splitter.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/upload/Upload.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/transfer/search.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/transfer/operation.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/transfer/list.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useBaseQuery.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/breadcrumb/BreadcrumbItem.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/date-picker/generatePicker/generateRangePicker.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/button/button-group.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/date-picker/generatePicker/generateSinglePicker.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/collapse/CollapsePanel.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/color-picker/ColorPickerPanel.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/modal/ConfirmDialog.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/progress/Line.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/table/hooks/useSelection.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/table/InternalTable.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/upload/UploadList/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/transfer/ListBody.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../packages/ai-workspace-common/src/components/magicui/animated-list-demo.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../packages/ai-workspace-common/src/components/magicui/animated-bean-demo.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../packages/ai-workspace-common/src/components/magicui/animated-beam-multiple-outputs.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected][email protected]/node_modules/@xyflow/react/dist/esm/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/table/hooks/useFilter/index.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/typography/Base/EllipsisTooltip.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../packages/ai-workspace-common/src/components/magicui/animated-list.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../packages/ai-workspace-common/src/components/magicui/animated-beam.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../packages/ai-workspace-common/src/modules/artifacts/code-runner/render/mind-map/viewer.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/table/hooks/useFilter/FilterDropdown.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/antd/es/table/hooks/useFilter/FilterWrapper.js (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/@[email protected]/node_modules/@daybrush/utils/dist/utils.esm.js (158:30): A comment | |
| @refly/web:build: | |
| @refly/web:build: "/*#__PURE__*/" | |
| @refly/web:build: | |
| @refly/web:build: in "../../node_modules/.pnpm/@[email protected]/node_modules/@daybrush/utils/dist/utils.esm.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/motion/dist/es/framer-motion/dist/es/components/AnimatePresence/index.mjs (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/motion/dist/es/framer-motion/dist/es/motion/index.mjs (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ../../packages/ai-workspace-common/src/components/editor/extensions/Table/ui/Tooltip.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error. | |
| ✓ 10090 modules transformed. | |
| rendering chunks (113)... ELIFECYCLE Command failed with exit code 1. | |
| @refly/web:build: ERROR: command finished with error: command (/home/dev/pythonWork/refly/apps/web) /home/dev/.local/share/pnpm/pnpm run build exited (1) | |
| @refly/web#build: command (/home/dev/pythonWork/refly/apps/web) /home/dev/.local/share/pnpm/pnpm run build exited (1) | |
| Tasks: 1 successful, 2 total | |
| Cached: 0 cached, 2 total | |
| Time: 3m1.534s | |
| Failed: @refly/web#build | |
| ERROR run failed: command exited (1) | |
| ELIFECYCLE Command failed with exit code 1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment