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

Vite server does not work #44

Closed
inouetakuya opened this issue Apr 30, 2024 · 2 comments
Closed

Vite server does not work #44

inouetakuya opened this issue Apr 30, 2024 · 2 comments

Comments

@inouetakuya
Copy link
Contributor

Hi, Thank you for creating a great tool!

Problem I am facing

Response from http://localhost:5173 is 404 Not Found after pnpm dev.

How to reproduction

$ pnpm install
$ pnpm dev

Environment

$ sw_vers
ProductName:            macOS
ProductVersion:         13.6.6
BuildVersion:           22G630
$ pnpm --version
8.6.5
$ node --version
v18.19.0

Log

$ pnpm dev

> [email protected] dev /Users/inouetakuya/src/github.com/inouetakuya/wattanx-converter
> turbo run dev --parallel

╭───────────────────────────────────────────────────────────────────────╮
│                                                                       │
│                  Update available v1.10.3 ≫ v1.13.3                   │
│    Changelog: https://github.com/vercel/turbo/releases/tag/v1.13.3    │
│               Run "npx @turbo/codemod update" to update               │
│                                                                       │
│     Follow @turborepo for updates: https://twitter.com/turborepo      │
╰───────────────────────────────────────────────────────────────────────╯
• Packages in scope: @wattanx/converter-utils, @wattanx/insert-emits-option, @wattanx/nuxt-bridge-migration, @wattanx/vue-composition-converter, @wattanx/vue-mixins-converter, @wattanx/vue-script-setup-converter, eslint-config-custom, tsconfig
• Running dev in 8 packages
• Remote caching disabled
@wattanx/vue-script-setup-converter:dev: cache bypass, force executing ff7b93b86e9cec1b
@wattanx/vue-script-setup-converter:dev:
@wattanx/vue-script-setup-converter:dev: > @wattanx/[email protected] dev /Users/inouetakuya/src/github.com/inouetakuya/wattanx-converter/packages/vue-script-setup-converter
@wattanx/vue-script-setup-converter:dev: > vite
@wattanx/vue-script-setup-converter:dev:
@wattanx/vue-script-setup-converter:dev:
@wattanx/vue-script-setup-converter:dev:   VITE v4.3.9  ready in 131 ms
@wattanx/vue-script-setup-converter:dev:
@wattanx/vue-script-setup-converter:dev:   ➜  Local:   http://localhost:5173/
@wattanx/vue-script-setup-converter:dev:   ➜  Network: use --host to expose
@wattanx/vue-script-setup-converter:dev: (!) Could not auto-determine entry point from rollupOptions or html files and there are no explicit optimizeDeps.include patterns. Skipping dependency pre-bundling.
@inouetakuya inouetakuya changed the title Vite server not works Vite server does not work Apr 30, 2024
@wattanx
Copy link
Owner

wattanx commented Apr 30, 2024

Fixed to start preview environment with pnpm dev.
#45

@wattanx wattanx closed this as completed Apr 30, 2024
@inouetakuya
Copy link
Contributor Author

It works after refetching wattanx/wattanx-converter:main branch 🙌

Thank you!

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