Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Khun84
Total activity
10
Last activity
September 24, 2020 15:29
Member since
September 07, 2020 15:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
September 24, 2020 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...
Community
WebStorm
React script test raise unxpected token error
0 votes
Created
September 24, 2020 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: ...
Community
WebStorm
React script test raise unxpected token error
0 votes
Created
September 24, 2020 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...
Community
WebStorm
React script test raise unxpected token error
0 votes
Created
September 08, 2020 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...
Community
WebStorm
React script test raise unxpected token error
0 votes
Edited
September 08, 2020 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...
Community
WebStorm
React script test raise unxpected token error
0 votes
Edited
September 08, 2020 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...
Community
WebStorm
React script test raise unxpected token error
0 votes
Created
September 07, 2020 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...
Community
WebStorm
React script test raise unxpected token error
0 votes
Created
September 07, 2020 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...
Community
WebStorm
React script test raise unxpected token error
0 votes