-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run build on Windows #445
Comments
I have same problem with this regular expression in update-badges.js by processing README.rst. |
Thx for reporting, now looking into it. |
Can you please paste the full sequence of commands that you use to build it? I just did this:
And it worked for me (I have pandoc, Python2 and 3 and all requirements from the CONTRIBUTING doc). Can you show full list of your commands + the output, plz? |
Also, can you please paste your version of pandoc?
It should say 1.19+, not 1.12+. |
I'm running the same series of commands as you with the current pandoc.
|
@aking7 ok, can you please paste the python/README.rst file (somewhere) that it should have generated ? |
@aking7 also, can you please post the full build log of the above sequence of commands? |
|
Ok, I will install windows 10 to see why update-badges complains... As for the node run-tests, it says python2 is missing on your system. You should either run js+python3 tests only:
or you should install python2 on your system to run with --python as well. |
I have both Python 2 & 3 installed :/
|
@aking7 can you launch |
Yes, but I am using Anaconda. Perhaps that has something to do with it?
|
No, I mean, literally, |
@aking7 you can also launch the run-tests without python at all, like so: Also, can you please tell your version of node? Thx for your responses! |
I uploaded a few minor fixes for it, can you please update the repo with
? |
|
Some exchange errors but |
@aking7 cool, thx for your responsiveness and for the assistance! I'm digging into the windows build now. |
@aking7 can you tell your Node version? |
@kroitor Calling it a night now, but can get back to you in the morning with more info. |
@aking7 when you installed git for Windows, which of these options did you choose? |
I reproduced the bug with the first option from the above screen selected on a Windows virtual machine. So, I guess it's a |
This issue was fixed in 1.9.335. Thx to you, @aking7 and @munrocket ! |
Lol, thanks. |
You're great @kroitor ! Working like a charm now. Oh the beauty of cross-platform projects :) |
@kroitor Seems there's one more issue. |
@aking7 yeah, must be a minor leftover in another script. Will fix it as well shortly. Thx! |
Ok, check out master again, this should be fixed completely now. Thx again for reporting! |
@kroitor Looks good! Always impressed by how quick you are!! |
I have bug 'cp' is not recognized as an internal or external command, and after run cmd: 'node run-tests --js ' is fail: [1%] Testing mixcoins FAIL (testExchange @ run-tests.js:152) ............ pls help for me, Thanks All! |
@talatabao will get to it and fill fix it, hopefuly, soon. I'll let you know when the fix for it is available... |
You should not run As for the cause: when all of them are failing, there's most likely some simple reason, like a missing module or something. Try running a test for one exchange to see the detailed cause of the failure:
↑ That should show the cause of failures. After fixing it, the other failures should go away as well, and the |
Hi kroitor, I'm very happy to receive your help!
Yes, it's just a typo. ^_^ I has running I triead running it again as per your instruction:
It good, it passed the old bug. But i see new bug, I attach images capture. Please help me, Thanks Kroitor! |
I'm getting errors on Windows 10 when trying to
npm run build
andnode run-tests
.From
npm run build
inupdate-badges
:From
node run-tests
:The text was updated successfully, but these errors were encountered: