basharovV / musicat

A sleek desktop music player and tagger for offline music 🪕. With gapless playback, smart playlists, and a map view! Built with Svelte and Tauri
GNU General Public License v3.0
357 stars 20 forks source link

Add `rollup-plugin-node-polyfills` and `mousetrap` as dependencies #5

Closed kirinokirino closed 5 months ago

kirinokirino commented 5 months ago

Needed those to build musicat on manjaro linux

basharovV commented 5 months ago

@kirinokirino Looks like your pnpm-lock.yaml file slipped through, could you remove it/ignore it? This repo already has a package-lock.json

kirinokirino commented 5 months ago

done~ I saw mousepad and rollup-plugin-node-polyfills in package-lock.json, maybe I would be able to build it with npm, but it gives

npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for @tauri-apps/cli-win32-x64-msvc@1.5.9: wanted {"os":"win32","cpu":"x64"} (current: {"os":"linux","cpu":"x64"})