Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Eyal Ringort
Total activity
6
Last activity
December 30, 2025 05:44
Member since
December 29, 2025 13:50
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
December 30, 2025 05:44
Hi,It's weird that TSX started having issues with dynamic imports only when I upgraded to Nodejs 24.12.0.At least I found a way I can work for now.
Community
WebStorm
Cannot Debug Node After Version Upgrade
0 votes
Created
December 29, 2025 15:23
Elena Pogorelova Should I open a bug on this issue?
Community
WebStorm
Cannot Debug Node After Version Upgrade
0 votes
Created
December 29, 2025 15:22
I managed to fix/have a workaround I added this to the package.json file:"debug": "tsc && node --watch --inspect dist/src/index.js",And when running npm run debug it does stop at the breakpoints. H...
Community
WebStorm
Cannot Debug Node After Version Upgrade
0 votes
Created
December 29, 2025 14:08
No, but this is my package.json can this help?{ "name": "commodore-backend", "version": "1.0.0", "description": "XXXXXX", "type": "module", "main": "dist/index.js", "scripts": { "build": "...
Community
WebStorm
Cannot Debug Node After Version Upgrade
0 votes