Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starter Template Documentation #252

Open
marvfinsy opened this issue Aug 17, 2022 · 0 comments
Open

Starter Template Documentation #252

marvfinsy opened this issue Aug 17, 2022 · 0 comments

Comments

@marvfinsy
Copy link

Just tried following ur doc using the Starter Template and had numerous issues.

Using node v16.

  1. After using init to generate project. npm install failed. There were dependency issues with the vite/plugin library. Searching npm i modified the package.json to use the most versions of current vite/plugin and vite libraty. This seemed to fix the dependency issue.
  2. Tried to run using $> npm run dev. Received error because of the: disableDependencyReinclusion: ['@roxi/routify'] option that was set in svelte.config.js. The message was not clear but did mention the option as part of the plugin in vite.config.js. I tried moving the setting to the vite.config.js as follows: plugins: [svelte( { disableDependencyReinclusion: ['@roxi/routify'] } )]. It does run now but i'm not sure about the config setting.

Took me 2 hours to get the Starter Template to work.

Can u verify that moving that setting to vit.config.js as i described about is correct?

thx ~Marvin Foster
[email protected]

@marvfinsy marvfinsy changed the title Starter Template Starter Template Documentation Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant