Feature: Upgrade to express 5 #2301
|
Hi Please bump the express.js version from 4 to 5 or do you have a clue how to solve? /node_modules/path-to-regexp/src/index.ts:153
throw new TypeError(`Missing parameter name at ${i}: ${DEBUG_URL}`);
^
TypeError: Missing parameter name at 1: https://git.new/pathToRegexpErrorHow to reproducenpm create vike@latest --- --react --tailwindcss --express --eslint --prettiercd my-appnpm inpm install express@^5.0.1npm i -D @types/express@5.0.1npm run devenvironment "dependencies": {
"@universal-middleware/core": "^0.4.4",
"@universal-middleware/express": "^0.4.8",
"@vitejs/plugin-react": "^4.3.4",
"express": "^5.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"vike": "^0.4.227",
"vike-react": "^0.6.1"
}, |
Answered by
brillout
Mar 26, 2025
Replies: 2 comments 2 replies
|
I don't think the error is related to Vike? I agree we should update Bati and our examples (contribution welcome). |
0 replies
Answer selected by
vanvuongngo
|
Hi @brillout, |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think the error is related to Vike? I agree we should update Bati and our examples (contribution welcome).