opensourcecheemsburgers / RustyTube

A rusty Youtube client.
GNU Affero General Public License v3.0
579 stars 31 forks source link

Compile failed on windows #25

Closed huangyt closed 8 months ago

huangyt commented 8 months ago

cmd: cargo tauri build

Rebuilding... Error: Cannot find module 'daisyui' Require stack:

Caused by: 0: HTML build pipeline failed (1 errors), showing first 1: error from asset pipeline 2: tailwindcss call to executable 'C:\Users\AppData\Local\trunkrs\trunk\cache\tailwindcss-3.4.1\tailwindcss.exe' with args: '["--input", "D:refproj\RustyTube\frontend\css\input.css", "--output", "D:\refproj\RustyTube\frontend\dist\.stage\input.css", "--minify"]' returned a bad status: exit code: 1 Error: error from build pipeline

Caused by: 0: HTML build pipeline failed (1 errors), showing first 1: error from asset pipeline 2: tailwindcss call to executable 'C:\Users\AppData\Local\trunkrs\trunk\cache\tailwindcss-3.4.1\tailwindcss.exe' with args: '["--input", "D:\refproj\RustyTube\frontend\css\input.css", "--output", "D:\refproj\RustyTube\frontend\dist\.stage\input.css", "--minify"]' returned a bad status: exit code: 1 Error beforeBuildCommand cd frontend && trunk build failed with exit code 1

huangyt commented 8 months ago

Error: Cannot find module 'daisyui', how to fix that? thx !!!!

opensourcecheemsburgers commented 8 months ago

cd frontend; npm install