Closed godber closed 1 year ago
Name | Link |
---|---|
Latest commit | 432ad894207ac38aa03fe6c6546426e745548385 |
Latest deploy log | https://app.netlify.com/sites/sveltekit-static-starter/deploys/63b42918149d2c0008045d07 |
Deploy Preview | https://deploy-preview-24--sveltekit-static-starter.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
First I manually changed the
sveltejs/kit
version fromnext
to^1.0.0
then ran:Then I ran
npm install
, which had an error:So I used
--force
...It appears to still run and build and work and stuff, but I am not sure if using
--force
is really OK.refs: https://github.com/josh-collinsworth/sveltekit-blog-starter/issues/23