However npm run dev does start a server. Navigating to it and opening public/cp-advanced/
gives me a working page that I can invoke command-pal. However inspecting the button icon shows me an SVG without the viewBox. Checking the source in src/MobileButton.svelte shows the viewBox.
Hi Ben:
So far I have cloned the repo. Then added:
then after
npm run dev
reported it can't find rollup I did:Now I get:
and the command hangs. ^c gets me back to the prompt.
apt search svelte
doesn't return any hits.works, but generates a bunch (20+) of deprecation warnings including for core-js@2.6.11 (upgrade to core > 3.23.3), highlight.js etc.
is the result.
However
npm run dev
does start a server. Navigating to it and opening public/cp-advanced/ gives me a working page that I can invoke command-pal. However inspecting the button icon shows me an SVG without the viewBox. Checking the source in src/MobileButton.svelte shows the viewBox.Where do I go from here?
Am I missing a build/update step or something?
Details:
OS Ubuntu 22.04 nodejs 12.22.9