主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Eyal Ringort
活动总数
6
最后的活动
2025年12月30日 05:44
成员加入日期
2025年12月29日 13:50
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2025年12月30日 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.
社区
WebStorm
Cannot Debug Node After Version Upgrade
0 票
创建于
2025年12月29日 15:23
Elena Pogorelova Should I open a bug on this issue?
社区
WebStorm
Cannot Debug Node After Version Upgrade
0 票
创建于
2025年12月29日 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...
社区
WebStorm
Cannot Debug Node After Version Upgrade
0 票
创建于
2025年12月29日 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": "...
社区
WebStorm
Cannot Debug Node After Version Upgrade
0 票