Hi , guys.
Can you help me with "old/new" issue for
Windows 11 Pro Insider Preview 22H2
node -v v19.3.0 npm -v 8.18.0
clinic -v v12.0.0 clinic docktor -v v10.0.0
and as result of invoking command for builded NestJS application
clinic doctor --on-port 'autocannon localhost:$PORT/api/review/byProduct/63f15234483137a0829dca29' -- node dist/main.js
I'm getting
PS: neither deleting node_module and lock files ( with consequencial reintalling all packages) nor changing port in app does not bring any positive result?
Could you tell me what should I do to fix it on my side?
Hi , guys. Can you help me with "old/new" issue for
Windows 11 Pro Insider Preview 22H2
node -v v19.3.0 npm -v 8.18.0
clinic -v v12.0.0 clinic docktor -v v10.0.0
and as result of invoking command for builded NestJS application
I'm getting
PS: neither deleting
node_module
and lock files ( with consequencial reintalling all packages) nor changing port in app does not bring any positive result?Could you tell me what should I do to fix it on my side?