主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Khun84
活动总数
10
最后的活动
2020年09月24日 15:29
成员加入日期
2020年09月07日 15:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2020年09月24日 15:29
It seems its related to multiple node versions on my local. Daniel@react-jest[debug-rubymine] ✔ nvm listv8.0.0-> v8.16.0v11.10.1systemdefault -> 8.0.0 (-> v8.0.0)node -> stable (-> v11.10.1) (defau...
社区
WebStorm
React script test raise unxpected token error
0 票
创建于
2020年09月24日 15:16
I also console log process.versions, can it be the issue with v8 engine?{ node: '11.10.1',v8: '7.0.276.38-node.17',uv: '1.26.0',zlib: '1.2.11',brotli: '1.0.7',ares: '1.15.0',modules: '67',nghttp2: ...
社区
WebStorm
React script test raise unxpected token error
0 票
创建于
2020年09月24日 15:09
apologize for the late reply...I follow your instruction and it was v11.10.1 console.log('logging version------------');console.log(process.version);if (typeof process.stdin.setRawMode !== 'funct...
社区
WebStorm
React script test raise unxpected token error
0 票
创建于
2020年09月08日 16:07
So I launch the IDE as follow and I still get the same error when I run it. By the way, I have specified the desired node version in the config right?Also Im using nvm to manage multiple nodejs ver...
社区
WebStorm
React script test raise unxpected token error
0 票
已编辑于
2020年09月08日 15:19
Here you go https://github.com/khun84/react-jest , please check out to branch debug-rubymine as I'll freeze the code in this branch for debug purpose.Below is the reproduced error. /Users/Daniel/.n...
社区
WebStorm
React script test raise unxpected token error
0 票
已编辑于
2020年09月08日 02:09
I still get the same error when running with All Tests configured. /Users/Daniel/.nvm/versions/node/v11.10.1/bin/node --require "/Users/Daniel/Library/Application Support/JetBrains/Toolbox/apps/Web...
社区
WebStorm
React script test raise unxpected token error
0 票
创建于
2020年09月07日 15:57
I tried to add a debug line before the original syntax occurred and I spotted the following difference. Not sure if we can find something useful to debug this issue. When run test via IDE, /Users/D...
社区
WebStorm
React script test raise unxpected token error
0 票
创建于
2020年09月07日 15:43
Also, if I run npm test using the IDE task tool, it works. /Users/Daniel/.nvm/versions/node/v11.10.1/bin/node /Users/Daniel/.nvm/versions/node/v11.10.1/lib/node_modules/npm/bin/npm-cli.js test --sc...
社区
WebStorm
React script test raise unxpected token error
0 票