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
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 [email protected]
(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
The text was updated successfully, but these errors were encountered: