I’m facing below error after running npm run debug, can anyone faced this issue if yes could you please help to resolve.
C:\Users\vsp5\Project\my-saas-customizer\node_modules\path-to-regexp\dist\index.js:73
throw new TypeError(Missing parameter name at ${i}: ${DEBUG_URL});
When you did the npm install, did you notice any errors?
Could you please confirm if all the dependencies were installed correctly?
When I installed dependencies, I noticed I had issues related to typescript version, so I had to manually update that. It could be something else for you, I just wanted to confirm that first.
Hi @Sachin_Rajathadri, Thanks for response!
I’ve VS Code, Postman & installed Node.js v22.11.0. I have not received any error while running npm install ,
Is there any other dependency I need to have other than these three?
I did some research and it looks like you might have the latest version of express. Run npm list express.
If you see the version v5.x.x, then you might have to downgrade it. Because, the error that you got is caused by using : or * in one of your paths.