-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
Errors running starter templates #429
Comments
You're referring to |
It seems to be related to Node.js version, |
Good to know! I'm on |
First, if you don't use --force, you get errors on some (maybe all) for React 19, but that's solved with 18.3.1. They all have the 'path' error below coming from @vxrn though.
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
Hello. Let's create a new ① app...
✔ Name … one-test
✔ Template › Minimal
⠏ Creating...
one-test created!
✔ Package Manager: › npm
Installing with npm...
On npm run dev:
⇒ open web...
⓵ [ssg] http://localhost:8081/ resolved to app/index.tsx
Each child in a list should have a unique "key" prop.
Check the top-level render call using . See https://react.dev/link/warning-keys for more information.
12:13:54 PM [vite] Internal server error: The "path" argument must be of type string. Received undefined
at validateString (node:internal/validators:162:11)
at join (node:path:1175:7)
at LoadPluginContext.load (file:///Users/jeff/Code/one-test/node_modules/@vxrn/compiler/dist/esm/index.mjs:38:57)
at EnvironmentPluginContainer.load (file:///Users/jeff/Code/one-test/node_modules/vite/dist/node/chunks/dep-BJP6rrE_.js:47196:17)
I should be better with github and write and actual request. Here's a potential fix in packages/compiler/src/index.ts
The text was updated successfully, but these errors were encountered: