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

Install error #5

Closed
SaFrMo opened this issue Feb 19, 2021 · 2 comments
Closed

Install error #5

SaFrMo opened this issue Feb 19, 2021 · 2 comments

Comments

@SaFrMo
Copy link
Contributor

SaFrMo commented Feb 19, 2021

Absolutely love the idea of this repo, really excited to learn more about it! I'm running into this error when running yarn && yarn dev:

% yarn dev
yarn run v1.22.10
$ vite
error when starting dev server:
Error: The following dependencies are imported but could not be resolved:

  index.3540f44e.js (imported by /[...]/trois/docs/index.html)

Are they installed?
    at optimizeDeps (/[...]/trois/node_modules/vite/dist/node/chunks/dep-d13406fa.js:67493:15)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at async runOptimize (/[...]/trois/node_modules/vite/dist/node/chunks/dep-d13406fa.js:68030:48)
    at async Server.httpServer.listen (/[...]/trois/node_modules/vite/dist/node/chunks/dep-d13406fa.js:68044:17)
error Command failed with exit code 1.

Any thoughts on what the issue might be? Thanks so much!

@SaFrMo
Copy link
Contributor Author

SaFrMo commented Feb 20, 2021

Found the issue - it was just a missing ./ in the JS path in the docs index.html. Submitted PR #6 to solve the issue - thanks!

@klevron
Copy link
Member

klevron commented Feb 21, 2021

I use docs folder for github page, you can simply delete it

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

2 participants