You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ pnpm rsbuild build
Rsbuild v1.2.4
● node ━━━━━━━━━━━━━━━━━━━━━━━━━ (93%) sealing after asset optimization error Compile error:
Failed to compile, check the errors for troubleshooting.
× Conflict: Multiple assets emit different content to the same filename onnxruntime_binding.node
× Conflict: Multiple assets emit different content to the same filename onnxruntime_binding.node
× Conflict: Multiple assets emit different content to the same filename onnxruntime_binding.node
× Conflict: Multiple assets emit different content to the same filename onnxruntime_binding.node
× Conflict: Multiple assets emit different content to the same filename onnxruntime_binding.node
× Conflict: Multiple assets emit different content to the same filename onnxruntime_binding.node
× Conflict: Multiple assets emit different content to the same filename onnxruntime_binding.node
× Conflict: Multiple assets emit different content to the same filename onnxruntime_binding.node
× Conflict: Multiple assets emit different content to the same filename onnxruntime_binding.node
× Conflict: Multiple assets emit different content to the same filename onnxruntime_binding.node
× Conflict: Multiple assets emit different content to the same filename onnxruntime_binding.node
error Failed to build.
error Rspack build failed!
at file:///home/fengyu/projects/SmartTokenLabs/major-app/swarm/node_modules/.pnpm/@rsbuild+core@1.2.4/node_modules/@rsbuild/core/dist/index.js:5559:87
at finalCallback (/home/fengyu/projects/SmartTokenLabs/major-app/swarm/node_modules/.pnpm/@rspack+core@1.2.2_@swc+helpers@0.5.15/node_modules/@rspack/core/dist/index.js:14563:9)
at /home/fengyu/projects/SmartTokenLabs/major-app/swarm/node_modules/.pnpm/@rspack+core@1.2.2_@swc+helpers@0.5.15/node_modules/@rspack/core/dist/index.js:14595:16
at done (/home/fengyu/projects/SmartTokenLabs/major-app/swarm/node_modules/.pnpm/@rspack+lite-tapable@1.0.1/node_modules/@rspack/lite-tapable/dist/index.js:473:13)
at promise.then.index (/home/fengyu/projects/SmartTokenLabs/major-app/swarm/node_modules/.pnpm/@rspack+lite-tapable@1.0.1/node_modules/@rspack/lite-tapable/dist/index.js:493:25)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there. How to use rsbuild to build my nodejs backend project ?
I add the config
rsbuild.config.ts
:And use
pnpm rsbuild build
, but I get this error:Beta Was this translation helpful? Give feedback.
All reactions