Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't

2016-01-19 Thread Matthias Bohnstedt
My Settings: Win 10 Powershell npm: '2.10.1', http_parser: '2.3', modules: '14', node: '0.12.4', openssl: '1.0.1m', uv: '1.5.0', v8: '3.28.71.19', zlib: '1.2.8' 2016-01-19 14:25 GMT+01:00 Matthias Bohnstedt : > Hi all, > > A little bit late, but the only thing I had to do (after u

Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't

2016-01-19 Thread Matthias Bohnstedt
Hi all, A little bit late, but the only thing I had to do (after updating to win 10) was to run "npm install" again. After 5 minutes, and a tone of loaded modules, the script worked just fine without any error. Even CP works now.(What didn't worked before on Win7/8). And I using Windows Power Sh

Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't

2016-01-16 Thread Stefan Rossbach
This npm stuff for Windows is the greatest garbage I had ever seen. I had similar issues, but do not know any longer how I solved it. I did not use Cygwin or some Unix environment on Windows 7 so I had to copy the stuff by myself after the output was created. But I did not encountered the issue

Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't

2016-01-15 Thread Zieris, Franz
I played around with a lot of different NodeJS versions. Result: Only the 0.10.* line (0.10.41 is the most recent one, from 2015-12-03) works on my machine. But the next problem is already here: When I want to look at the Saros HTML GUI view in Eclipse, I only get a blank white area. I attached

Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't

2016-01-15 Thread Bastian Sieker
Mh yeah there was a reason for using 0.10.* on the CI server but it was because of some issue with Jenkins and/or Ubuntu LTS (and node), i do not remember exactly. Is the problem on Windows only? Best Am 15/01/16 um 16:50 schrieb Zieris, Franz: > I just switched from the NodeJS 4.2.* line back t

Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't

2016-01-15 Thread Thorsten Reinhardt
, Thorsten. -Ursprüngliche Nachricht- Von: Zieris, Franz [mailto:franz.zie...@fu-berlin.de] Gesendet: Freitag, 15. Januar 2016 15:37 An: dpp-devel@lists.sourceforge.net Betreff: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't Hi there, I

Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't

2016-01-15 Thread Zieris, Franz
I just switched from the NodeJS 4.2.* line back to NodeJS 0.10.* (which is installed on our CI server). This version works just fine. @Basti: You installed NodeJS on our CI server. Was there a reason to go with the 0.10.* line? I'll now work my way through the versions to see where the NPM/Wind

Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't

2016-01-15 Thread Christian Dohnert
npm ERR! Please include the following file with any support request: npm ERR! F:\Development\Saros\saros\de.fu_berlin.inf.dpp.ui.frontend\ html\npm-debug.log You haven't, have you? Because it is (as it says) most likely that there is something wrong with your setup. On 15 January 2016 at 15:3

Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't

2016-01-15 Thread Zieris, Franz
--Original Message- From: Nina Weber [mailto:nina.we...@fu-berlin.de] Sent: Friday, January 15, 2016 4:29 PM To: Zieris, Franz Cc: dpp-devel@lists.sourceforge.net Subject: Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't Hi! Yes, I encounter

Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't

2016-01-15 Thread Zieris, Franz
--Original Message- From: Thorsten Reinhardt [mailto:thorsten.reinha...@web.de] Sent: Friday, January 15, 2016 4:21 PM To: Zieris, Franz ; dpp-devel@lists.sourceforge.net Subject: AW: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't

Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't

2016-01-15 Thread Zieris, Franz
: Zieris, Franz Cc: dpp-devel@lists.sourceforge.net Subject: Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't You are right. What is worse is, that they have different output. I'm just taking a shot in the dark here, but are you sure that your process

Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't

2016-01-15 Thread Zieris, Franz
@lists.sourceforge.net Subject: Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't npm ERR! Please include the following file with any support request: npm ERR! F:\Development\Saros\saros\de.fu_berlin.inf.dpp.ui.frontend\html\npm-debug.log You haven't, have

Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't

2016-01-15 Thread Nina Weber
is, Franz [mailto:franz.zie...@fu-berlin.de] Gesendet: Freitag, 15. Januar 2016 16:35 An: Nina Weber Cc: dpp-devel@lists.sourceforge.net Betreff: RE: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't Hi Nina, "mkdirp" is properly installed, other

Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't

2016-01-15 Thread Nina Weber
Hi! Yes, I encountered the same problem a few weeks ago. I guess the module "mkdirp" is just missing. I think I fixed it by running "npm install mkdirp" but I'm not sure anymore. You could give it a try though. Cheers Nina > Am 15.01.2016 um 15:37 schrieb Zieris, Franz : > > Hi there, > > I

Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't

2016-01-15 Thread Zieris, Franz
2016 4:21 PM To: Zieris, Franz ; dpp-devel@lists.sourceforge.net Subject: AW: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't Hi Franz, have you also tried to point directly to the location, where you have nodejs installed, something like XXX ~/Develop

Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't

2016-01-15 Thread Christian Dohnert
Sent:* Friday, January 15, 2016 3:52 PM > *To:* Zieris, Franz > *Cc:* dpp-devel@lists.sourceforge.net > *Subject:* Re: [DPP-Devel] HTML-GUI: "npm install" works, "npm run build" > doesn't > > > > npm ERR! Please include the following file with any

[DPP-Devel] HTML-GUI: "npm install" works, "npm run build" doesn't

2016-01-15 Thread Zieris, Franz
Hi there, I have trouble setting up my Node.js environment to try out the HTML GUI. I work on Windows 10. Here is what I did: * Installed Node.js 4.2.4 from here: https://nodejs.org/en/ * Opened a Git Bash (to get all Linux-like feeling under Windows). * Navigated to "de.fu_berlin.inf.dpp.ui.fron