-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
translation-sync fails #1066
Comments
Hi, |
So apparent Windows has issue with |
@TBuc Please follow the new instruction and see if you can run it. I have tested it on a borrowed Windows 10 laptop and it worked. |
@mqchau perfect, now works fine! |
Expected behavior:
The execution of the following script runs errorless:
npm run translation-sync
Actual behavior:
Script execution almost immediately hangs with error.
Steps to reproduce:
0. Install Node.js (complete of npm)
npm install -g ember-cli@latest
npm install -g babel-cli eslint-cli
npm install -g bower
npm install
npm run translation-sync
Screenshots (if applicable):
Content of npm-debug.log (personal info snipped and replaced by
[...]
):OS and Browser:
Windows 10 Pro x64
I've been trying to solve this for a few hours without succeeding - but this is my very first experience with Node.js world.
Please note that I've tried with both npm package
babel-preset-stage-2
versions v.6.18.0 and v.6.24.1, both resulting in the same error.Thank you in advice for helping.
The text was updated successfully, but these errors were encountered: